diff --git a/examples/scripts/ssbj.py b/examples/scripts/ssbj.py
index 4b8f46b10d267ef886a9c9e613dc25903f3e5a68..ba3d9ffa5bcf2126e7f8912638a0377500e2ca44 100644
--- a/examples/scripts/ssbj.py
+++ b/examples/scripts/ssbj.py
@@ -25,11 +25,11 @@ cmdows_dir = 'ssbj/CMDOWS'
 kdms_dir = 'ssbj/KDMS'
 vistoms_dir = 'ssbj/VISTOMS'
 
-print 'Loading repository connectivity graph...'
+print('Loading repository connectivity graph...')
 
 rcg = load(os.path.join(kb_dir, 'ssbj', '__cmdows__SSBJ.xml'))
 
-print 'Scripting RCG...'
+print('Scripting RCG...')
 
 # A name and a description are added to the graph
 rcg.graph['name'] = 'RCG'
@@ -79,7 +79,7 @@ rcg.add_mathematical_function([[item[0], item[1]] for item in zip(prop_nodes, pr
 
 # Add the objective
 R = [node for node in rcg.find_all_nodes(category='variable') if node.endswith('/R')]
-R_label = dpdx[0].split('/')[-1]
+R_label = R[0].split('/')[-1]
 f_R = '/data_schema/mdo_data/objectives/R'
 rcg.add_mathematical_function([[R[0], R_label]], 'F[R]', [[f_R, '-{}'.format(R_label), 'Python']])
 
@@ -165,7 +165,7 @@ fpg.save('FPG_' + architecture_type, file_type='cmdows', destination_folder=cmdo
          integrity=True)
 
 for mdao_definition in mdao_definitions:
-    print 'Scripting ' + str(mdao_definition) + '...'
+    print('Scripting ' + str(mdao_definition) + '...')
 
     # Change the problem formulation of the FPG based on the MDAO definition
     fpg.add_problem_formulation(mdao_definition, function_order)
diff --git a/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf b/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf
index d50170b2a35d2bdc4c118e5771efc2babddaf541..6f0444f48828ff6e8f57126b23395483b9c42d1f 100644
Binary files a/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf and b/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf b/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf
index 1b45661fbb87afb7347d33c24da8be3e290c6459..44c6b2ee8b19872e5e899190f7ae20fd1dedcbc5 100644
Binary files a/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf and b/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf
index ad8fc5342dd9cae9e7ab0ae8c858e245a95371f6..204916a39c25412e30109b3b08b3e718d8e0b57c 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf
index 476aebaeb59fb0f2e5febec5b8d2bfac17d0c33b..af4ca5840bc0b707f43eb1f641f4c284f3fdaa6a 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf
index 686b9a0415a1a6dfc73a5167d0d44d136b3208bc..9a4ff7ef4aed579f8735c2c58d4480ecec4249ad 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf
index c5b516fc1ad46d7a09c623038c90d9248e7d10ff..0ca478c64392d9331796b508082da1bfd1d07380 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf
index 50235c2289304c3307fe69b4f660bcb0dff7b696..b60096df6bb5f78686cfdb13ed843b4a9819aee9 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-CT.pdf
similarity index 78%
rename from examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf
rename to examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-CT.pdf
index 35bb532d1150962671c9a71b48e0bfa5fb28c853..b64882d33a7295081b8bd23bedb6da9af3a91d15 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-CT.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-FF.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-FF.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..f6cd2d7c494bf55f9baeb1402550e1ad3f784bf3
Binary files /dev/null and b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-FF.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-LH.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-LH.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..6b91c2b3c6cab013aa81c1aac59854b36ba5f952
Binary files /dev/null and b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-LH.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-MC.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-MC.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..0e582de31d2450a298445ccf27ecd76c6ebd9d56
Binary files /dev/null and b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS-MC.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J-CT.pdf
similarity index 78%
rename from examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf
rename to examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J-CT.pdf
index e67c9b3e994cb6258c32d62076522b5e3358c1d7..3277e4209a9ec8fe74945a319cf018ceb7bbc03b 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J-CT.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf
index 2a317f0483e2ce468bacc26b3cbfa071d56ff64f..0593ab4887859ef8f8299459ca45993a6114fc04 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf
index e19c655b1b7f43c957f4aa8219bb1c8f1de72a11..6856e91272e737859b1e2bb5317c7876baeda39f 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS-CT.pdf
similarity index 88%
rename from examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf
rename to examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS-CT.pdf
index 47f3a4800591a04e3bf3d1a75d8ea77420fd6c01..e5a27b3b596148477e583211ae708c907ccee779 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS-CT.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J-CT.pdf
similarity index 88%
rename from examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf
rename to examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J-CT.pdf
index 0a0a717aafb1d8546f00a34e7fed4141946a4e81..50ad373c7db0a2df884abf533c85688b82b52859 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J-CT.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf
index e938483d2c1a6de9033d2aa6bcc2298deed249ac..2f3556faa2b4f018a31a0da61c5ec4b088901ae3 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf
index cb0623618e747e1effaa583416eaa84be7dc8778..0965f676eacff94b33ef72db23a0ef0bef5623aa 100644
Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf and b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf b/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf
index 633577d3fe3648d5e42978cff42e7a130bf2c24d..65ba55483abcdc12e335c1bf594ef569c522e8cb 100644
Binary files a/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf and b/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf differ
diff --git a/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf b/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf
index 392bd30adc5d5198572d8e983441d39f7e3b4b49..83a99c4a4e80625505a16a9ffb19f9bf26942a05 100644
Binary files a/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf and b/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf differ
diff --git a/examples/scripts/ssbj/CMDOWS/FPG_MDA.xml b/examples/scripts/ssbj/CMDOWS/FPG_MDA.xml
index b12f64be37371d8bee0d78e72d2fb63d716f0b68..31159a8f1f8b15122cb2e7af7893c868bfbda329 100644
--- a/examples/scripts/ssbj/CMDOWS/FPG_MDA.xml
+++ b/examples/scripts/ssbj/CMDOWS/FPG_MDA.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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -222,14 +222,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -498,9 +498,9 @@
       <label>Lambda</label>
     </parameter>
   </parameters>
-  <problemDefinition uID="unconverged-MDAGauss-Seidel">
+  <problemDefinition uID="converged-DOEGauss-Seidel">
     <problemFormulation>
-      <mdaoArchitecture>unconverged-MDA</mdaoArchitecture>
+      <mdaoArchitecture>converged-DOE</mdaoArchitecture>
       <convergerType>Gauss-Seidel</convergerType>
       <executableBlocksOrder>
         <executableBlock position="1">Structures[main][1][1.0]</executableBlock>
@@ -513,11 +513,240 @@
         <executableBlock position="8">C[prop]</executableBlock>
         <executableBlock position="9">F[R]</executableBlock>
       </executableBlocksOrder>
-      <allowUnconvergedCouplings>true</allowUnconvergedCouplings>
+      <allowUnconvergedCouplings>false</allowUnconvergedCouplings>
+      <doeSettings>
+        <doeMethod>Monte Carlo design</doeMethod>
+        <doeRuns>10</doeRuns>
+      </doeSettings>
     </problemFormulation>
     <problemRoles>
       <parameters>
+        <designVariables>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/lambda">
+            <parameterUID>/data_schema/aircraft/geometry/lambda</parameterUID>
+            <nominalValue>0.25</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>0.4</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.116666666667</sample>
+              <sample position="3">0.133333333333</sample>
+              <sample position="4">0.15</sample>
+              <sample position="5">0.166666666667</sample>
+              <sample position="6">0.183333333333</sample>
+              <sample position="7">0.2</sample>
+              <sample position="8">0.216666666667</sample>
+              <sample position="9">0.233333333333</sample>
+              <sample position="10">0.25</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/section">
+            <parameterUID>/data_schema/aircraft/geometry/section</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/Cf">
+            <parameterUID>/data_schema/aircraft/other/Cf</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/T">
+            <parameterUID>/data_schema/aircraft/other/T</parameterUID>
+            <nominalValue>0.55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>1.0</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.15</sample>
+              <sample position="3">0.2</sample>
+              <sample position="4">0.25</sample>
+              <sample position="5">0.3</sample>
+              <sample position="6">0.35</sample>
+              <sample position="7">0.4</sample>
+              <sample position="8">0.45</sample>
+              <sample position="9">0.5</sample>
+              <sample position="10">0.55</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/AR">
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+            <nominalValue>5.5</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>2.5</minimum>
+                <maximum>8.5</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">2.5</sample>
+              <sample position="2">2.83333333333</sample>
+              <sample position="3">3.16666666667</sample>
+              <sample position="4">3.5</sample>
+              <sample position="5">3.83333333333</sample>
+              <sample position="6">4.16666666667</sample>
+              <sample position="7">4.5</sample>
+              <sample position="8">4.83333333333</sample>
+              <sample position="9">5.16666666667</sample>
+              <sample position="10">5.5</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Sref">
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+            <nominalValue>1000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>500</minimum>
+                <maximum>1500</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">500.0</sample>
+              <sample position="2">555.555555556</sample>
+              <sample position="3">611.111111111</sample>
+              <sample position="4">666.666666667</sample>
+              <sample position="5">722.222222222</sample>
+              <sample position="6">777.777777778</sample>
+              <sample position="7">833.333333333</sample>
+              <sample position="8">888.888888889</sample>
+              <sample position="9">944.444444444</sample>
+              <sample position="10">1000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/tc">
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+            <nominalValue>0.05</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.01</minimum>
+                <maximum>0.09</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.01</sample>
+              <sample position="2">0.0144444444444</sample>
+              <sample position="3">0.0188888888889</sample>
+              <sample position="4">0.0233333333333</sample>
+              <sample position="5">0.0277777777778</sample>
+              <sample position="6">0.0322222222222</sample>
+              <sample position="7">0.0366666666667</sample>
+              <sample position="8">0.0411111111111</sample>
+              <sample position="9">0.0455555555556</sample>
+              <sample position="10">0.05</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/h">
+            <parameterUID>/data_schema/reference/h</parameterUID>
+            <nominalValue>45000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>30000</minimum>
+                <maximum>60000</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">30000.0</sample>
+              <sample position="2">31666.6666667</sample>
+              <sample position="3">33333.3333333</sample>
+              <sample position="4">35000.0</sample>
+              <sample position="5">36666.6666667</sample>
+              <sample position="6">38333.3333333</sample>
+              <sample position="7">40000.0</sample>
+              <sample position="8">41666.6666667</sample>
+              <sample position="9">43333.3333333</sample>
+              <sample position="10">45000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/M">
+            <parameterUID>/data_schema/reference/M</parameterUID>
+            <nominalValue>1.6</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>1.4</minimum>
+                <maximum>1.8</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">1.4</sample>
+              <sample position="2">1.42222222222</sample>
+              <sample position="3">1.44444444444</sample>
+              <sample position="4">1.46666666667</sample>
+              <sample position="5">1.48888888889</sample>
+              <sample position="6">1.51111111111</sample>
+              <sample position="7">1.53333333333</sample>
+              <sample position="8">1.55555555556</sample>
+              <sample position="9">1.57777777778</sample>
+              <sample position="10">1.6</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Lambda">
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+            <nominalValue>55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>40</minimum>
+                <maximum>70</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">40.0</sample>
+              <sample position="2">41.6666666667</sample>
+              <sample position="3">43.3333333333</sample>
+              <sample position="4">45.0</sample>
+              <sample position="5">46.6666666667</sample>
+              <sample position="6">48.3333333333</sample>
+              <sample position="7">50.0</sample>
+              <sample position="8">51.6666666667</sample>
+              <sample position="9">53.3333333333</sample>
+              <sample position="10">55.0</sample>
+            </samples>
+          </designVariable>
+        </designVariables>
         <stateVariables>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/dpdx">
             <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
           </stateVariable>
diff --git a/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml b/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml
index b2eee607c0da338b12e93b14cb9abed759ed360e..a19a4a52168218f592196ea9ac3d00c2d52a51a9 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-15T17:14:58.042549</timestamp>
+    <timestamp>2018-03-21T17:24:43.698182</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-15T17:14:58.042549</timestamp>
+        <timestamp>2018-03-21T17:24:43.698182</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -222,14 +222,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml b/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml
index f363399d6e873396fac6bd954477ccb05436b2af..ac0059b8f87ef5378ad0afbd2536e21c17ab50d9 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-15T17:14:58.042549</timestamp>
+    <timestamp>2018-03-20T16:50:52.734083</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-15T17:14:58.042549</timestamp>
+        <timestamp>2018-03-20T16:50:52.734083</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -849,14 +849,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
           <output>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml b/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml
index fb286f9cc62c92bdf1d62fbecb9564b950f3a112..20c88ccfb29cf4b66bf08cda2128b178a6018cae 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-15T17:14:58.042549</timestamp>
+    <timestamp>2018-03-21T17:24:43.698182</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-15T17:14:58.042549</timestamp>
+        <timestamp>2018-03-21T17:24:43.698182</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -222,14 +222,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
           <output>
@@ -259,27 +259,6 @@
           </output>
         </outputs>
       </mathematicalFunction>
-      <mathematicalFunction uID="C[dpdx]">
-        <label>C[dpdx]</label>
-        <inputs>
-          <input>
-            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
-            <equationLabel>dpdx</equationLabel>
-          </input>
-        </inputs>
-        <outputs>
-          <output>
-            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx</parameterUID>
-            <equations uID="C[dpdx]_equation">
-              <equation language="Python">dpdx/1.0</equation>
-            </equations>
-          </output>
-          <output>
-            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
-            <equationsUID>C[dpdx]_equation</equationsUID>
-          </output>
-        </outputs>
-      </mathematicalFunction>
       <mathematicalFunction uID="C[prop]">
         <label>C[prop]</label>
         <inputs>
@@ -329,6 +308,165 @@
           </output>
         </outputs>
       </mathematicalFunction>
+      <mathematicalFunction uID="__J2__">
+        <label>J2</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+            <equationLabel>x4_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+            <equationLabel>x2_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/ESF</parameterUID>
+            <equationLabel>x1_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+            <equationLabel>x0_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2</parameterUID>
+            <equationLabel>x0_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+            <equationLabel>x3_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2</parameterUID>
+            <equationLabel>x3_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</parameterUID>
+            <equationLabel>x1_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC</parameterUID>
+            <equationLabel>x2_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+            <equationLabel>x4_0</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/distributedArchitectures/group2/objective</parameterUID>
+            <equations uID="__J2___equation">
+              <equation language="Python">(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</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective</parameterUID>
+            <equationsUID>__J2___equation</equationsUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective</parameterUID>
+            <equationsUID>__J2___equation</equationsUID>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="__J0__">
+        <label>J0</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR</parameterUID>
+            <equationLabel>x3_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF</parameterUID>
+            <equationLabel>x6_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+            <equationLabel>x2_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref</parameterUID>
+            <equationLabel>x2_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+            <equationLabel>x3_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+            <equationLabel>x4_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta</parameterUID>
+            <equationLabel>x5_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+            <equationLabel>x0_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc</parameterUID>
+            <equationLabel>x0_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+            <equationLabel>x1_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT</parameterUID>
+            <equationLabel>x4_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+            <equationLabel>x5_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda</parameterUID>
+            <equationLabel>x1_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WF</parameterUID>
+            <equationLabel>x6_0</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective</parameterUID>
+            <equations uID="__J0___equation">
+              <equation language="Python">(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</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective</parameterUID>
+            <equationsUID>__J0___equation</equationsUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/distributedArchitectures/group0/objective</parameterUID>
+            <equationsUID>__J0___equation</equationsUID>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[dpdx]">
+        <label>C[dpdx]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
+            <equationLabel>dpdx</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx</parameterUID>
+            <equations uID="C[dpdx]_equation">
+              <equation language="Python">dpdx/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
+            <equationsUID>C[dpdx]_equation</equationsUID>
+          </output>
+        </outputs>
+      </mathematicalFunction>
       <mathematicalFunction uID="C[sigmas]">
         <label>C[sigmas]</label>
         <inputs>
@@ -406,6 +544,99 @@
           </output>
         </outputs>
       </mathematicalFunction>
+      <mathematicalFunction uID="__J1__">
+        <label>J1</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</parameterUID>
+            <equationLabel>x6_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+            <equationLabel>x1_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2</parameterUID>
+            <equationLabel>x0_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+            <equationLabel>x4_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D</parameterUID>
+            <equationLabel>x8_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h</parameterUID>
+            <equationLabel>x1_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2</parameterUID>
+            <equationLabel>x5_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M</parameterUID>
+            <equationLabel>x2_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+            <equationLabel>x0_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/L</parameterUID>
+            <equationLabel>x6_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2</parameterUID>
+            <equationLabel>x4_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2</parameterUID>
+            <equationLabel>x3_1</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+            <equationLabel>x2_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+            <equationLabel>x3_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/fin</parameterUID>
+            <equationLabel>x7_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/D</parameterUID>
+            <equationLabel>x8_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+            <equationLabel>x5_0</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin</parameterUID>
+            <equationLabel>x7_1</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective</parameterUID>
+            <equations uID="__J1___equation">
+              <equation language="Python">(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)**2</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective</parameterUID>
+            <equationsUID>__J1___equation</equationsUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/distributedArchitectures/group1/objective</parameterUID>
+            <equationsUID>__J1___equation</equationsUID>
+          </output>
+        </outputs>
+      </mathematicalFunction>
     </mathematicalFunctions>
   </executableBlocks>
   <parameters>
@@ -2788,6 +3019,14 @@
       <optimizers>
         <optimizer uID="Sys-Optimizer">
           <label>Sys-OPT</label>
+          <settings>
+            <maximum_iterations>1000</maximum_iterations>
+            <algorithm>Dakota Quasi-Newton method</algorithm>
+            <apply_scaling>True</apply_scaling>
+            <maximum_function_evaluations>1000</maximum_function_evaluations>
+            <constraint_tolerance>0.0001</constraint_tolerance>
+            <convergence_tolerance>0.0001</convergence_tolerance>
+          </settings>
           <designVariables>
             <designVariable>
               <designVariableUID>__desVar__/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</designVariableUID>
@@ -2854,6 +3093,14 @@
         </optimizer>
         <optimizer uID="Sub-Optimizer-0">
           <label>Sub-OPT-0</label>
+          <settings>
+            <maximum_iterations>1000</maximum_iterations>
+            <algorithm>Dakota Quasi-Newton method</algorithm>
+            <apply_scaling>True</apply_scaling>
+            <maximum_function_evaluations>1000</maximum_function_evaluations>
+            <constraint_tolerance>0.0001</constraint_tolerance>
+            <convergence_tolerance>0.0001</convergence_tolerance>
+          </settings>
           <designVariables>
             <designVariable>
               <designVariableUID>__desVar__/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR</designVariableUID>
@@ -2902,6 +3149,14 @@
         </optimizer>
         <optimizer uID="Sub-Optimizer-1">
           <label>Sub-OPT-1</label>
+          <settings>
+            <maximum_iterations>1000</maximum_iterations>
+            <algorithm>Dakota Quasi-Newton method</algorithm>
+            <apply_scaling>True</apply_scaling>
+            <maximum_function_evaluations>1000</maximum_function_evaluations>
+            <constraint_tolerance>0.0001</constraint_tolerance>
+            <convergence_tolerance>0.0001</convergence_tolerance>
+          </settings>
           <designVariables>
             <designVariable>
               <designVariableUID>__desVar__/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2</designVariableUID>
@@ -2938,6 +3193,14 @@
         </optimizer>
         <optimizer uID="Sub-Optimizer-2">
           <label>Sub-OPT-2</label>
+          <settings>
+            <maximum_iterations>1000</maximum_iterations>
+            <algorithm>Dakota Quasi-Newton method</algorithm>
+            <apply_scaling>True</apply_scaling>
+            <maximum_function_evaluations>1000</maximum_function_evaluations>
+            <constraint_tolerance>0.0001</constraint_tolerance>
+            <convergence_tolerance>0.0001</convergence_tolerance>
+          </settings>
           <designVariables>
             <designVariable>
               <designVariableUID>__desVar__/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2</designVariableUID>
@@ -2967,17 +3230,17 @@
           </constraintVariables>
         </optimizer>
       </optimizers>
-      <consistencyConstraintFunctions>
-        <consistencyConstraintFunction uID="__J2__">
-          <label>J2</label>
-        </consistencyConstraintFunction>
-        <consistencyConstraintFunction uID="__J0__">
-          <label>J0</label>
-        </consistencyConstraintFunction>
-        <consistencyConstraintFunction uID="__J1__">
-          <label>J1</label>
-        </consistencyConstraintFunction>
-      </consistencyConstraintFunctions>
+      <preCouplingAnalyses>
+        <preCouplingAnalysis>
+          <relatedExecutableBlockUID>__J2__</relatedExecutableBlockUID>
+        </preCouplingAnalysis>
+        <preCouplingAnalysis>
+          <relatedExecutableBlockUID>__J0__</relatedExecutableBlockUID>
+        </preCouplingAnalysis>
+        <preCouplingAnalysis>
+          <relatedExecutableBlockUID>__J1__</relatedExecutableBlockUID>
+        </preCouplingAnalysis>
+      </preCouplingAnalyses>
       <coupledAnalyses>
         <coupledAnalysis>
           <relatedExecutableBlockUID>Structures[main][1][1.0]</relatedExecutableBlockUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml b/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml
index 05f4db079c0cea68a95068e31e456737b0b4f192..8d5611cd47c2e0824ecee212db87813f0e7c32c8 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-15T17:14:58.042549</timestamp>
+    <timestamp>2018-03-21T17:24:43.698182</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-15T17:14:58.042549</timestamp>
+        <timestamp>2018-03-21T17:24:43.698182</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -240,14 +240,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
           <output>
@@ -2239,6 +2239,14 @@
       <optimizers>
         <optimizer uID="Optimizer">
           <label>OPT</label>
+          <settings>
+            <maximum_iterations>1000</maximum_iterations>
+            <algorithm>Dakota Quasi-Newton method</algorithm>
+            <apply_scaling>True</apply_scaling>
+            <maximum_function_evaluations>1000</maximum_function_evaluations>
+            <constraint_tolerance>0.0001</constraint_tolerance>
+            <convergence_tolerance>0.0001</convergence_tolerance>
+          </settings>
           <designVariables>
             <designVariable>
               <designVariableUID>__desVar__/data_schema/reference/h</designVariableUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml
index 3b840db8eb6ce4299729dae323d52a012357748d..cf8aa2e5986a67e0e8963ba2b3060ee877994f4a 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-15T17:14:58.042549</timestamp>
+    <timestamp>2018-03-21T17:24:43.698182</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-15T17:14:58.042549</timestamp>
+        <timestamp>2018-03-21T17:24:43.698182</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -231,14 +231,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
           <output>
@@ -1854,6 +1854,14 @@
       <optimizers>
         <optimizer uID="Optimizer">
           <label>OPT</label>
+          <settings>
+            <maximum_iterations>1000</maximum_iterations>
+            <algorithm>Dakota Quasi-Newton method</algorithm>
+            <apply_scaling>True</apply_scaling>
+            <maximum_function_evaluations>1000</maximum_function_evaluations>
+            <constraint_tolerance>0.0001</constraint_tolerance>
+            <convergence_tolerance>0.0001</convergence_tolerance>
+          </settings>
           <designVariables>
             <designVariable>
               <designVariableUID>__desVar__/data_schema/reference/h</designVariableUID>
@@ -1928,6 +1936,12 @@
       <convergers>
         <converger uID="Converger">
           <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
         </converger>
       </convergers>
       <coupledAnalyses>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml
index e3f547463ce61ec3b75ad54fc0d8a376be46d8bd..b4fa2bd8feaf1d762ff873931b2da3699bbe46e3 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-15T17:14:58.042549</timestamp>
+    <timestamp>2018-03-21T17:24:43.698182</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-15T17:14:58.042549</timestamp>
+        <timestamp>2018-03-21T17:24:43.698182</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -240,14 +240,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
           <output>
@@ -1981,6 +1981,14 @@
       <optimizers>
         <optimizer uID="Optimizer">
           <label>OPT</label>
+          <settings>
+            <maximum_iterations>1000</maximum_iterations>
+            <algorithm>Dakota Quasi-Newton method</algorithm>
+            <apply_scaling>True</apply_scaling>
+            <maximum_function_evaluations>1000</maximum_function_evaluations>
+            <constraint_tolerance>0.0001</constraint_tolerance>
+            <convergence_tolerance>0.0001</convergence_tolerance>
+          </settings>
           <designVariables>
             <designVariable>
               <designVariableUID>__desVar__/data_schema/reference/h</designVariableUID>
@@ -2055,6 +2063,12 @@
       <convergers>
         <converger uID="Converger">
           <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
         </converger>
       </convergers>
       <coupledAnalyses>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS.xml b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-CT.xml
similarity index 97%
rename from examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS.xml
rename to examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-CT.xml
index ba9651df52f95da7638aa6b87a30b42584fdc0ef..2d2fe996d16b86550b57bf81e67102d455b29541 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-CT.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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -130,9 +130,15 @@
           </input>
         </inputs>
         <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/reference/ESF</parameterUID>
           </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/reference/Temp</parameterUID>
           </output>
@@ -142,9 +148,6 @@
           <output>
             <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
           </output>
-          <output>
-            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
-          </output>
         </outputs>
       </designCompetence>
       <designCompetence uID="Structures[main][1][1.0]">
@@ -222,14 +225,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -374,9 +377,6 @@
     <parameter uID="/data_schema/aircraft/weight/WO">
       <label>WO</label>
     </parameter>
-    <parameter uID="/data_schema/aircraft/weight/WE">
-      <label>WE</label>
-    </parameter>
     <parameter uID="/data_schema/aircraft/weight/WF">
       <label>WF</label>
     </parameter>
@@ -476,6 +476,9 @@
     <parameter uID="/data_schema/aircraft/weight/WT">
       <label>WT</label>
     </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
     <parameter uID="/data_schema/aircraft/geometry/AR">
       <label>AR</label>
     </parameter>
@@ -776,6 +779,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/dpdx">
             <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
         </stateVariables>
       </parameters>
       <executableBlocks>
@@ -798,7 +804,7 @@
   <workflow>
     <problemDefinitionUID>converged-DOEGauss-Seidel</problemDefinitionUID>
     <dataGraph>
-      <name>XDSM - converged-DOE-GS - Mdao</name>
+      <name>XDSM - converged-DOE-GS-CT - Mdao</name>
       <edges>
         <edge>
           <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</fromParameterUID>
@@ -816,6 +822,10 @@
           <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</fromParameterUID>
           <toExecutableBlockUID>DOE</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
           <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
@@ -880,6 +890,10 @@
           <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
           <toExecutableBlockUID>Converger</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/aircraft/weight/WF</fromParameterUID>
           <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
@@ -904,6 +918,10 @@
           <fromParameterUID>/data_schema/aircraft/other/D</fromParameterUID>
           <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
           <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</toParameterUID>
@@ -1074,51 +1092,51 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/h</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
+          <toParameterUID>/data_schema/reference/h</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
@@ -1130,24 +1148,28 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/M</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
+          <toParameterUID>/data_schema/reference/M</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/geometry/Lambda</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</toParameterUID>
@@ -1236,25 +1258,29 @@
           <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</fromParameterUID>
           <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/reference/ESF</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/Temp</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
+          <toParameterUID>/data_schema/reference/Temp</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
@@ -1415,7 +1441,7 @@
       </edges>
     </dataGraph>
     <processGraph>
-      <name>XDSM - converged-DOE-GS - Mdao</name>
+      <name>XDSM - converged-DOE-GS-CT - Mdao</name>
       <edges>
         <edge>
           <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
@@ -1620,6 +1646,12 @@
           <label>L^{c0}</label>
         </initialGuessCouplingVariable>
       </initialGuessCouplingVariables>
+      <finalCouplingVariables>
+        <finalCouplingVariable uID="/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{*}</label>
+        </finalCouplingVariable>
+      </finalCouplingVariables>
       <couplingCopyVariables>
         <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE">
           <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
@@ -1677,6 +1709,10 @@
         </doeInputSampleList>
       </doeInputSampleLists>
       <doeOutputSampleLists>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>DOE_WE_{out}</label>
+        </doeOutputSampleList>
         <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT">
           <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</relatedParameterUID>
           <label>DOE_DT_{out}</label>
@@ -1732,12 +1768,19 @@
       <convergers>
         <converger uID="Converger">
           <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
         </converger>
       </convergers>
       <does>
         <doe uID="DOE">
           <label>DOE</label>
           <settings>
+            <doeMethod>Custom design table</doeMethod>
             <doeTable>
               <tableRow relatedParameterUID="/data_schema/aircraft/geometry/lambda">
                 <tableElement experimentID="0">0.1</tableElement>
@@ -1860,7 +1903,6 @@
                 <tableElement experimentID="9">1.6</tableElement>
               </tableRow>
             </doeTable>
-            <doeMethod>Custom design table</doeMethod>
           </settings>
           <designVariables>
             <designVariable>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-FF.xml b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-FF.xml
new file mode 100644
index 0000000000000000000000000000000000000000..fa391d6b91236f12a21f5862b060d054e019f270
--- /dev/null
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-FF.xml
@@ -0,0 +1,1854 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<cmdows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://bitbucket.org/imcovangent/cmdows/raw/master/schema/0.7/cmdows.xsd">
+  <header>
+    <creator>Imco van Gent</creator>
+    <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
+    <timestamp>2018-03-21T15:55:30.252183</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-21T15:55:30.252183</timestamp>
+        <fileVersion>0.1</fileVersion>
+        <cmdowsVersion>0.7</cmdowsVersion>
+      </update>
+    </updates>
+  </header>
+  <executableBlocks>
+    <designCompetences>
+      <designCompetence uID="Performance[main][1][1.0]">
+        <ID>Performance</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Performance</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/fin</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WF</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/R</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Aerodynamics[main][1][1.0]">
+        <ID>Aerodynamics</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Aerodynamics</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/Cf</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/CDmin</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/fin</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/L</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/D</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Propulsion[main][1][1.0]">
+        <ID>Propulsion</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Propulsion</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WBE</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/D</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/T</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/reference/ESF</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/reference/Temp</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Structures[main][1][1.0]">
+        <ID>Structures</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Structures</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/Nz</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WFO</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WO</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/section</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma5</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma4</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma3</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma2</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma1</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WF</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+    </designCompetences>
+    <mathematicalFunctions>
+      <mathematicalFunction uID="F[R]">
+        <label>F[R]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/R</parameterUID>
+            <equationLabel>R</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
+            <equations uID="F[R]_equation">
+              <equation language="Python">-R</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[Theta]">
+        <label>C[Theta]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+            <equationLabel>Theta</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
+            <equations uID="C[Theta]_equation">
+              <equation language="Python">Theta/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[dpdx]">
+        <label>C[dpdx]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
+            <equationLabel>dpdx</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
+            <equations uID="C[dpdx]_equation">
+              <equation language="Python">dpdx/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[prop]">
+        <label>C[prop]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/reference/ESF</parameterUID>
+            <equationLabel>ESF</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/Temp</parameterUID>
+            <equationLabel>Temp</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
+            <equationLabel>DT</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
+            <equations uID="C[prop]_equation">
+              <equation language="Python">ESF/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
+            <equations uID="C[prop]_equation_1">
+              <equation language="Python">DT/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
+            <equations uID="C[prop]_equation_2">
+              <equation language="Python">Temp/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[sigmas]">
+        <label>C[sigmas]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma5</parameterUID>
+            <equationLabel>sigma5</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma4</parameterUID>
+            <equationLabel>sigma4</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma3</parameterUID>
+            <equationLabel>sigma3</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma2</parameterUID>
+            <equationLabel>sigma2</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma1</parameterUID>
+            <equationLabel>sigma1</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</parameterUID>
+            <equations uID="C[sigmas]_equation">
+              <equation language="Python">sigma4/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
+            <equations uID="C[sigmas]_equation_1">
+              <equation language="Python">sigma5/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</parameterUID>
+            <equations uID="C[sigmas]_equation_2">
+              <equation language="Python">sigma1/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</parameterUID>
+            <equations uID="C[sigmas]_equation_3">
+              <equation language="Python">sigma2/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</parameterUID>
+            <equations uID="C[sigmas]_equation_4">
+              <equation language="Python">sigma3/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+    </mathematicalFunctions>
+  </executableBlocks>
+  <parameters>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma3">
+      <label>sigma3</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/dpdx">
+      <label>dpdx</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WO">
+      <label>WO</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WF">
+      <label>WF</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/ESF">
+      <label>ESF</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/L">
+      <label>L</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/D">
+      <label>D</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/R">
+      <label>R</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/fin">
+      <label>fin</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/DT">
+      <label>DT</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/T">
+      <label>T</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma5">
+      <label>sigma5</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma4">
+      <label>sigma4</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma3">
+      <label>sigma3</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma2">
+      <label>sigma2</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma1">
+      <label>sigma1</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/Theta">
+      <label>Theta</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/Cf">
+      <label>Cf</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/Nz">
+      <label>Nz</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/lambda">
+      <label>lambda</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/objectives/R">
+      <label>R</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/SFC">
+      <label>SFC</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WFO">
+      <label>WFO</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/CDmin">
+      <label>CDmin</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/section">
+      <label>section</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/DT">
+      <label>DT</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/Temp">
+      <label>Temp</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma4">
+      <label>sigma4</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma5">
+      <label>sigma5</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma1">
+      <label>sigma1</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma2">
+      <label>sigma2</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/dpdx">
+      <label>dpdx</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WBE">
+      <label>WBE</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/Temp">
+      <label>Temp</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Theta">
+      <label>Theta</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WT">
+      <label>WT</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/AR">
+      <label>AR</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/tc">
+      <label>tc</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/ESF">
+      <label>ESF</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Sref">
+      <label>Sref</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/h">
+      <label>h</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/M">
+      <label>M</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Lambda">
+      <label>Lambda</label>
+    </parameter>
+  </parameters>
+  <problemDefinition uID="converged-DOEGauss-Seidel">
+    <problemFormulation>
+      <mdaoArchitecture>converged-DOE</mdaoArchitecture>
+      <convergerType>Gauss-Seidel</convergerType>
+      <executableBlocksOrder>
+        <executableBlock position="1">Structures[main][1][1.0]</executableBlock>
+        <executableBlock position="2">Aerodynamics[main][1][1.0]</executableBlock>
+        <executableBlock position="3">Propulsion[main][1][1.0]</executableBlock>
+        <executableBlock position="4">Performance[main][1][1.0]</executableBlock>
+        <executableBlock position="5">C[sigmas]</executableBlock>
+        <executableBlock position="6">C[Theta]</executableBlock>
+        <executableBlock position="7">C[dpdx]</executableBlock>
+        <executableBlock position="8">C[prop]</executableBlock>
+        <executableBlock position="9">F[R]</executableBlock>
+      </executableBlocksOrder>
+      <allowUnconvergedCouplings>false</allowUnconvergedCouplings>
+      <doeSettings>
+        <doeMethod>Full factorial design</doeMethod>
+        <doeRuns>2</doeRuns>
+      </doeSettings>
+    </problemFormulation>
+    <problemRoles>
+      <parameters>
+        <designVariables>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/T">
+            <parameterUID>/data_schema/aircraft/other/T</parameterUID>
+            <nominalValue>0.55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>1.0</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.15</sample>
+              <sample position="3">0.2</sample>
+              <sample position="4">0.25</sample>
+              <sample position="5">0.3</sample>
+              <sample position="6">0.35</sample>
+              <sample position="7">0.4</sample>
+              <sample position="8">0.45</sample>
+              <sample position="9">0.5</sample>
+              <sample position="10">0.55</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/Cf">
+            <parameterUID>/data_schema/aircraft/other/Cf</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/lambda">
+            <parameterUID>/data_schema/aircraft/geometry/lambda</parameterUID>
+            <nominalValue>0.25</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>0.4</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.116666666667</sample>
+              <sample position="3">0.133333333333</sample>
+              <sample position="4">0.15</sample>
+              <sample position="5">0.166666666667</sample>
+              <sample position="6">0.183333333333</sample>
+              <sample position="7">0.2</sample>
+              <sample position="8">0.216666666667</sample>
+              <sample position="9">0.233333333333</sample>
+              <sample position="10">0.25</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/section">
+            <parameterUID>/data_schema/aircraft/geometry/section</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/AR">
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+            <nominalValue>5.5</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>2.5</minimum>
+                <maximum>8.5</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">2.5</sample>
+              <sample position="2">2.83333333333</sample>
+              <sample position="3">3.16666666667</sample>
+              <sample position="4">3.5</sample>
+              <sample position="5">3.83333333333</sample>
+              <sample position="6">4.16666666667</sample>
+              <sample position="7">4.5</sample>
+              <sample position="8">4.83333333333</sample>
+              <sample position="9">5.16666666667</sample>
+              <sample position="10">5.5</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/tc">
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+            <nominalValue>0.05</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.01</minimum>
+                <maximum>0.09</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.01</sample>
+              <sample position="2">0.0144444444444</sample>
+              <sample position="3">0.0188888888889</sample>
+              <sample position="4">0.0233333333333</sample>
+              <sample position="5">0.0277777777778</sample>
+              <sample position="6">0.0322222222222</sample>
+              <sample position="7">0.0366666666667</sample>
+              <sample position="8">0.0411111111111</sample>
+              <sample position="9">0.0455555555556</sample>
+              <sample position="10">0.05</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Sref">
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+            <nominalValue>1000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>500</minimum>
+                <maximum>1500</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">500.0</sample>
+              <sample position="2">555.555555556</sample>
+              <sample position="3">611.111111111</sample>
+              <sample position="4">666.666666667</sample>
+              <sample position="5">722.222222222</sample>
+              <sample position="6">777.777777778</sample>
+              <sample position="7">833.333333333</sample>
+              <sample position="8">888.888888889</sample>
+              <sample position="9">944.444444444</sample>
+              <sample position="10">1000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/h">
+            <parameterUID>/data_schema/reference/h</parameterUID>
+            <nominalValue>45000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>30000</minimum>
+                <maximum>60000</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">30000.0</sample>
+              <sample position="2">31666.6666667</sample>
+              <sample position="3">33333.3333333</sample>
+              <sample position="4">35000.0</sample>
+              <sample position="5">36666.6666667</sample>
+              <sample position="6">38333.3333333</sample>
+              <sample position="7">40000.0</sample>
+              <sample position="8">41666.6666667</sample>
+              <sample position="9">43333.3333333</sample>
+              <sample position="10">45000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/M">
+            <parameterUID>/data_schema/reference/M</parameterUID>
+            <nominalValue>1.6</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>1.4</minimum>
+                <maximum>1.8</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">1.4</sample>
+              <sample position="2">1.42222222222</sample>
+              <sample position="3">1.44444444444</sample>
+              <sample position="4">1.46666666667</sample>
+              <sample position="5">1.48888888889</sample>
+              <sample position="6">1.51111111111</sample>
+              <sample position="7">1.53333333333</sample>
+              <sample position="8">1.55555555556</sample>
+              <sample position="9">1.57777777778</sample>
+              <sample position="10">1.6</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Lambda">
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+            <nominalValue>55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>40</minimum>
+                <maximum>70</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">40.0</sample>
+              <sample position="2">41.6666666667</sample>
+              <sample position="3">43.3333333333</sample>
+              <sample position="4">45.0</sample>
+              <sample position="5">46.6666666667</sample>
+              <sample position="6">48.3333333333</sample>
+              <sample position="7">50.0</sample>
+              <sample position="8">51.6666666667</sample>
+              <sample position="9">53.3333333333</sample>
+              <sample position="10">55.0</sample>
+            </samples>
+          </designVariable>
+        </designVariables>
+        <stateVariables>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma3">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/DT">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/Theta">
+            <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/objectives/R">
+            <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/Temp">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma4">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma5">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma1">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma2">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/dpdx">
+            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
+        </stateVariables>
+      </parameters>
+      <executableBlocks>
+        <coupledBlocks>
+          <coupledBlock>Structures[main][1][1.0]</coupledBlock>
+          <coupledBlock>Aerodynamics[main][1][1.0]</coupledBlock>
+          <coupledBlock>Propulsion[main][1][1.0]</coupledBlock>
+        </coupledBlocks>
+        <postCouplingBlocks>
+          <postCouplingBlock>Performance[main][1][1.0]</postCouplingBlock>
+          <postCouplingBlock>C[sigmas]</postCouplingBlock>
+          <postCouplingBlock>C[Theta]</postCouplingBlock>
+          <postCouplingBlock>C[dpdx]</postCouplingBlock>
+          <postCouplingBlock>C[prop]</postCouplingBlock>
+          <postCouplingBlock>F[R]</postCouplingBlock>
+        </postCouplingBlocks>
+      </executableBlocks>
+    </problemRoles>
+  </problemDefinition>
+  <workflow>
+    <problemDefinitionUID>converged-DOEGauss-Seidel</problemDefinitionUID>
+    <dataGraph>
+      <name>XDSM - converged-DOE-GS-FF - Mdao</name>
+      <edges>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Theta</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Theta</fromParameterUID>
+          <toExecutableBlockUID>C[Theta]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/dpdx</fromParameterUID>
+          <toExecutableBlockUID>C[dpdx]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WT</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WT</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WO</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WF</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WF</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/D</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WFO</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/Nz</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WO</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/CDmin</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WBE</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/R</fromParameterUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/fin</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/T</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma5</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma4</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma3</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma2</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma1</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/Theta</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/Cf</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/objectives/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/Nz</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/h</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/M</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/T</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/lambda</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/fin</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/D</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[Theta]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Performance[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/objectives/R</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[dpdx]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/SFC</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WFO</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/CDmin</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/section</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/DT</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/dpdx</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WBE</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/Temp</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+      </edges>
+    </dataGraph>
+    <processGraph>
+      <name>XDSM - converged-DOE-GS-FF - Mdao</name>
+      <edges>
+        <edge>
+          <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+          <processStepNumber>9</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Performance[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[Theta]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[Theta]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>3</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[dpdx]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+          <processStepNumber>10</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+          <processStepNumber>2</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+          <processStepNumber>1</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[dpdx]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>5</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>4</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+          <processStepNumber>6</processStepNumber>
+        </edge>
+      </edges>
+      <nodes>
+        <node>
+          <referenceUID>F[R]</referenceUID>
+          <processStepNumber>8</processStepNumber>
+          <diagonalPosition>11</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Performance[main][1][1.0]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>6</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[Theta]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>8</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[prop]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>10</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Converger</referenceUID>
+          <processStepNumber>2</processStepNumber>
+          <convergerStepNumber>6</convergerStepNumber>
+          <diagonalPosition>2</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>DOE</referenceUID>
+          <processStepNumber>1</processStepNumber>
+          <convergerStepNumber>9</convergerStepNumber>
+          <diagonalPosition>1</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Coordinator</referenceUID>
+          <processStepNumber>0</processStepNumber>
+          <convergerStepNumber>10</convergerStepNumber>
+          <diagonalPosition>0</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[dpdx]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>9</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[sigmas]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>7</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Aerodynamics[main][1][1.0]</referenceUID>
+          <processStepNumber>4</processStepNumber>
+          <diagonalPosition>4</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Structures[main][1][1.0]</referenceUID>
+          <processStepNumber>3</processStepNumber>
+          <diagonalPosition>3</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Propulsion[main][1][1.0]</referenceUID>
+          <processStepNumber>5</processStepNumber>
+          <diagonalPosition>5</diagonalPosition>
+        </node>
+      </nodes>
+      <metadata>
+        <loopNesting>
+          <loopElements>
+            <loopElement relatedUID="Coordinator">
+              <loopElements>
+                <loopElement relatedUID="DOE">
+                  <loopElements>
+                    <loopElement relatedUID="Converger">
+                      <functionElements>
+                        <functionElement>Structures[main][1][1.0]</functionElement>
+                        <functionElement>Aerodynamics[main][1][1.0]</functionElement>
+                        <functionElement>Propulsion[main][1][1.0]</functionElement>
+                      </functionElements>
+                    </loopElement>
+                  </loopElements>
+                  <functionElements>
+                    <functionElement>C[Theta]</functionElement>
+                    <functionElement>F[R]</functionElement>
+                    <functionElement>C[dpdx]</functionElement>
+                    <functionElement>C[prop]</functionElement>
+                    <functionElement>C[sigmas]</functionElement>
+                    <functionElement>Performance[main][1][1.0]</functionElement>
+                  </functionElements>
+                </loopElement>
+              </loopElements>
+            </loopElement>
+          </loopElements>
+        </loopNesting>
+      </metadata>
+    </processGraph>
+  </workflow>
+  <architectureElements>
+    <parameters>
+      <initialGuessCouplingVariables>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF">
+          <relatedParameterUID>/data_schema/reference/ESF</relatedParameterUID>
+          <label>ESF^{c0}</label>
+        </initialGuessCouplingVariable>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{c0}</label>
+        </initialGuessCouplingVariable>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L">
+          <relatedParameterUID>/data_schema/aircraft/other/L</relatedParameterUID>
+          <label>L^{c0}</label>
+        </initialGuessCouplingVariable>
+      </initialGuessCouplingVariables>
+      <finalCouplingVariables>
+        <finalCouplingVariable uID="/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{*}</label>
+        </finalCouplingVariable>
+      </finalCouplingVariables>
+      <couplingCopyVariables>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{c}</label>
+        </couplingCopyVariable>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L">
+          <relatedParameterUID>/data_schema/aircraft/other/L</relatedParameterUID>
+          <label>L^{c}</label>
+        </couplingCopyVariable>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF">
+          <relatedParameterUID>/data_schema/reference/ESF</relatedParameterUID>
+          <label>ESF^{c}</label>
+        </couplingCopyVariable>
+      </couplingCopyVariables>
+      <doeInputSampleLists>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda">
+          <relatedParameterUID>/data_schema/aircraft/geometry/lambda</relatedParameterUID>
+          <label>DOE_lambda_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h">
+          <relatedParameterUID>/data_schema/reference/h</relatedParameterUID>
+          <label>DOE_h_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M">
+          <relatedParameterUID>/data_schema/reference/M</relatedParameterUID>
+          <label>DOE_M_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf">
+          <relatedParameterUID>/data_schema/aircraft/other/Cf</relatedParameterUID>
+          <label>DOE_Cf_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Lambda</relatedParameterUID>
+          <label>DOE_Lambda_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T">
+          <relatedParameterUID>/data_schema/aircraft/other/T</relatedParameterUID>
+          <label>DOE_T_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc">
+          <relatedParameterUID>/data_schema/aircraft/geometry/tc</relatedParameterUID>
+          <label>DOE_tc_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR">
+          <relatedParameterUID>/data_schema/aircraft/geometry/AR</relatedParameterUID>
+          <label>DOE_AR_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Sref</relatedParameterUID>
+          <label>DOE_Sref_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section">
+          <relatedParameterUID>/data_schema/aircraft/geometry/section</relatedParameterUID>
+          <label>DOE_section_{inp}</label>
+        </doeInputSampleList>
+      </doeInputSampleLists>
+      <doeOutputSampleLists>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>DOE_WE_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</relatedParameterUID>
+          <label>DOE_DT_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</relatedParameterUID>
+          <label>DOE_Temp_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/dpdx</relatedParameterUID>
+          <label>DOE_dpdx_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</relatedParameterUID>
+          <label>DOE_sigma4_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</relatedParameterUID>
+          <label>DOE_sigma3_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</relatedParameterUID>
+          <label>DOE_sigma2_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</relatedParameterUID>
+          <label>DOE_sigma1_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</relatedParameterUID>
+          <label>DOE_sigma5_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/Theta</relatedParameterUID>
+          <label>DOE_Theta_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</relatedParameterUID>
+          <label>DOE_ESF_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R">
+          <relatedParameterUID>/data_schema/mdo_data/objectives/R</relatedParameterUID>
+          <label>DOE_R_{out}</label>
+        </doeOutputSampleList>
+      </doeOutputSampleLists>
+    </parameters>
+    <executableBlocks>
+      <coordinators>
+        <coordinator uID="Coordinator">
+          <label>COOR</label>
+        </coordinator>
+      </coordinators>
+      <convergers>
+        <converger uID="Converger">
+          <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
+        </converger>
+      </convergers>
+      <does>
+        <doe uID="DOE">
+          <label>DOE</label>
+          <settings>
+            <doeMethod>Full factorial design</doeMethod>
+            <doeRuns>2</doeRuns>
+          </settings>
+          <designVariables>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/reference/h</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/lambda</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/other/Cf</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/AR</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/Sref</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/tc</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/reference/M</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/Lambda</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/section</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/other/T</designVariableUID>
+            </designVariable>
+          </designVariables>
+        </doe>
+      </does>
+      <coupledAnalyses>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Structures[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Aerodynamics[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Propulsion[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+      </coupledAnalyses>
+      <postCouplingAnalyses>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>F[R]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[prop]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[Theta]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>Performance[main][1][1.0]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[dpdx]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[sigmas]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+      </postCouplingAnalyses>
+    </executableBlocks>
+  </architectureElements>
+</cmdows>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-LH.xml b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-LH.xml
new file mode 100644
index 0000000000000000000000000000000000000000..42dbfb2c7795e974f50a4a773b11637d0f8b768a
--- /dev/null
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-LH.xml
@@ -0,0 +1,1855 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<cmdows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://bitbucket.org/imcovangent/cmdows/raw/master/schema/0.7/cmdows.xsd">
+  <header>
+    <creator>Imco van Gent</creator>
+    <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
+    <timestamp>2018-03-21T15:55:30.252183</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-21T15:55:30.252183</timestamp>
+        <fileVersion>0.1</fileVersion>
+        <cmdowsVersion>0.7</cmdowsVersion>
+      </update>
+    </updates>
+  </header>
+  <executableBlocks>
+    <designCompetences>
+      <designCompetence uID="Performance[main][1][1.0]">
+        <ID>Performance</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Performance</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/fin</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WF</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/R</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Aerodynamics[main][1][1.0]">
+        <ID>Aerodynamics</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Aerodynamics</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/Cf</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/CDmin</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/fin</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/L</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/D</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Propulsion[main][1][1.0]">
+        <ID>Propulsion</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Propulsion</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WBE</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/D</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/T</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/reference/ESF</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/reference/Temp</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Structures[main][1][1.0]">
+        <ID>Structures</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Structures</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/Nz</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WFO</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WO</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/section</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma5</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma4</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma3</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma2</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma1</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WF</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+    </designCompetences>
+    <mathematicalFunctions>
+      <mathematicalFunction uID="F[R]">
+        <label>F[R]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/R</parameterUID>
+            <equationLabel>R</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
+            <equations uID="F[R]_equation">
+              <equation language="Python">-R</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[Theta]">
+        <label>C[Theta]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+            <equationLabel>Theta</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
+            <equations uID="C[Theta]_equation">
+              <equation language="Python">Theta/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[dpdx]">
+        <label>C[dpdx]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
+            <equationLabel>dpdx</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
+            <equations uID="C[dpdx]_equation">
+              <equation language="Python">dpdx/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[prop]">
+        <label>C[prop]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/reference/ESF</parameterUID>
+            <equationLabel>ESF</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/Temp</parameterUID>
+            <equationLabel>Temp</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
+            <equationLabel>DT</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
+            <equations uID="C[prop]_equation">
+              <equation language="Python">ESF/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
+            <equations uID="C[prop]_equation_1">
+              <equation language="Python">DT/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
+            <equations uID="C[prop]_equation_2">
+              <equation language="Python">Temp/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[sigmas]">
+        <label>C[sigmas]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma5</parameterUID>
+            <equationLabel>sigma5</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma4</parameterUID>
+            <equationLabel>sigma4</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma3</parameterUID>
+            <equationLabel>sigma3</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma2</parameterUID>
+            <equationLabel>sigma2</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma1</parameterUID>
+            <equationLabel>sigma1</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</parameterUID>
+            <equations uID="C[sigmas]_equation">
+              <equation language="Python">sigma4/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
+            <equations uID="C[sigmas]_equation_1">
+              <equation language="Python">sigma5/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</parameterUID>
+            <equations uID="C[sigmas]_equation_2">
+              <equation language="Python">sigma1/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</parameterUID>
+            <equations uID="C[sigmas]_equation_3">
+              <equation language="Python">sigma2/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</parameterUID>
+            <equations uID="C[sigmas]_equation_4">
+              <equation language="Python">sigma3/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+    </mathematicalFunctions>
+  </executableBlocks>
+  <parameters>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma3">
+      <label>sigma3</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/dpdx">
+      <label>dpdx</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WO">
+      <label>WO</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WF">
+      <label>WF</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/ESF">
+      <label>ESF</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/L">
+      <label>L</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/D">
+      <label>D</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/R">
+      <label>R</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/fin">
+      <label>fin</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/DT">
+      <label>DT</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/T">
+      <label>T</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma5">
+      <label>sigma5</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma4">
+      <label>sigma4</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma3">
+      <label>sigma3</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma2">
+      <label>sigma2</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma1">
+      <label>sigma1</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/Theta">
+      <label>Theta</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/Cf">
+      <label>Cf</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/Nz">
+      <label>Nz</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/lambda">
+      <label>lambda</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/objectives/R">
+      <label>R</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/SFC">
+      <label>SFC</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WFO">
+      <label>WFO</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/CDmin">
+      <label>CDmin</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/section">
+      <label>section</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/DT">
+      <label>DT</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/Temp">
+      <label>Temp</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma4">
+      <label>sigma4</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma5">
+      <label>sigma5</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma1">
+      <label>sigma1</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma2">
+      <label>sigma2</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/dpdx">
+      <label>dpdx</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WBE">
+      <label>WBE</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/Temp">
+      <label>Temp</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Theta">
+      <label>Theta</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WT">
+      <label>WT</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/AR">
+      <label>AR</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/tc">
+      <label>tc</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/ESF">
+      <label>ESF</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Sref">
+      <label>Sref</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/h">
+      <label>h</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/M">
+      <label>M</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Lambda">
+      <label>Lambda</label>
+    </parameter>
+  </parameters>
+  <problemDefinition uID="converged-DOEGauss-Seidel">
+    <problemFormulation>
+      <mdaoArchitecture>converged-DOE</mdaoArchitecture>
+      <convergerType>Gauss-Seidel</convergerType>
+      <executableBlocksOrder>
+        <executableBlock position="1">Structures[main][1][1.0]</executableBlock>
+        <executableBlock position="2">Aerodynamics[main][1][1.0]</executableBlock>
+        <executableBlock position="3">Propulsion[main][1][1.0]</executableBlock>
+        <executableBlock position="4">Performance[main][1][1.0]</executableBlock>
+        <executableBlock position="5">C[sigmas]</executableBlock>
+        <executableBlock position="6">C[Theta]</executableBlock>
+        <executableBlock position="7">C[dpdx]</executableBlock>
+        <executableBlock position="8">C[prop]</executableBlock>
+        <executableBlock position="9">F[R]</executableBlock>
+      </executableBlocksOrder>
+      <allowUnconvergedCouplings>false</allowUnconvergedCouplings>
+      <doeSettings>
+        <doeMethod>Latin hypercube design</doeMethod>
+        <doeRuns>20</doeRuns>
+      </doeSettings>
+    </problemFormulation>
+    <problemRoles>
+      <parameters>
+        <designVariables>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/T">
+            <parameterUID>/data_schema/aircraft/other/T</parameterUID>
+            <nominalValue>0.55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>1.0</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.15</sample>
+              <sample position="3">0.2</sample>
+              <sample position="4">0.25</sample>
+              <sample position="5">0.3</sample>
+              <sample position="6">0.35</sample>
+              <sample position="7">0.4</sample>
+              <sample position="8">0.45</sample>
+              <sample position="9">0.5</sample>
+              <sample position="10">0.55</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/Cf">
+            <parameterUID>/data_schema/aircraft/other/Cf</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/lambda">
+            <parameterUID>/data_schema/aircraft/geometry/lambda</parameterUID>
+            <nominalValue>0.25</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>0.4</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.116666666667</sample>
+              <sample position="3">0.133333333333</sample>
+              <sample position="4">0.15</sample>
+              <sample position="5">0.166666666667</sample>
+              <sample position="6">0.183333333333</sample>
+              <sample position="7">0.2</sample>
+              <sample position="8">0.216666666667</sample>
+              <sample position="9">0.233333333333</sample>
+              <sample position="10">0.25</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/section">
+            <parameterUID>/data_schema/aircraft/geometry/section</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/AR">
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+            <nominalValue>5.5</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>2.5</minimum>
+                <maximum>8.5</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">2.5</sample>
+              <sample position="2">2.83333333333</sample>
+              <sample position="3">3.16666666667</sample>
+              <sample position="4">3.5</sample>
+              <sample position="5">3.83333333333</sample>
+              <sample position="6">4.16666666667</sample>
+              <sample position="7">4.5</sample>
+              <sample position="8">4.83333333333</sample>
+              <sample position="9">5.16666666667</sample>
+              <sample position="10">5.5</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/tc">
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+            <nominalValue>0.05</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.01</minimum>
+                <maximum>0.09</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.01</sample>
+              <sample position="2">0.0144444444444</sample>
+              <sample position="3">0.0188888888889</sample>
+              <sample position="4">0.0233333333333</sample>
+              <sample position="5">0.0277777777778</sample>
+              <sample position="6">0.0322222222222</sample>
+              <sample position="7">0.0366666666667</sample>
+              <sample position="8">0.0411111111111</sample>
+              <sample position="9">0.0455555555556</sample>
+              <sample position="10">0.05</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Sref">
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+            <nominalValue>1000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>500</minimum>
+                <maximum>1500</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">500.0</sample>
+              <sample position="2">555.555555556</sample>
+              <sample position="3">611.111111111</sample>
+              <sample position="4">666.666666667</sample>
+              <sample position="5">722.222222222</sample>
+              <sample position="6">777.777777778</sample>
+              <sample position="7">833.333333333</sample>
+              <sample position="8">888.888888889</sample>
+              <sample position="9">944.444444444</sample>
+              <sample position="10">1000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/h">
+            <parameterUID>/data_schema/reference/h</parameterUID>
+            <nominalValue>45000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>30000</minimum>
+                <maximum>60000</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">30000.0</sample>
+              <sample position="2">31666.6666667</sample>
+              <sample position="3">33333.3333333</sample>
+              <sample position="4">35000.0</sample>
+              <sample position="5">36666.6666667</sample>
+              <sample position="6">38333.3333333</sample>
+              <sample position="7">40000.0</sample>
+              <sample position="8">41666.6666667</sample>
+              <sample position="9">43333.3333333</sample>
+              <sample position="10">45000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/M">
+            <parameterUID>/data_schema/reference/M</parameterUID>
+            <nominalValue>1.6</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>1.4</minimum>
+                <maximum>1.8</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">1.4</sample>
+              <sample position="2">1.42222222222</sample>
+              <sample position="3">1.44444444444</sample>
+              <sample position="4">1.46666666667</sample>
+              <sample position="5">1.48888888889</sample>
+              <sample position="6">1.51111111111</sample>
+              <sample position="7">1.53333333333</sample>
+              <sample position="8">1.55555555556</sample>
+              <sample position="9">1.57777777778</sample>
+              <sample position="10">1.6</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Lambda">
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+            <nominalValue>55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>40</minimum>
+                <maximum>70</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">40.0</sample>
+              <sample position="2">41.6666666667</sample>
+              <sample position="3">43.3333333333</sample>
+              <sample position="4">45.0</sample>
+              <sample position="5">46.6666666667</sample>
+              <sample position="6">48.3333333333</sample>
+              <sample position="7">50.0</sample>
+              <sample position="8">51.6666666667</sample>
+              <sample position="9">53.3333333333</sample>
+              <sample position="10">55.0</sample>
+            </samples>
+          </designVariable>
+        </designVariables>
+        <stateVariables>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma3">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/DT">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/Theta">
+            <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/objectives/R">
+            <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/Temp">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma4">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma5">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma1">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma2">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/dpdx">
+            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
+        </stateVariables>
+      </parameters>
+      <executableBlocks>
+        <coupledBlocks>
+          <coupledBlock>Structures[main][1][1.0]</coupledBlock>
+          <coupledBlock>Aerodynamics[main][1][1.0]</coupledBlock>
+          <coupledBlock>Propulsion[main][1][1.0]</coupledBlock>
+        </coupledBlocks>
+        <postCouplingBlocks>
+          <postCouplingBlock>Performance[main][1][1.0]</postCouplingBlock>
+          <postCouplingBlock>C[sigmas]</postCouplingBlock>
+          <postCouplingBlock>C[Theta]</postCouplingBlock>
+          <postCouplingBlock>C[dpdx]</postCouplingBlock>
+          <postCouplingBlock>C[prop]</postCouplingBlock>
+          <postCouplingBlock>F[R]</postCouplingBlock>
+        </postCouplingBlocks>
+      </executableBlocks>
+    </problemRoles>
+  </problemDefinition>
+  <workflow>
+    <problemDefinitionUID>converged-DOEGauss-Seidel</problemDefinitionUID>
+    <dataGraph>
+      <name>XDSM - converged-DOE-GS-LH - Mdao</name>
+      <edges>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Theta</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Theta</fromParameterUID>
+          <toExecutableBlockUID>C[Theta]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/dpdx</fromParameterUID>
+          <toExecutableBlockUID>C[dpdx]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WT</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WT</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WO</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WF</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WF</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/D</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WFO</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/Nz</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WO</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/CDmin</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WBE</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/R</fromParameterUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/fin</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/T</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma5</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma4</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma3</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma2</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma1</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/Theta</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/Cf</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/objectives/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/Nz</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/h</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/M</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/T</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/lambda</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/fin</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/D</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[Theta]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Performance[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/objectives/R</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[dpdx]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/SFC</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WFO</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/CDmin</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/section</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/DT</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/dpdx</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WBE</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/Temp</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+      </edges>
+    </dataGraph>
+    <processGraph>
+      <name>XDSM - converged-DOE-GS-LH - Mdao</name>
+      <edges>
+        <edge>
+          <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+          <processStepNumber>9</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Performance[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[Theta]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[Theta]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>3</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[dpdx]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+          <processStepNumber>10</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+          <processStepNumber>2</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+          <processStepNumber>1</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[dpdx]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>5</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>4</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+          <processStepNumber>6</processStepNumber>
+        </edge>
+      </edges>
+      <nodes>
+        <node>
+          <referenceUID>F[R]</referenceUID>
+          <processStepNumber>8</processStepNumber>
+          <diagonalPosition>11</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Performance[main][1][1.0]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>6</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[Theta]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>8</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[prop]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>10</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Converger</referenceUID>
+          <processStepNumber>2</processStepNumber>
+          <convergerStepNumber>6</convergerStepNumber>
+          <diagonalPosition>2</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>DOE</referenceUID>
+          <processStepNumber>1</processStepNumber>
+          <convergerStepNumber>9</convergerStepNumber>
+          <diagonalPosition>1</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Coordinator</referenceUID>
+          <processStepNumber>0</processStepNumber>
+          <convergerStepNumber>10</convergerStepNumber>
+          <diagonalPosition>0</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[dpdx]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>9</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[sigmas]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>7</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Aerodynamics[main][1][1.0]</referenceUID>
+          <processStepNumber>4</processStepNumber>
+          <diagonalPosition>4</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Structures[main][1][1.0]</referenceUID>
+          <processStepNumber>3</processStepNumber>
+          <diagonalPosition>3</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Propulsion[main][1][1.0]</referenceUID>
+          <processStepNumber>5</processStepNumber>
+          <diagonalPosition>5</diagonalPosition>
+        </node>
+      </nodes>
+      <metadata>
+        <loopNesting>
+          <loopElements>
+            <loopElement relatedUID="Coordinator">
+              <loopElements>
+                <loopElement relatedUID="DOE">
+                  <loopElements>
+                    <loopElement relatedUID="Converger">
+                      <functionElements>
+                        <functionElement>Structures[main][1][1.0]</functionElement>
+                        <functionElement>Aerodynamics[main][1][1.0]</functionElement>
+                        <functionElement>Propulsion[main][1][1.0]</functionElement>
+                      </functionElements>
+                    </loopElement>
+                  </loopElements>
+                  <functionElements>
+                    <functionElement>C[Theta]</functionElement>
+                    <functionElement>F[R]</functionElement>
+                    <functionElement>C[dpdx]</functionElement>
+                    <functionElement>C[prop]</functionElement>
+                    <functionElement>C[sigmas]</functionElement>
+                    <functionElement>Performance[main][1][1.0]</functionElement>
+                  </functionElements>
+                </loopElement>
+              </loopElements>
+            </loopElement>
+          </loopElements>
+        </loopNesting>
+      </metadata>
+    </processGraph>
+  </workflow>
+  <architectureElements>
+    <parameters>
+      <initialGuessCouplingVariables>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF">
+          <relatedParameterUID>/data_schema/reference/ESF</relatedParameterUID>
+          <label>ESF^{c0}</label>
+        </initialGuessCouplingVariable>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{c0}</label>
+        </initialGuessCouplingVariable>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L">
+          <relatedParameterUID>/data_schema/aircraft/other/L</relatedParameterUID>
+          <label>L^{c0}</label>
+        </initialGuessCouplingVariable>
+      </initialGuessCouplingVariables>
+      <finalCouplingVariables>
+        <finalCouplingVariable uID="/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{*}</label>
+        </finalCouplingVariable>
+      </finalCouplingVariables>
+      <couplingCopyVariables>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{c}</label>
+        </couplingCopyVariable>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L">
+          <relatedParameterUID>/data_schema/aircraft/other/L</relatedParameterUID>
+          <label>L^{c}</label>
+        </couplingCopyVariable>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF">
+          <relatedParameterUID>/data_schema/reference/ESF</relatedParameterUID>
+          <label>ESF^{c}</label>
+        </couplingCopyVariable>
+      </couplingCopyVariables>
+      <doeInputSampleLists>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda">
+          <relatedParameterUID>/data_schema/aircraft/geometry/lambda</relatedParameterUID>
+          <label>DOE_lambda_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h">
+          <relatedParameterUID>/data_schema/reference/h</relatedParameterUID>
+          <label>DOE_h_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M">
+          <relatedParameterUID>/data_schema/reference/M</relatedParameterUID>
+          <label>DOE_M_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf">
+          <relatedParameterUID>/data_schema/aircraft/other/Cf</relatedParameterUID>
+          <label>DOE_Cf_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Lambda</relatedParameterUID>
+          <label>DOE_Lambda_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T">
+          <relatedParameterUID>/data_schema/aircraft/other/T</relatedParameterUID>
+          <label>DOE_T_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc">
+          <relatedParameterUID>/data_schema/aircraft/geometry/tc</relatedParameterUID>
+          <label>DOE_tc_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR">
+          <relatedParameterUID>/data_schema/aircraft/geometry/AR</relatedParameterUID>
+          <label>DOE_AR_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Sref</relatedParameterUID>
+          <label>DOE_Sref_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section">
+          <relatedParameterUID>/data_schema/aircraft/geometry/section</relatedParameterUID>
+          <label>DOE_section_{inp}</label>
+        </doeInputSampleList>
+      </doeInputSampleLists>
+      <doeOutputSampleLists>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>DOE_WE_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</relatedParameterUID>
+          <label>DOE_DT_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</relatedParameterUID>
+          <label>DOE_Temp_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/dpdx</relatedParameterUID>
+          <label>DOE_dpdx_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</relatedParameterUID>
+          <label>DOE_sigma4_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</relatedParameterUID>
+          <label>DOE_sigma3_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</relatedParameterUID>
+          <label>DOE_sigma2_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</relatedParameterUID>
+          <label>DOE_sigma1_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</relatedParameterUID>
+          <label>DOE_sigma5_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/Theta</relatedParameterUID>
+          <label>DOE_Theta_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</relatedParameterUID>
+          <label>DOE_ESF_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R">
+          <relatedParameterUID>/data_schema/mdo_data/objectives/R</relatedParameterUID>
+          <label>DOE_R_{out}</label>
+        </doeOutputSampleList>
+      </doeOutputSampleLists>
+    </parameters>
+    <executableBlocks>
+      <coordinators>
+        <coordinator uID="Coordinator">
+          <label>COOR</label>
+        </coordinator>
+      </coordinators>
+      <convergers>
+        <converger uID="Converger">
+          <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
+        </converger>
+      </convergers>
+      <does>
+        <doe uID="DOE">
+          <label>DOE</label>
+          <settings>
+            <doeMethod>Latin hypercube design</doeMethod>
+            <doeRuns>20</doeRuns>
+            <doeSeed>5</doeSeed>
+          </settings>
+          <designVariables>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/reference/h</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/lambda</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/other/Cf</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/AR</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/Sref</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/tc</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/reference/M</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/Lambda</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/section</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/other/T</designVariableUID>
+            </designVariable>
+          </designVariables>
+        </doe>
+      </does>
+      <coupledAnalyses>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Structures[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Aerodynamics[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Propulsion[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+      </coupledAnalyses>
+      <postCouplingAnalyses>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>F[R]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[prop]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[Theta]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>Performance[main][1][1.0]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[dpdx]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[sigmas]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+      </postCouplingAnalyses>
+    </executableBlocks>
+  </architectureElements>
+</cmdows>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-MC.xml b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-MC.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3df994ef927e63b197afae010c2de4789f9e8451
--- /dev/null
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-GS-MC.xml
@@ -0,0 +1,1855 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<cmdows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://bitbucket.org/imcovangent/cmdows/raw/master/schema/0.7/cmdows.xsd">
+  <header>
+    <creator>Imco van Gent</creator>
+    <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
+    <timestamp>2018-03-21T15:55:30.252183</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-21T15:55:30.252183</timestamp>
+        <fileVersion>0.1</fileVersion>
+        <cmdowsVersion>0.7</cmdowsVersion>
+      </update>
+    </updates>
+  </header>
+  <executableBlocks>
+    <designCompetences>
+      <designCompetence uID="Performance[main][1][1.0]">
+        <ID>Performance</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Performance</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/fin</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WF</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/R</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Aerodynamics[main][1][1.0]">
+        <ID>Aerodynamics</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Aerodynamics</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/Cf</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/CDmin</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/fin</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/L</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/D</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Propulsion[main][1][1.0]">
+        <ID>Propulsion</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Propulsion</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/reference/h</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WBE</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/D</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/M</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/T</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/reference/ESF</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/reference/Temp</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+      <designCompetence uID="Structures[main][1][1.0]">
+        <ID>Structures</ID>
+        <modeID>main</modeID>
+        <instanceID>1</instanceID>
+        <version>1.0</version>
+        <label>Structures</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/Nz</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WFO</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/lambda</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/weight/WO</parameterUID>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/section</parameterUID>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WT</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma5</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma4</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma3</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma2</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/sigma1</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+          </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WF</parameterUID>
+          </output>
+        </outputs>
+      </designCompetence>
+    </designCompetences>
+    <mathematicalFunctions>
+      <mathematicalFunction uID="F[R]">
+        <label>F[R]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/R</parameterUID>
+            <equationLabel>R</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
+            <equations uID="F[R]_equation">
+              <equation language="Python">-R</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[Theta]">
+        <label>C[Theta]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/geometry/Theta</parameterUID>
+            <equationLabel>Theta</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
+            <equations uID="C[Theta]_equation">
+              <equation language="Python">Theta/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[dpdx]">
+        <label>C[dpdx]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/dpdx</parameterUID>
+            <equationLabel>dpdx</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
+            <equations uID="C[dpdx]_equation">
+              <equation language="Python">dpdx/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[prop]">
+        <label>C[prop]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/reference/ESF</parameterUID>
+            <equationLabel>ESF</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/reference/Temp</parameterUID>
+            <equationLabel>Temp</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
+            <equationLabel>DT</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
+            <equations uID="C[prop]_equation">
+              <equation language="Python">ESF/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
+            <equations uID="C[prop]_equation_1">
+              <equation language="Python">DT/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
+            <equations uID="C[prop]_equation_2">
+              <equation language="Python">Temp/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+      <mathematicalFunction uID="C[sigmas]">
+        <label>C[sigmas]</label>
+        <inputs>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma5</parameterUID>
+            <equationLabel>sigma5</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma4</parameterUID>
+            <equationLabel>sigma4</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma3</parameterUID>
+            <equationLabel>sigma3</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma2</parameterUID>
+            <equationLabel>sigma2</equationLabel>
+          </input>
+          <input>
+            <parameterUID>/data_schema/aircraft/other/sigma1</parameterUID>
+            <equationLabel>sigma1</equationLabel>
+          </input>
+        </inputs>
+        <outputs>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</parameterUID>
+            <equations uID="C[sigmas]_equation">
+              <equation language="Python">sigma4/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
+            <equations uID="C[sigmas]_equation_1">
+              <equation language="Python">sigma5/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</parameterUID>
+            <equations uID="C[sigmas]_equation_2">
+              <equation language="Python">sigma1/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</parameterUID>
+            <equations uID="C[sigmas]_equation_3">
+              <equation language="Python">sigma2/1.0</equation>
+            </equations>
+          </output>
+          <output>
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</parameterUID>
+            <equations uID="C[sigmas]_equation_4">
+              <equation language="Python">sigma3/1.0</equation>
+            </equations>
+          </output>
+        </outputs>
+      </mathematicalFunction>
+    </mathematicalFunctions>
+  </executableBlocks>
+  <parameters>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma3">
+      <label>sigma3</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/dpdx">
+      <label>dpdx</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WO">
+      <label>WO</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WF">
+      <label>WF</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/ESF">
+      <label>ESF</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/L">
+      <label>L</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/D">
+      <label>D</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/R">
+      <label>R</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/fin">
+      <label>fin</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/DT">
+      <label>DT</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/T">
+      <label>T</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma5">
+      <label>sigma5</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma4">
+      <label>sigma4</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma3">
+      <label>sigma3</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma2">
+      <label>sigma2</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/sigma1">
+      <label>sigma1</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/Theta">
+      <label>Theta</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/Cf">
+      <label>Cf</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/Nz">
+      <label>Nz</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/lambda">
+      <label>lambda</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/objectives/R">
+      <label>R</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/SFC">
+      <label>SFC</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WFO">
+      <label>WFO</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/CDmin">
+      <label>CDmin</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/section">
+      <label>section</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/other/DT">
+      <label>DT</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/propulsion/Temp">
+      <label>Temp</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma4">
+      <label>sigma4</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma5">
+      <label>sigma5</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma1">
+      <label>sigma1</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/sigmas/sigma2">
+      <label>sigma2</label>
+    </parameter>
+    <parameter uID="/data_schema/mdo_data/constraints/dpdx">
+      <label>dpdx</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WBE">
+      <label>WBE</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/Temp">
+      <label>Temp</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Theta">
+      <label>Theta</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WT">
+      <label>WT</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/AR">
+      <label>AR</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/tc">
+      <label>tc</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/ESF">
+      <label>ESF</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Sref">
+      <label>Sref</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/h">
+      <label>h</label>
+    </parameter>
+    <parameter uID="/data_schema/reference/M">
+      <label>M</label>
+    </parameter>
+    <parameter uID="/data_schema/aircraft/geometry/Lambda">
+      <label>Lambda</label>
+    </parameter>
+  </parameters>
+  <problemDefinition uID="converged-DOEGauss-Seidel">
+    <problemFormulation>
+      <mdaoArchitecture>converged-DOE</mdaoArchitecture>
+      <convergerType>Gauss-Seidel</convergerType>
+      <executableBlocksOrder>
+        <executableBlock position="1">Structures[main][1][1.0]</executableBlock>
+        <executableBlock position="2">Aerodynamics[main][1][1.0]</executableBlock>
+        <executableBlock position="3">Propulsion[main][1][1.0]</executableBlock>
+        <executableBlock position="4">Performance[main][1][1.0]</executableBlock>
+        <executableBlock position="5">C[sigmas]</executableBlock>
+        <executableBlock position="6">C[Theta]</executableBlock>
+        <executableBlock position="7">C[dpdx]</executableBlock>
+        <executableBlock position="8">C[prop]</executableBlock>
+        <executableBlock position="9">F[R]</executableBlock>
+      </executableBlocksOrder>
+      <allowUnconvergedCouplings>false</allowUnconvergedCouplings>
+      <doeSettings>
+        <doeMethod>Monte Carlo design</doeMethod>
+        <doeRuns>10</doeRuns>
+      </doeSettings>
+    </problemFormulation>
+    <problemRoles>
+      <parameters>
+        <designVariables>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/T">
+            <parameterUID>/data_schema/aircraft/other/T</parameterUID>
+            <nominalValue>0.55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>1.0</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.15</sample>
+              <sample position="3">0.2</sample>
+              <sample position="4">0.25</sample>
+              <sample position="5">0.3</sample>
+              <sample position="6">0.35</sample>
+              <sample position="7">0.4</sample>
+              <sample position="8">0.45</sample>
+              <sample position="9">0.5</sample>
+              <sample position="10">0.55</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/other/Cf">
+            <parameterUID>/data_schema/aircraft/other/Cf</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/lambda">
+            <parameterUID>/data_schema/aircraft/geometry/lambda</parameterUID>
+            <nominalValue>0.25</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.1</minimum>
+                <maximum>0.4</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.1</sample>
+              <sample position="2">0.116666666667</sample>
+              <sample position="3">0.133333333333</sample>
+              <sample position="4">0.15</sample>
+              <sample position="5">0.166666666667</sample>
+              <sample position="6">0.183333333333</sample>
+              <sample position="7">0.2</sample>
+              <sample position="8">0.216666666667</sample>
+              <sample position="9">0.233333333333</sample>
+              <sample position="10">0.25</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/section">
+            <parameterUID>/data_schema/aircraft/geometry/section</parameterUID>
+            <nominalValue>1.0</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.75</minimum>
+                <maximum>1.25</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.75</sample>
+              <sample position="2">0.777777777778</sample>
+              <sample position="3">0.805555555556</sample>
+              <sample position="4">0.833333333333</sample>
+              <sample position="5">0.861111111111</sample>
+              <sample position="6">0.888888888889</sample>
+              <sample position="7">0.916666666667</sample>
+              <sample position="8">0.944444444444</sample>
+              <sample position="9">0.972222222222</sample>
+              <sample position="10">1.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/AR">
+            <parameterUID>/data_schema/aircraft/geometry/AR</parameterUID>
+            <nominalValue>5.5</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>2.5</minimum>
+                <maximum>8.5</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">2.5</sample>
+              <sample position="2">2.83333333333</sample>
+              <sample position="3">3.16666666667</sample>
+              <sample position="4">3.5</sample>
+              <sample position="5">3.83333333333</sample>
+              <sample position="6">4.16666666667</sample>
+              <sample position="7">4.5</sample>
+              <sample position="8">4.83333333333</sample>
+              <sample position="9">5.16666666667</sample>
+              <sample position="10">5.5</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/tc">
+            <parameterUID>/data_schema/aircraft/geometry/tc</parameterUID>
+            <nominalValue>0.05</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>0.01</minimum>
+                <maximum>0.09</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">0.01</sample>
+              <sample position="2">0.0144444444444</sample>
+              <sample position="3">0.0188888888889</sample>
+              <sample position="4">0.0233333333333</sample>
+              <sample position="5">0.0277777777778</sample>
+              <sample position="6">0.0322222222222</sample>
+              <sample position="7">0.0366666666667</sample>
+              <sample position="8">0.0411111111111</sample>
+              <sample position="9">0.0455555555556</sample>
+              <sample position="10">0.05</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Sref">
+            <parameterUID>/data_schema/aircraft/geometry/Sref</parameterUID>
+            <nominalValue>1000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>500</minimum>
+                <maximum>1500</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">500.0</sample>
+              <sample position="2">555.555555556</sample>
+              <sample position="3">611.111111111</sample>
+              <sample position="4">666.666666667</sample>
+              <sample position="5">722.222222222</sample>
+              <sample position="6">777.777777778</sample>
+              <sample position="7">833.333333333</sample>
+              <sample position="8">888.888888889</sample>
+              <sample position="9">944.444444444</sample>
+              <sample position="10">1000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/h">
+            <parameterUID>/data_schema/reference/h</parameterUID>
+            <nominalValue>45000</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>30000</minimum>
+                <maximum>60000</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">30000.0</sample>
+              <sample position="2">31666.6666667</sample>
+              <sample position="3">33333.3333333</sample>
+              <sample position="4">35000.0</sample>
+              <sample position="5">36666.6666667</sample>
+              <sample position="6">38333.3333333</sample>
+              <sample position="7">40000.0</sample>
+              <sample position="8">41666.6666667</sample>
+              <sample position="9">43333.3333333</sample>
+              <sample position="10">45000.0</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/reference/M">
+            <parameterUID>/data_schema/reference/M</parameterUID>
+            <nominalValue>1.6</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>1.4</minimum>
+                <maximum>1.8</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">1.4</sample>
+              <sample position="2">1.42222222222</sample>
+              <sample position="3">1.44444444444</sample>
+              <sample position="4">1.46666666667</sample>
+              <sample position="5">1.48888888889</sample>
+              <sample position="6">1.51111111111</sample>
+              <sample position="7">1.53333333333</sample>
+              <sample position="8">1.55555555556</sample>
+              <sample position="9">1.57777777778</sample>
+              <sample position="10">1.6</sample>
+            </samples>
+          </designVariable>
+          <designVariable uID="__desVar__/data_schema/aircraft/geometry/Lambda">
+            <parameterUID>/data_schema/aircraft/geometry/Lambda</parameterUID>
+            <nominalValue>55</nominalValue>
+            <validRanges>
+              <limitRange>
+                <minimum>40</minimum>
+                <maximum>70</maximum>
+              </limitRange>
+            </validRanges>
+            <samples>
+              <sample position="1">40.0</sample>
+              <sample position="2">41.6666666667</sample>
+              <sample position="3">43.3333333333</sample>
+              <sample position="4">45.0</sample>
+              <sample position="5">46.6666666667</sample>
+              <sample position="6">48.3333333333</sample>
+              <sample position="7">50.0</sample>
+              <sample position="8">51.6666666667</sample>
+              <sample position="9">53.3333333333</sample>
+              <sample position="10">55.0</sample>
+            </samples>
+          </designVariable>
+        </designVariables>
+        <stateVariables>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma3">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/DT">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/Theta">
+            <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/objectives/R">
+            <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/Temp">
+            <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma4">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma5">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma1">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma2">
+            <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/dpdx">
+            <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
+          </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
+        </stateVariables>
+      </parameters>
+      <executableBlocks>
+        <coupledBlocks>
+          <coupledBlock>Structures[main][1][1.0]</coupledBlock>
+          <coupledBlock>Aerodynamics[main][1][1.0]</coupledBlock>
+          <coupledBlock>Propulsion[main][1][1.0]</coupledBlock>
+        </coupledBlocks>
+        <postCouplingBlocks>
+          <postCouplingBlock>Performance[main][1][1.0]</postCouplingBlock>
+          <postCouplingBlock>C[sigmas]</postCouplingBlock>
+          <postCouplingBlock>C[Theta]</postCouplingBlock>
+          <postCouplingBlock>C[dpdx]</postCouplingBlock>
+          <postCouplingBlock>C[prop]</postCouplingBlock>
+          <postCouplingBlock>F[R]</postCouplingBlock>
+        </postCouplingBlocks>
+      </executableBlocks>
+    </problemRoles>
+  </problemDefinition>
+  <workflow>
+    <problemDefinitionUID>converged-DOEGauss-Seidel</problemDefinitionUID>
+    <dataGraph>
+      <name>XDSM - converged-DOE-GS-MC - Mdao</name>
+      <edges>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Theta</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Theta</fromParameterUID>
+          <toExecutableBlockUID>C[Theta]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/dpdx</fromParameterUID>
+          <toExecutableBlockUID>C[dpdx]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WT</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WT</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WO</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WF</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WF</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/D</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WFO</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/Nz</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WO</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/CDmin</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WBE</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/R</fromParameterUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/fin</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/T</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma5</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma4</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma3</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma2</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/sigma1</fromParameterUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/Theta</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/Cf</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/objectives/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/Nz</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/h</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/M</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Lambda</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/T</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/lambda</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/fin</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/D</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[Theta]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/Theta</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Performance[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/R</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/objectives/R</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/tc</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[dpdx]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/dpdx</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/ESF</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/SFC</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WFO</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/reference/Temp</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L</fromParameterUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/CDmin</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/section</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/other/DT</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/mdo_data/constraints/dpdx</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/h</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WBE</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/M</fromParameterUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/geometry/Lambda</fromParameterUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+        </edge>
+        <edge>
+          <fromParameterUID>/data_schema/reference/Temp</fromParameterUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+        </edge>
+      </edges>
+    </dataGraph>
+    <processGraph>
+      <name>XDSM - converged-DOE-GS-MC - Mdao</name>
+      <edges>
+        <edge>
+          <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+          <processStepNumber>9</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Performance[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[Theta]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[prop]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[Theta]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[prop]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>3</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[dpdx]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
+          <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
+          <processStepNumber>7</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+          <processStepNumber>10</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+          <processStepNumber>2</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+          <processStepNumber>1</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[dpdx]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
+          <toExecutableBlockUID>F[R]</toExecutableBlockUID>
+          <processStepNumber>8</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>5</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Structures[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
+          <processStepNumber>4</processStepNumber>
+        </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toExecutableBlockUID>Converger</toExecutableBlockUID>
+          <processStepNumber>6</processStepNumber>
+        </edge>
+      </edges>
+      <nodes>
+        <node>
+          <referenceUID>F[R]</referenceUID>
+          <processStepNumber>8</processStepNumber>
+          <diagonalPosition>11</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Performance[main][1][1.0]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>6</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[Theta]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>8</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[prop]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>10</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Converger</referenceUID>
+          <processStepNumber>2</processStepNumber>
+          <convergerStepNumber>6</convergerStepNumber>
+          <diagonalPosition>2</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>DOE</referenceUID>
+          <processStepNumber>1</processStepNumber>
+          <convergerStepNumber>9</convergerStepNumber>
+          <diagonalPosition>1</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Coordinator</referenceUID>
+          <processStepNumber>0</processStepNumber>
+          <convergerStepNumber>10</convergerStepNumber>
+          <diagonalPosition>0</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[dpdx]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>9</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>C[sigmas]</referenceUID>
+          <processStepNumber>7</processStepNumber>
+          <diagonalPosition>7</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Aerodynamics[main][1][1.0]</referenceUID>
+          <processStepNumber>4</processStepNumber>
+          <diagonalPosition>4</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Structures[main][1][1.0]</referenceUID>
+          <processStepNumber>3</processStepNumber>
+          <diagonalPosition>3</diagonalPosition>
+        </node>
+        <node>
+          <referenceUID>Propulsion[main][1][1.0]</referenceUID>
+          <processStepNumber>5</processStepNumber>
+          <diagonalPosition>5</diagonalPosition>
+        </node>
+      </nodes>
+      <metadata>
+        <loopNesting>
+          <loopElements>
+            <loopElement relatedUID="Coordinator">
+              <loopElements>
+                <loopElement relatedUID="DOE">
+                  <loopElements>
+                    <loopElement relatedUID="Converger">
+                      <functionElements>
+                        <functionElement>Structures[main][1][1.0]</functionElement>
+                        <functionElement>Aerodynamics[main][1][1.0]</functionElement>
+                        <functionElement>Propulsion[main][1][1.0]</functionElement>
+                      </functionElements>
+                    </loopElement>
+                  </loopElements>
+                  <functionElements>
+                    <functionElement>C[Theta]</functionElement>
+                    <functionElement>F[R]</functionElement>
+                    <functionElement>C[dpdx]</functionElement>
+                    <functionElement>C[prop]</functionElement>
+                    <functionElement>C[sigmas]</functionElement>
+                    <functionElement>Performance[main][1][1.0]</functionElement>
+                  </functionElements>
+                </loopElement>
+              </loopElements>
+            </loopElement>
+          </loopElements>
+        </loopNesting>
+      </metadata>
+    </processGraph>
+  </workflow>
+  <architectureElements>
+    <parameters>
+      <initialGuessCouplingVariables>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF">
+          <relatedParameterUID>/data_schema/reference/ESF</relatedParameterUID>
+          <label>ESF^{c0}</label>
+        </initialGuessCouplingVariable>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{c0}</label>
+        </initialGuessCouplingVariable>
+        <initialGuessCouplingVariable uID="/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L">
+          <relatedParameterUID>/data_schema/aircraft/other/L</relatedParameterUID>
+          <label>L^{c0}</label>
+        </initialGuessCouplingVariable>
+      </initialGuessCouplingVariables>
+      <finalCouplingVariables>
+        <finalCouplingVariable uID="/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{*}</label>
+        </finalCouplingVariable>
+      </finalCouplingVariables>
+      <couplingCopyVariables>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{c}</label>
+        </couplingCopyVariable>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L">
+          <relatedParameterUID>/data_schema/aircraft/other/L</relatedParameterUID>
+          <label>L^{c}</label>
+        </couplingCopyVariable>
+        <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF">
+          <relatedParameterUID>/data_schema/reference/ESF</relatedParameterUID>
+          <label>ESF^{c}</label>
+        </couplingCopyVariable>
+      </couplingCopyVariables>
+      <doeInputSampleLists>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda">
+          <relatedParameterUID>/data_schema/aircraft/geometry/lambda</relatedParameterUID>
+          <label>DOE_lambda_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h">
+          <relatedParameterUID>/data_schema/reference/h</relatedParameterUID>
+          <label>DOE_h_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M">
+          <relatedParameterUID>/data_schema/reference/M</relatedParameterUID>
+          <label>DOE_M_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf">
+          <relatedParameterUID>/data_schema/aircraft/other/Cf</relatedParameterUID>
+          <label>DOE_Cf_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Lambda</relatedParameterUID>
+          <label>DOE_Lambda_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T">
+          <relatedParameterUID>/data_schema/aircraft/other/T</relatedParameterUID>
+          <label>DOE_T_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc">
+          <relatedParameterUID>/data_schema/aircraft/geometry/tc</relatedParameterUID>
+          <label>DOE_tc_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR">
+          <relatedParameterUID>/data_schema/aircraft/geometry/AR</relatedParameterUID>
+          <label>DOE_AR_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Sref</relatedParameterUID>
+          <label>DOE_Sref_{inp}</label>
+        </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section">
+          <relatedParameterUID>/data_schema/aircraft/geometry/section</relatedParameterUID>
+          <label>DOE_section_{inp}</label>
+        </doeInputSampleList>
+      </doeInputSampleLists>
+      <doeOutputSampleLists>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>DOE_WE_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/DT</relatedParameterUID>
+          <label>DOE_DT_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</relatedParameterUID>
+          <label>DOE_Temp_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/dpdx</relatedParameterUID>
+          <label>DOE_dpdx_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</relatedParameterUID>
+          <label>DOE_sigma4_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma3</relatedParameterUID>
+          <label>DOE_sigma3_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma2</relatedParameterUID>
+          <label>DOE_sigma2_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma1</relatedParameterUID>
+          <label>DOE_sigma1_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</relatedParameterUID>
+          <label>DOE_sigma5_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/Theta</relatedParameterUID>
+          <label>DOE_Theta_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF">
+          <relatedParameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</relatedParameterUID>
+          <label>DOE_ESF_{out}</label>
+        </doeOutputSampleList>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R">
+          <relatedParameterUID>/data_schema/mdo_data/objectives/R</relatedParameterUID>
+          <label>DOE_R_{out}</label>
+        </doeOutputSampleList>
+      </doeOutputSampleLists>
+    </parameters>
+    <executableBlocks>
+      <coordinators>
+        <coordinator uID="Coordinator">
+          <label>COOR</label>
+        </coordinator>
+      </coordinators>
+      <convergers>
+        <converger uID="Converger">
+          <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
+        </converger>
+      </convergers>
+      <does>
+        <doe uID="DOE">
+          <label>DOE</label>
+          <settings>
+            <doeMethod>Monte Carlo design</doeMethod>
+            <doeRuns>10</doeRuns>
+            <doeSeed>9</doeSeed>
+          </settings>
+          <designVariables>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/reference/h</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/lambda</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/other/Cf</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/AR</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/Sref</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/tc</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/reference/M</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/Lambda</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/geometry/section</designVariableUID>
+            </designVariable>
+            <designVariable>
+              <designVariableUID>__desVar__/data_schema/aircraft/other/T</designVariableUID>
+            </designVariable>
+          </designVariables>
+        </doe>
+      </does>
+      <coupledAnalyses>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Structures[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Aerodynamics[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+        <coupledAnalysis>
+          <relatedExecutableBlockUID>Propulsion[main][1][1.0]</relatedExecutableBlockUID>
+        </coupledAnalysis>
+      </coupledAnalyses>
+      <postCouplingAnalyses>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>F[R]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[prop]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[Theta]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>Performance[main][1][1.0]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[dpdx]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+        <postCouplingAnalysis>
+          <relatedExecutableBlockUID>C[sigmas]</relatedExecutableBlockUID>
+        </postCouplingAnalysis>
+      </postCouplingAnalyses>
+    </executableBlocks>
+  </architectureElements>
+</cmdows>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-J.xml b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-J-CT.xml
similarity index 97%
rename from examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-J.xml
rename to examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-J-CT.xml
index 324ad4081dbfe3148304a46d18af3d88293d4c65..2e35af847ceea7c96084ff95f4cd371b4db92555 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-J.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_converged-DOE-J-CT.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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -130,9 +130,15 @@
           </input>
         </inputs>
         <outputs>
+          <output>
+            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/reference/ESF</parameterUID>
           </output>
+          <output>
+            <parameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/reference/Temp</parameterUID>
           </output>
@@ -142,9 +148,6 @@
           <output>
             <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
           </output>
-          <output>
-            <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
-          </output>
         </outputs>
       </designCompetence>
       <designCompetence uID="Structures[main][1][1.0]">
@@ -222,14 +225,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -374,9 +377,6 @@
     <parameter uID="/data_schema/aircraft/weight/WO">
       <label>WO</label>
     </parameter>
-    <parameter uID="/data_schema/aircraft/weight/WE">
-      <label>WE</label>
-    </parameter>
     <parameter uID="/data_schema/aircraft/weight/WF">
       <label>WF</label>
     </parameter>
@@ -476,6 +476,9 @@
     <parameter uID="/data_schema/aircraft/weight/WT">
       <label>WT</label>
     </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
     <parameter uID="/data_schema/aircraft/geometry/AR">
       <label>AR</label>
     </parameter>
@@ -776,6 +779,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma5">
             <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
         </stateVariables>
       </parameters>
       <executableBlocks>
@@ -798,7 +804,7 @@
   <workflow>
     <problemDefinitionUID>converged-DOEJacobi</problemDefinitionUID>
     <dataGraph>
-      <name>XDSM - converged-DOE-J - Mdao</name>
+      <name>XDSM - converged-DOE-J-CT - Mdao</name>
       <edges>
         <edge>
           <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda</fromParameterUID>
@@ -820,6 +826,10 @@
           <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta</fromParameterUID>
           <toExecutableBlockUID>Aerodynamics[main][1][1.0]</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
           <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
@@ -888,6 +898,10 @@
           <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
           <toExecutableBlockUID>Converger</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/aircraft/weight/WF</fromParameterUID>
           <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
@@ -912,6 +926,10 @@
           <fromParameterUID>/data_schema/aircraft/other/D</fromParameterUID>
           <toExecutableBlockUID>Converger</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Coordinator</fromExecutableBlockUID>
           <toParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M</toParameterUID>
@@ -1110,51 +1128,51 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/h</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
+          <toParameterUID>/data_schema/reference/h</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
@@ -1166,24 +1184,28 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/M</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
+          <toParameterUID>/data_schema/reference/M</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/geometry/Lambda</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</toParameterUID>
@@ -1272,25 +1294,29 @@
           <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</fromParameterUID>
           <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/reference/ESF</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/Temp</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
+          <toParameterUID>/data_schema/reference/Temp</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>Converger</fromExecutableBlockUID>
@@ -1463,7 +1489,7 @@
       </edges>
     </dataGraph>
     <processGraph>
-      <name>XDSM - converged-DOE-J - Mdao</name>
+      <name>XDSM - converged-DOE-J-CT - Mdao</name>
       <edges>
         <edge>
           <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
@@ -1690,6 +1716,12 @@
           <label>Theta^{c0}</label>
         </initialGuessCouplingVariable>
       </initialGuessCouplingVariables>
+      <finalCouplingVariables>
+        <finalCouplingVariable uID="/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>WE^{*}</label>
+        </finalCouplingVariable>
+      </finalCouplingVariables>
       <couplingCopyVariables>
         <couplingCopyVariable uID="/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta">
           <relatedParameterUID>/data_schema/aircraft/geometry/Theta</relatedParameterUID>
@@ -1759,6 +1791,10 @@
         </doeInputSampleList>
       </doeInputSampleLists>
       <doeOutputSampleLists>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>DOE_WE_{out}</label>
+        </doeOutputSampleList>
         <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta">
           <relatedParameterUID>/data_schema/mdo_data/constraints/Theta</relatedParameterUID>
           <label>DOE_Theta_{out}</label>
@@ -1814,12 +1850,19 @@
       <convergers>
         <converger uID="Converger">
           <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
         </converger>
       </convergers>
       <does>
         <doe uID="DOE">
           <label>DOE</label>
           <settings>
+            <doeMethod>Custom design table</doeMethod>
             <doeTable>
               <tableRow relatedParameterUID="/data_schema/aircraft/geometry/lambda">
                 <tableElement experimentID="0">0.1</tableElement>
@@ -1942,7 +1985,6 @@
                 <tableElement experimentID="9">1.6</tableElement>
               </tableRow>
             </doeTable>
-            <doeMethod>Custom design table</doeMethod>
           </settings>
           <designVariables>
             <designVariable>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-GS.xml b/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-GS.xml
index bfa0f278bef0bb479f4e90c8535f7e1230eaea31..a57206d74af46798c3b2163300ac14883f75b865 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-GS.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -231,14 +231,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -551,6 +551,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/objectives/R">
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
           </stateVariable>
@@ -1278,6 +1281,12 @@
       <convergers>
         <converger uID="Converger">
           <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
         </converger>
       </convergers>
       <coupledAnalyses>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-J.xml b/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-J.xml
index a46c9664362cacf61b6d915e34150135b5c6b65e..2d3c77243191d4def13dfbf72f88d38350a5a576 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-J.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_converged-MDA-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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -240,14 +240,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -560,6 +560,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/objectives/R">
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
           </stateVariable>
@@ -1405,6 +1408,12 @@
       <convergers>
         <converger uID="Converger">
           <label>CONV</label>
+          <settings>
+            <lastIterationsToConsider>1</lastIterationsToConsider>
+            <maximumIterations>100</maximumIterations>
+            <convergenceToleranceRelative>1e-06</convergenceToleranceRelative>
+            <convergenceToleranceAbsolute>1e-06</convergenceToleranceAbsolute>
+          </settings>
         </converger>
       </convergers>
       <coupledAnalyses>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-GS.xml b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-GS-CT.xml
similarity index 97%
rename from examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-GS.xml
rename to examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-GS-CT.xml
index e4ef4c85282469147bfa8ffc13560feb60b3a8f2..3fbd54ae7b224b45f8ce6337aaa8daa7b20fe0bf 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-GS.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-GS-CT.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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -51,6 +51,9 @@
           <output>
             <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
           </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
           </output>
@@ -216,14 +219,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -425,6 +428,9 @@
     <parameter uID="/data_schema/aircraft/weight/WO">
       <label>WO</label>
     </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
     <parameter uID="/data_schema/aircraft/weight/WF">
       <label>WF</label>
     </parameter>
@@ -758,6 +764,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma5">
             <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
           </stateVariable>
@@ -786,7 +795,7 @@
   <workflow>
     <problemDefinitionUID>unconverged-DOEGauss-Seidel</problemDefinitionUID>
     <dataGraph>
-      <name>XDSM - unconverged-DOE-GS - Mdao</name>
+      <name>XDSM - unconverged-DOE-GS-CT - Mdao</name>
       <edges>
         <edge>
           <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
@@ -800,6 +809,10 @@
           <fromParameterUID>/data_schema/aircraft/geometry/lambda</fromParameterUID>
           <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</toParameterUID>
@@ -832,6 +845,10 @@
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
@@ -854,51 +871,51 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/h</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
+          <toParameterUID>/data_schema/reference/h</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
@@ -910,24 +927,28 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/M</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
+          <toParameterUID>/data_schema/reference/M</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/geometry/Lambda</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</toParameterUID>
@@ -988,6 +1009,10 @@
           <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/D</toParameterUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</fromParameterUID>
           <toExecutableBlockUID>DOE</toExecutableBlockUID>
@@ -1173,7 +1198,7 @@
           <toParameterUID>/data_schema/aircraft/weight/WF</toParameterUID>
         </edge>
         <edge>
-          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</fromParameterUID>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
           <toExecutableBlockUID>DOE</toExecutableBlockUID>
         </edge>
         <edge>
@@ -1359,7 +1384,7 @@
       </edges>
     </dataGraph>
     <processGraph>
-      <name>XDSM - unconverged-DOE-GS - Mdao</name>
+      <name>XDSM - unconverged-DOE-GS-CT - Mdao</name>
       <edges>
         <edge>
           <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
@@ -1547,6 +1572,10 @@
           <relatedParameterUID>/data_schema/aircraft/geometry/lambda</relatedParameterUID>
           <label>DOE_lambda_{inp}</label>
         </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Sref</relatedParameterUID>
+          <label>DOE_Sref_{inp}</label>
+        </doeInputSampleList>
         <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc">
           <relatedParameterUID>/data_schema/aircraft/geometry/tc</relatedParameterUID>
           <label>DOE_tc_{inp}</label>
@@ -1559,10 +1588,6 @@
           <relatedParameterUID>/data_schema/reference/h</relatedParameterUID>
           <label>DOE_h_{inp}</label>
         </doeInputSampleList>
-        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref">
-          <relatedParameterUID>/data_schema/aircraft/geometry/Sref</relatedParameterUID>
-          <label>DOE_Sref_{inp}</label>
-        </doeInputSampleList>
         <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M">
           <relatedParameterUID>/data_schema/reference/M</relatedParameterUID>
           <label>DOE_M_{inp}</label>
@@ -1585,6 +1610,10 @@
         </doeInputSampleList>
       </doeInputSampleLists>
       <doeOutputSampleLists>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>DOE_WE_{out}</label>
+        </doeOutputSampleList>
         <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4">
           <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</relatedParameterUID>
           <label>DOE_sigma4_{out}</label>
@@ -1641,6 +1670,7 @@
         <doe uID="DOE">
           <label>DOE</label>
           <settings>
+            <doeMethod>Custom design table</doeMethod>
             <doeTable>
               <tableRow relatedParameterUID="/data_schema/aircraft/geometry/lambda">
                 <tableElement experimentID="0">0.1</tableElement>
@@ -1763,7 +1793,6 @@
                 <tableElement experimentID="9">1.6</tableElement>
               </tableRow>
             </doeTable>
-            <doeMethod>Custom design table</doeMethod>
           </settings>
           <designVariables>
             <designVariable>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-J.xml b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-J-CT.xml
similarity index 98%
rename from examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-J.xml
rename to examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-J-CT.xml
index 9091eac1c076e996c63cdf7d1de8fdcf266c7343..b0bb7f4b0d5a562fb1742d292d00efaa4b0ca3ef 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-J.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-DOE-J-CT.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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -51,6 +51,9 @@
           <output>
             <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
           </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
           </output>
@@ -213,14 +216,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -431,6 +434,9 @@
     <parameter uID="/data_schema/aircraft/weight/WO">
       <label>WO</label>
     </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
     <parameter uID="/data_schema/aircraft/weight/WF">
       <label>WF</label>
     </parameter>
@@ -752,6 +758,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/sigmas/sigma5">
             <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
           </stateVariable>
@@ -780,7 +789,7 @@
   <workflow>
     <problemDefinitionUID>unconverged-DOEJacobi</problemDefinitionUID>
     <dataGraph>
-      <name>XDSM - unconverged-DOE-J - Mdao</name>
+      <name>XDSM - unconverged-DOE-J-CT - Mdao</name>
       <edges>
         <edge>
           <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
@@ -794,6 +803,10 @@
           <fromParameterUID>/data_schema/aircraft/other/sigma1</fromParameterUID>
           <toExecutableBlockUID>C[sigmas]</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</fromParameterUID>
+          <toExecutableBlockUID>DOE</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>C[sigmas]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</toParameterUID>
@@ -826,6 +839,10 @@
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
@@ -848,51 +865,51 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/h</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/AR</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/Sref</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
+          <toParameterUID>/data_schema/reference/h</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
@@ -904,24 +921,28 @@
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/reference/M</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/geometry/tc</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/lambda</toParameterUID>
+          <toParameterUID>/data_schema/aircraft/other/Cf</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
-          <toParameterUID>/data_schema/aircraft/geometry/section</toParameterUID>
+          <toParameterUID>/data_schema/reference/M</toParameterUID>
         </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/geometry/Lambda</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>DOE</fromExecutableBlockUID>
           <toParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx</toParameterUID>
@@ -974,6 +995,10 @@
           <fromExecutableBlockUID>Aerodynamics[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/dpdx</toParameterUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc</fromParameterUID>
           <toExecutableBlockUID>DOE</toExecutableBlockUID>
@@ -1155,7 +1180,7 @@
           <toParameterUID>/data_schema/aircraft/weight/WF</toParameterUID>
         </edge>
         <edge>
-          <fromParameterUID>/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref</fromParameterUID>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
           <toExecutableBlockUID>DOE</toExecutableBlockUID>
         </edge>
         <edge>
@@ -1361,7 +1386,7 @@
       </edges>
     </dataGraph>
     <processGraph>
-      <name>XDSM - unconverged-DOE-J - Mdao</name>
+      <name>XDSM - unconverged-DOE-J-CT - Mdao</name>
       <edges>
         <edge>
           <fromExecutableBlockUID>F[R]</fromExecutableBlockUID>
@@ -1571,6 +1596,10 @@
           <relatedParameterUID>/data_schema/aircraft/geometry/lambda</relatedParameterUID>
           <label>DOE_lambda_{inp}</label>
         </doeInputSampleList>
+        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref">
+          <relatedParameterUID>/data_schema/aircraft/geometry/Sref</relatedParameterUID>
+          <label>DOE_Sref_{inp}</label>
+        </doeInputSampleList>
         <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc">
           <relatedParameterUID>/data_schema/aircraft/geometry/tc</relatedParameterUID>
           <label>DOE_tc_{inp}</label>
@@ -1587,10 +1616,6 @@
           <relatedParameterUID>/data_schema/aircraft/other/T</relatedParameterUID>
           <label>DOE_T_{inp}</label>
         </doeInputSampleList>
-        <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref">
-          <relatedParameterUID>/data_schema/aircraft/geometry/Sref</relatedParameterUID>
-          <label>DOE_Sref_{inp}</label>
-        </doeInputSampleList>
         <doeInputSampleList uID="/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M">
           <relatedParameterUID>/data_schema/reference/M</relatedParameterUID>
           <label>DOE_M_{inp}</label>
@@ -1609,6 +1634,10 @@
         </doeInputSampleList>
       </doeInputSampleLists>
       <doeOutputSampleLists>
+        <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/aircraft/weight/WE">
+          <relatedParameterUID>/data_schema/aircraft/weight/WE</relatedParameterUID>
+          <label>DOE_WE_{out}</label>
+        </doeOutputSampleList>
         <doeOutputSampleList uID="/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4">
           <relatedParameterUID>/data_schema/mdo_data/constraints/sigmas/sigma4</relatedParameterUID>
           <label>DOE_sigma4_{out}</label>
@@ -1665,6 +1694,7 @@
         <doe uID="DOE">
           <label>DOE</label>
           <settings>
+            <doeMethod>Custom design table</doeMethod>
             <doeTable>
               <tableRow relatedParameterUID="/data_schema/aircraft/geometry/lambda">
                 <tableElement experimentID="0">0.1</tableElement>
@@ -1787,7 +1817,6 @@
                 <tableElement experimentID="9">1.6</tableElement>
               </tableRow>
             </doeTable>
-            <doeMethod>Custom design table</doeMethod>
           </settings>
           <designVariables>
             <designVariable>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-GS.xml b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-GS.xml
index 01f4f36c1e065c6c4a6c3a59a4c3d03866add225..1c343f3a437731acb43bb2dea5cea4ff50ab4f35 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-GS.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -51,6 +51,9 @@
           <output>
             <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
           </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
           </output>
@@ -216,14 +219,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -422,6 +425,9 @@
     <parameter uID="/data_schema/aircraft/weight/WO">
       <label>WO</label>
     </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
     <parameter uID="/data_schema/aircraft/weight/WF">
       <label>WF</label>
     </parameter>
@@ -530,6 +536,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/objectives/R">
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
           </stateVariable>
@@ -583,6 +592,10 @@
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
@@ -799,6 +812,10 @@
           <fromParameterUID>/data_schema/aircraft/weight/WO</fromParameterUID>
           <toExecutableBlockUID>Structures[main][1][1.0]</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/aircraft/weight/WF</fromParameterUID>
           <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-J.xml b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-J.xml
index 956489bc99400242863d3274b4984b0ec3e46064..97dd25d01e7152ff6dc4284d4f99037737bd7fb7 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-J.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_unconverged-MDA-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-15T17:18:43.703184</timestamp>
+    <timestamp>2018-03-21T15:55:30.252183</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-15T17:18:43.703184</timestamp>
+        <timestamp>2018-03-21T15:55:30.252183</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -51,6 +51,9 @@
           <output>
             <parameterUID>/data_schema/aircraft/other/DT</parameterUID>
           </output>
+          <output>
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </output>
           <output>
             <parameterUID>/data_schema/aircraft/other/SFC</parameterUID>
           </output>
@@ -213,14 +216,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
@@ -425,6 +428,9 @@
     <parameter uID="/data_schema/aircraft/weight/WO">
       <label>WO</label>
     </parameter>
+    <parameter uID="/data_schema/aircraft/weight/WE">
+      <label>WE</label>
+    </parameter>
     <parameter uID="/data_schema/aircraft/weight/WF">
       <label>WF</label>
     </parameter>
@@ -524,6 +530,9 @@
           <stateVariable uID="__statVar__/data_schema/mdo_data/objectives/R">
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
           </stateVariable>
+          <stateVariable uID="__statVar__/data_schema/aircraft/weight/WE">
+            <parameterUID>/data_schema/aircraft/weight/WE</parameterUID>
+          </stateVariable>
           <stateVariable uID="__statVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
           </stateVariable>
@@ -577,6 +586,10 @@
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/DT</toParameterUID>
         </edge>
+        <edge>
+          <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
+          <toParameterUID>/data_schema/aircraft/weight/WE</toParameterUID>
+        </edge>
         <edge>
           <fromExecutableBlockUID>Propulsion[main][1][1.0]</fromExecutableBlockUID>
           <toParameterUID>/data_schema/aircraft/other/SFC</toParameterUID>
@@ -789,6 +802,10 @@
           <fromParameterUID>/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D</fromParameterUID>
           <toExecutableBlockUID>Propulsion[main][1][1.0]</toExecutableBlockUID>
         </edge>
+        <edge>
+          <fromParameterUID>/data_schema/aircraft/weight/WE</fromParameterUID>
+          <toExecutableBlockUID>Coordinator</toExecutableBlockUID>
+        </edge>
         <edge>
           <fromParameterUID>/data_schema/aircraft/weight/WF</fromParameterUID>
           <toExecutableBlockUID>Performance[main][1][1.0]</toExecutableBlockUID>
diff --git a/examples/scripts/ssbj/CMDOWS/RCG.xml b/examples/scripts/ssbj/CMDOWS/RCG.xml
index e1e70cf94a68a2094880ad50cf1a89afac8b776e..4a96400314cc5056f91c28bbfba0f0d0c723b7a0 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-15T17:14:58.042549</timestamp>
+    <timestamp>2018-03-21T17:24:43.698182</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-15T17:14:58.042549</timestamp>
+        <timestamp>2018-03-21T17:24:43.698182</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -222,14 +222,14 @@
         <inputs>
           <input>
             <parameterUID>/data_schema/aircraft/other/R</parameterUID>
-            <equationLabel>dpdx</equationLabel>
+            <equationLabel>R</equationLabel>
           </input>
         </inputs>
         <outputs>
           <output>
             <parameterUID>/data_schema/mdo_data/objectives/R</parameterUID>
             <equations uID="F[R]_equation">
-              <equation language="Python">-dpdx</equation>
+              <equation language="Python">-R</equation>
             </equations>
           </output>
         </outputs>
diff --git a/examples/scripts/ssbj/KDMS/FPG_MDA.kdms b/examples/scripts/ssbj/KDMS/FPG_MDA.kdms
index ab5d475f959bbfb9cc32be4b3247fa7c87e33058..50f5a76de51ba24b7ad28a0e0e271c5c0dddc76d 100644
Binary files a/examples/scripts/ssbj/KDMS/FPG_MDA.kdms and b/examples/scripts/ssbj/KDMS/FPG_MDA.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/FPG_MDO.kdms b/examples/scripts/ssbj/KDMS/FPG_MDO.kdms
index 244b98f97ce78eb4af62151dd43f5b76097cddc1..6a2a3a48d25abadc31e1bed989b7c00816dc19fb 100644
Binary files a/examples/scripts/ssbj/KDMS/FPG_MDO.kdms and b/examples/scripts/ssbj/KDMS/FPG_MDO.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms b/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms
index 086bb998364b9764e792afa965dd973137e9a75a..b4d0a532ddbfc189b91c97f3444fd06ca60c0e51 100644
--- a/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms
+++ b/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms
@@ -11,81 +11,80 @@ BLISS-2000qUcoupled_functions_groupsq]q(]qha]q ha]q!haeUfunction_orderi
 Structuresqm}qnsU&/data_schema/mdo_data/constraints/dpdxqo}qph}qqhR}qrhTUdpdx/1.0qssssU/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/finqt}quhJ}qvsU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2qw}qxh_}qysUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEqz}q{U	Sub-DOE-0q|}q}sUa/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Thetaq~}qh4}q€sUˆ/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2q}q‚USub-SM-bounds-2qƒ}q„sU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2q…}q†h[}q‡sUb/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambdaqˆ}q‰h4}qŠsUC/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2q‹}qŒh[}qsUSub-SM-builder-2qŽ}q(Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2q}q‘Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0q’}q“Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1q”}q•Uˆ/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESFq–}q—U‹/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Tq˜}q™U/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WEqš}q›h}qœU/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFCq}qžUˆ/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2qŸ}q U/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2q¡}q¢uUSub-SM-builder-0q£}q¤(U“/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambdaq¥}q¦U‹/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lq§}q¨U‘/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaq©}qªU/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WFq«}q¬U/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEq­}q®U/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Srefq¯}q°U”/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/sectionq±}q²Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0q³}q´U/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARqµ}q¶Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2q·}q¸U’/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Thetaq¹}qºU/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WTq»}q¼Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1q½}q¾U/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcq¿}qÀuUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqÁ}qÂh[}qÃsU /data_schema/aircraft/other/dpdxqÄ}qÅUAerodynamicsqÆ}qÇsh½}qÈUSub-SM-bounds-0qÉ}qÊsU6/data_schema/distributedArchitectures/group2/objectiveqË}qÌhC}qÍhR}qÎhTUw0*y0+w1*y1+w2*y2sssh¥}qÏh|}qÐsh¹}qÑh|}qÒsU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc5qÓ}qÔh2}qÕhR}qÖhTU	y5_1-y5_0sssU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc4q×}qØh2}qÙhR}qÚhTU	y4_1-y4_0sssU/data_schema/aircraft/weight/WTqÛ}qÜhm}qÝsU‘/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2qÞ}qßhc}qàsU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc1qá}qâh2}qãhR}qähTU	y1_1-y1_0sssU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc0qå}qæh2}qçhR}qèhTU	y0_1-y0_0sssU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dqé}qêh_}qësU\/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WEqì}qíh6}qîsU/data_schema/aircraft/weight/WOqï}qðh_}qñsU_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tcqò}qóh_}qôsU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqõ}qöh|}q÷sU/data_schema/aircraft/weight/WEqø}qùU
 Propulsionqú}qûsU/data_schema/aircraft/weight/WFqü}qýhm}qþsUz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2qÿ}r���h[}r��sUC/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2r��}r��h[}r��sU0/data_schema/mdo_data/constraints/propulsion/ESFr��}r��h}r��hR}r��hTUESF/1.0r	��sssUs/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5r
 ��}r��h2}r��hRhÖssUz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2r
��}r��h[}r��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2r��}r��h_}r��sU/data_schema/aircraft/other/Lr��}r��hÆ}r��sU /data_schema/aircraft/weight/WBEr��}r��h_}r��shš}r��U	Sub-DOE-2r��}r��sU/data_schema/aircraft/other/Dr��}r��hÆ}r��sUm/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objectiver��}r ��h;}r!��hR}r"��hTUw0*y0+w1*y1+w2*y2sssh_}r#��(Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5r$��}r%��Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4r&��}r'��Uc/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/sectionr(��}r)��Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1r*��}r+��Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3r,��}r-��Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2r.��}r/��UX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tcr0��}r1��Ug/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESFr2��}r3��UZ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Srefr4��}r5��Us/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0r6��}r7��Us/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1r8��}r9��Us/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2r:��}r;��Us/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3r<��}r=��Us/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4r>��}r?��j
-��}r@��UZ/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/TrA��}rB��hˆ}rC��U]/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdxrD��}rE��U+/data_schema/mdoData/systemConvergenceCheckrF��}rG��U[/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/CfrH��}rI��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectiverJ��}rK��Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DTrL��}rM��UY/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/RrN��}rO��UO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/hrP��}rQ��hO}rR��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiverS��}rT��U\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/LambdarU��}rV��j��}rW��U^/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/ThetarX��}rY��UX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/ARrZ��}r[��UO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/Mr\��}r]��uUC/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2r^��}r_��h[}r`��sU`/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2ra��}rb��hJ}rc��sjX��}rd��h}re��hR}rf��hTU	Theta/1.0rg��sssU/data_schema/aircraft/other/finrh��}ri��hÆ}rj��sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rk��}rl��h_}rm��sU//data_schema/mdo_data/constraints/propulsion/DTrn��}ro��h}rp��hR}rq��hTUDT/1.0rr��sssU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2rs��}rt��h_}ru��sU/data_schema/aircraft/other/Trv��}rw��USub-Optimizer-2rx��}ry��sh}rz��hƒ}r{��sj2��}r|��h}r}��hRj��ssUQ/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESFr~��}r��hú}r€��sUC/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2r��}r‚��h[}rƒ��sh§}r„��hÉ}r…��sU‘/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2r†��}r‡��hc}rˆ��sU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc2r‰��}rŠ��h2}r‹��hR}rŒ��hTU	y2_1-y2_0sssUV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFCr��}rŽ��hú}r��sUC/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2r��}r‘��h[}r’��sU"/data_schema/aircraft/other/sigma5r“��}r”��hm}r•��sU"/data_schema/aircraft/other/sigma4r–��}r—��hm}r˜��sU"/data_schema/aircraft/other/sigma3r™��}rš��hm}r›��sU"/data_schema/aircraft/other/sigma2rœ��}r��hm}rž��sU"/data_schema/aircraft/other/sigma1rŸ��}r ��hm}r¡��sj4��}r¢��h[}r£��sUPerformancer¤��}r¥��(U\/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WTr¦��}r§��hV}r¨��U/data_schema/reference/hr©��}rª��U/data_schema/reference/Mr«��}r¬��U\/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFCr­��}r®��U\/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/finr¯��}r°��uhm}r±��(UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARr²��}r³��UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lr´��}rµ��UY/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Srefr¶��}r·��hz}r¸��U /data_schema/aircraft/weight/WFOr¹��}rº��U/data_schema/aircraft/other/Nzr»��}r¼��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Ä��uUC/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2rÅ��}rÆ��h[}rÇ��sU'/data_schema/mdo_data/constraints/ThetarÈ��}rÉ��h}rÊ��hRjf��ssUz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2rË��}rÌ��h[}rÍ��sjU��}rÎ��h[}rÏ��sU!/data_schema/aircraft/geometry/ARrÐ��}rÑ��h[}rÒ��sjN��}rÓ��h}rÔ��hR}rÕ��hTU-dpdxrÖ��sssU]/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/sectionr×��}rØ��USub-Optimizer-0rÙ��}rÚ��sU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rÛ��}rÜ��h[}rÝ��sh5}rÞ��(UC/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2rß��}rà��U!/data_schema/aircraft/geometry/tcrá��}râ��U#/data_schema/aircraft/geometry/Srefrã��}rä��jÐ��}rå��UC/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2ræ��}rç��j©��}rè��U$//surrogateModels/SubSMB1/definitionré��}rê��j«��}rë��U%/data_schema/aircraft/geometry/Lambdarì��}rí��UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTrî��}rï��U\/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetarð��}rñ��UC/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2rò��}ró��UV/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2rô��}rõ��ujD��}rö��h}r÷��hRhrssh4}rø��(U[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rù��}rú��jã��}rû��jÐ��}rü��UC/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2rý��}rþ��já��}rÿ��U$//surrogateModels/SubSMB0/definitionr���}r��jì��}r��UY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r��}r��UC/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2r��}r��UC/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2r��}r��uUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr	��}r
-��h[}r��sU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r��}r
��h[}r��sjJ��}r��h?}r��hR}r��hTUw0*y0+w1*y1+w2*y2sssh¿}r��hÉ}r��sj´��}r��h|}r��sh’}r��hƒ}r��sh”}r��hƒ}r��sh–}r��j��}r��sU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambdar��}r��jÙ��}r��sUU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr��}r ��h[}r!��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2r"��}r#��h_}r$��sh¯}r%��hÉ}r&��sUa/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Srefr'��}r(��h_}r)��sUN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mr*��}r+��hJ}r,��sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr-��}r.��hJ}r/��shŸ}r0��hƒ}r1��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2r2��}r3��h_}r4��sU‘/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2r5��}r6��hc}r7��sU/data_schema/aircraft/other/Rr8��}r9��j¤��}r:��sUz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2r;��}r<��h[}r=��sUW/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESFr>��}r?��h6}r@��sU–/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2rA��}rB��hc}rC��sjZ��}rD��h[}rE��sUU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/CfrF��}rG��USub-Optimizer-1rH��}rI��sU/data_schema/aircraft/other/CfrJ��}rK��jH��}rL��shÆ}rM��(U[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2rN��}rO��U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2rP��}rQ��U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rR��}rS��U`/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2rT��}rU��jJ��}rV��j-��}rW��U]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2rX��}rY��U_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2rZ��}r[��U!/data_schema/aircraft/other/CDminr\��}r]��j*��}r^��UN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hr_��}r`��uj_��}ra��hJ}rb��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2rc��}rd��h_}re��sU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc3rf��}rg��h2}rh��hR}ri��hTU	y3_1-y3_0ssshƒ}rj��(UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/Mrk��}rl��hé}rm��jË��}rn��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2ro��}rp��jc��}rq��j"��}rr��jP��}rs��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2rt��}ru��j	��}rv��UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/hrw��}rx��j\��}ry��js��}rz��uhc}r{��(U”/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2r|��}r}��hw}r~��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2r��}r€��he}r��j4��}r‚��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2rƒ��}r„��jU��}r…��h]}r†��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2r‡��}rˆ��Uš/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetar‰��}rŠ��jk��}r‹��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/ARrŒ��}r��j'��}rŽ��j0��}r��jP��}r��h…}r‘��hÿ}r’��hò}r“��jw��}r”��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTr•��}r–��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2r—��}r˜��Uc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambdar™��}rš��jZ��}r›��j\��}rœ��uhÉ}r��(jk��}rž��jU��}rŸ��j��}r ��U—/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r¡��}r¢��hò}r£��jŒ��}r¤��j'��}r¥��j0��}r¦��jZ��}r§��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2r¨��}r©��j2��}rª��j4��}r«��j;��}r¬��j™��}r­��j
��}r®��j��}r¯��jÛ��}r°��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2r±��}r²��ujt��}r³��h[}r´��sj—��}rµ��h_}r¶��sj��}r·��(h}r¸��h’}r¹��h”}rº��j~��}r»��h}r¼��UT/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Tr½��}r¾��j��}r¿��hŸ}rÀ��UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WErÁ��}rÂ��h¡}rÃ��uhJ}rÄ��(U“/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2rÅ��}rÆ��UT/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/DrÇ��}rÈ��U„/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/MrÉ��}rÊ��Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2rË��}rÌ��Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1rÍ��}rÎ��Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0rÏ��}rÐ��j†��}rÑ��hÞ}rÒ��Uˆ/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFrÓ��}rÔ��U„/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrÕ��}rÖ��jF��}r×��ha}rØ��UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/finrÙ��}rÚ��UT/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/LrÛ��}rÜ��j5��}rÝ��jA��}rÞ��uh|}rß��(UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WTrà��}rá��h§}râ��j��}rã��h©}rä��h­}rå��h¯}ræ��j×��}rç��h³}rè��hµ}ré��h·}rê��UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WFrë��}rì��h½}rí��U[/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Thetarî��}rï��h¿}rð��ujS��}rñ��hC}rò��hRhÎssh}ró��j8��}rô��Uequation_labelrõ��Udpdxrö��ssh}r÷��hk}rø��jõ��UThetarù��ssj|��}rú��h_}rû��sh?}rü��(j��}rý��jõ��Uy0sj��}rþ��jõ��Uy1sU?/data_schema/distributedArchitectures/group1/couplingWeights/w2rÿ��}r���jõ��Uw2sU?/data_schema/distributedArchitectures/group1/couplingWeights/w0r��}r��jõ��Uw0sU?/data_schema/distributedArchitectures/group1/couplingWeights/w1r��}r��jõ��Uw1sjh��}r��jõ��Uy2suhú}r��(j��}r��UR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r��}r	��UR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r
-��}r��UY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2r��}r
��jv��}r��uU6/data_schema/distributedArchitectures/group0/objectiver��}r��h;}r��hRj"��ssj»��}r��h_}r��sh}r��(U/data_schema/reference/ESFr��}r��jõ��UESFr��sU/data_schema/reference/Tempr��}r��jõ��UTempr��sU/data_schema/aircraft/other/DTr��}r��jõ��UDTr��suUY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r��}r��h[}r ��sj¡��}r!��h_}r"��sj¿��}r#��jÙ��}r$��sjƒ��}r%��h[}r&��sh[}r'��(j|��}r(��hw}r)��hé}r*��j‰��}r+��j¡��}r,��h]}r-��j¨��}r.��j‡��}r/��j‰��}r0��jk��}r1��jŒ��}r2��hÓ}r3��h×}r4��j"��}r5��j'��}r6��há}r7��U"/data_schema/mdo_data/objectives/Rr8��}r9��j2��}r:��hå}r;��j��}r<��hò}r=��jw��}r>��jc��}r?��jf��}r@��j—��}rA��j™��}rB��jk��}rC��js��}rD��uUC/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2rE��}rF��h[}rG��sj±��}rH��h[}rI��sU[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rJ��}rK��h[}rL��sUC/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2rM��}rN��h[}rO��sjà��}rP��hm}rQ��sjA��}rR��h6}rS��sh­}rT��hÉ}rU��sjÙ��}rV��(jÈ��}rW��Ud/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/sectionrX��}rY��U//data_schema/mdo_data/constraints/sigmas/sigma4rZ��}r[��U//data_schema/mdo_data/constraints/sigmas/sigma5r\��}r]��j��}r^��U//data_schema/mdo_data/constraints/sigmas/sigma1r_��}r`��U//data_schema/mdo_data/constraints/sigmas/sigma2ra��}rb��U//data_schema/mdo_data/constraints/sigmas/sigma3rc��}rd��hh}re��ujH��}rf��(U\/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cfrg��}rh��U6/data_schema/distributedArchitectures/group1/objectiveri��}rj��ho}rk��ujx��}rl��(U[/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Trm��}rn��j��}ro��jn��}rp��U1/data_schema/mdo_data/constraints/propulsion/Temprq��}rr��hË}rs��uj¨��}rt��h_}ru��sh±}rv��h|}rw��sjÁ��}rx��hú}ry��sjF��}rz��U
Sys-Convergerr{��}r|��sUZ/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Dr}��}r~��h5}r��sjë��}r€��hm}r��sjŒ��}r‚��h_}rƒ��sj‡��}r„��h_}r…��sjH��}r†��h5}r‡��sUZ/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Lrˆ��}r‰��h5}rŠ��sj‰��}r‹��h_}rŒ��sU[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2r��}rŽ��hJ}r��sh2}r��(jù��}r‘��jõ��Uy2_1sj¦��}r’��jõ��Uy0_0sUU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr“��}r”��jõ��Uy3_1sh~}r•��jõ��Uy1_0sj>��}r–��jõ��Uy4_0sj��}r—��jõ��Uy5_1sjð��}r˜��jõ��Uy1_1shì}r™��jõ��Uy2_0sjˆ��}rš��jõ��Uy5_0sj}��}r›��jõ��Uy3_0sjî��}rœ��jõ��Uy0_1sjô��}r��jõ��Uy4_1suh©}rž��hÉ}rŸ��sh«}r ��h|}r¡��sjÏ��}r¢��hc}r£��sU?/data_schema/distributedArchitectures/group0/couplingWeights/w1r¤��}r¥��h|}r¦��sU?/data_schema/distributedArchitectures/group0/couplingWeights/w0r§��}r¨��h|}r©��sj8��}rª��h}r«��hRjÕ��ssjá��}r¬��h[}r­��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r®��}r¯��j��}r°��sj½��}r±��jx��}r²��sjÙ��}r³��hÆ}r´��sh}rµ��hÄ}r¶��jõ��Udpdxr·��ssj{��}r¸��(jk��}r¹��jw��}rº��jU��}r»��jŒ��}r¼��j'��}r½��j™��}r¾��j0��}r¿��j4��}rÀ��jP��}rÁ��hò}rÂ��jZ��}rÃ��j\��}rÄ��uh»}rÅ��h|}rÆ��sh}rÇ��(j“��}rÈ��jõ��Usigma5rÉ��sj–��}rÊ��jõ��Usigma4rË��sj™��}rÌ��jõ��Usigma3rÍ��sjœ��}rÎ��jõ��Usigma2rÏ��sjŸ��}rÐ��jõ��Usigma1rÑ��sujg��}rÒ��h_}rÓ��sj­��}rÔ��h6}rÕ��sjw��}rÖ��h_}r×��sj��}rØ��hú}rÙ��sUSub-SM-builder-1rÚ��}rÛ��(jÅ��}rÜ��hH}rÝ��ht}rÞ��jÉ��}rß��jË��}rà��jÍ��}rá��jÏ��}râ��j†��}rã��hÞ}rä��jÓ��}rå��jÕ��}ræ��ha}rç��U‹/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/Drè��}ré��j5��}rê��jA��}rë��U‹/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/Lrì��}rí��uU$//surrogateModels/SubSMB2/definitionrî��}rï��hŽ}rð��sU/data_schema/aircraft/other/SFCrñ��}rò��hú}ró��sj¹��}rô��h_}rõ��sj½��}rö��h|}r÷��sh}rø��j��}rù��sj<��}rú��h2}rû��hRji��ssjo��}rü��h[}rý��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2rþ��}rÿ��j��}r���sh¡}r��hƒ}r��sj$��}r��h}r��hR}r��hTU
-sigma5/1.0r��sssj&��}r��h}r��hR}r	��hTU
-sigma4/1.0r
-��sssj(��}r��h4}r��sj*��}r
��h}r��hR}r��hTU
-sigma1/1.0r��sssj,��}r��h}r��hR}r��hTU
-sigma3/1.0r��sssj.��}r��h}r��hR}r��hTU
-sigma2/1.0r��sssh;}r��(hÛ}r��jõ��Uy0sj¤��}r��jõ��Uw1sj§��}r��jõ��Uw0sU?/data_schema/distributedArchitectures/group0/couplingWeights/w2r��}r��jõ��Uw2shk}r��jõ��Uy1shü}r ��jõ��Uy2suj��}r!��h[}r"��sjÛ��}r#��hÆ}r$��sjk��}r%��h_}r&��shµ}r'��hÉ}r(��sj\��}r)��h_}r*��sjÂ��}r+��jÙ��}r,��sjÅ��}r-��hc}r.��sj��}r/��hú}r0��sj¦��}r1��h4}r2��sj6��}r3��h2}r4��hRhèssj8��}r5��h2}r6��hRhässjq��}r7��h}r8��hRhSssjX��}r9��h_}r:��sj>��}r;��h2}r<��hRhÚssU?/data_schema/distributedArchitectures/group2/couplingWeights/w2r=��}r>��j��}r?��sjÇ��}r@��hÆ}rA��sU?/data_schema/distributedArchitectures/group2/couplingWeights/w0rB��}rC��j��}rD��sjZ��}rE��h}rF��hRj	��ssj\��}rG��h}rH��hRj��ssj_��}rI��h}rJ��hRj��ssja��}rK��h}rL��hRj��ssjc��}rM��h}rN��hRj��ssh³}rO��hÉ}rP��sU\/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/ThetarQ��}rR��h[}rS��sh·}rT��hÉ}rU��sjË��}rV��hc}rW��shC}rX��(j=��}rY��jõ��Uw2sU?/data_schema/distributedArchitectures/group2/couplingWeights/w1rZ��}r[��jõ��Uw1sjñ��}r\��jõ��Uy1sj��}r]��jõ��Uy0sjB��}r^��jõ��Uw0shø}r_��jõ��Uy2sujÍ��}r`��hc}ra��sj²��}rb��h|}rc��sjL��}rd��h}re��hRjq��ssjî��}rf��hm}rg��sji��}rh��h?}ri��hRj��ssjã��}rj��h[}rk��sjÉ��}rl��hc}rm��sj¶��}rn��h|}ro��sh6}rp��(UC/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2rq��}rr��j“��}rs��j©��}rt��UC/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2ru��}rv��j«��}rw��UC/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2rx��}ry��jî��}rz��uUC/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2r{��}r|��h[}r}��sj:��}r~��h2}r��hRjŒ��ssj¯��}r€��h5}r��sj©��}r‚��h[}rƒ��sj���}r„��h£}r…��sjé��}r†��jÚ��}r‡��sU_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2rˆ��}r‰��hJ}rŠ��sj0��}r‹��h[}rŒ��sj™��}r��h_}rŽ��sjP��}r��h[}r��sj��}r‘��h|}r’��sUY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2r“��}r”��j��}r•��sjì��}r–��hJ}r—��sjZ��}r˜��j��}r™��sh˜}rš��j��}r›��sU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rœ��}r��hJ}rž��sjm��}rŸ��h_}r ��sjÕ��}r¡��hc}r¢��sjÓ��}r£��hc}r¤��sj•��}r¥��h[}r¦��sU]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2r§��}r¨��hJ}r©��sjè��}rª��hJ}r«��sj«��}r¬��h[}r­��sjì��}r®��h[}r¯��sjÿ��}r°��hJ}r±��sj��}r²��hú}r³��sj��}r´��hJ}rµ��sj��}r¶��hJ}r·��sj\��}r¸��h[}r¹��suU_adjrº��}r»��(hH}r¼��jÚ��jÝ��shL}r½��UAerodynamicsr¾��jQ��shO}r¿��h_jR��shV}rÀ��hj¨��shY}rÁ��(h5jõ��h2j��uh]}rÂ��(hcj†��h[j-��uha}rÃ��(hJjØ��jÚ��jç��uhe}rÄ��hcj��shh}rÅ��jÙ��je��shk}rÆ��(hjø��h;j��uho}rÇ��jH��jk��sht}rÈ��jÚ��jÞ��shw}rÉ��(hcj~��h[j)��uhz}rÊ��U
-StructuresrË��j¸��sh~}rÌ��h2j•��sh}rÍ��(j��j¼��hŽhœuh…}rÎ��hcj‘��shˆ}rÏ��h_jC��sh‹}rÐ��h6jv��shŽ}rÑ��jî��jð��sh£}rÒ��j���j…��shÁ}rÓ��(h5jï��h2jœ��uhÄ}rÔ��hj¶��sh½}rÕ��(h|jí��h£h¾uhË}rÖ��jx��js��sh¥}r×��h£h¦sh¹}rØ��h£hºshÓ}rÙ��h[j3��sh×}rÚ��h[j4��shÛ}rÛ��h;j��shÞ}rÜ��(hJjÒ��jÚ��jä��uhá}rÝ��h[j7��shå}rÞ��h[j;��shé}rß��(hƒjm��h[j*��uhì}rà��h2j™��shï}rá��U
-Structuresrâ��jÁ��shò}rã��(hcj“��hÉj£��h[j=��j{��jÂ��uhõ}rä��U
-Structuresrå��jÄ��shø}ræ��hCj_��shü}rç��h;j ��shÿ}rè��hcj’��sj��}ré��h5jà��sj��}rê��jx��jo��sj
-��}r�h_j@��sj
��}rì��hÉj®��sj��}rí��(hÉj ��h[j<��uj��}rî��h?jý��sj��}rï��U
-Propulsionrð��j��shš}rñ��hŽh›sj��}rò��h?jþ��sj��}ró��h_jW��sh_}rô��(j|��jû��hwhyhéhëj‰��jŒ��jw��j×��j»��j��hhhjj\��j*��jX��j:��h]h`j¨��ju��j‡��j…��jm��j ��jk��j&��jŒ��jƒ��j"��j$��j'��j)��j2��j4��hïhñjg��jÓ��hòhôj��j��j¡��j"��j��j��jc��je��j¹��jõ��j—��j¶��j™��jŽ��jk��jm��js��ju��uj^��}rõ��h6jy��sja��}rö��UAerodynamicsr÷��jU��sjX��}rø��h_jY��sjh��}rù��h?j��sjk��}rú��(hÉjž��h[jC��ujn��}rû��jx��jp��sjs��}rü��(hƒjz��h[jD��ujv��}rý��U
-Propulsionrþ��j��sh}rÿ��(j��j¸��hŽh‘uj2��}r���h_j3��sj~��}r��j��j»��sj��}r��h6jr��sh§}r��(h|jâ��h£h¨uj†��}r��(hJjÑ��jÚ��jã��uj‰��}r��h[j+��sj��}r��j��j¿��sj��}r��h5jç��sj“��}r��hjÈ��sj–��}r	��hjÊ��sj™��}r
-��hjÌ��sjœ��}r��hjÎ��sjŸ��}r��hjÐ��sj4��}r
��(h_j5��hcj‚��hÉj«��j{��jÀ��uj¤��}r��j8��j:��shm}r��(jà��jQ��hÛhÝj“��j•��j–��j˜��j™��j›��jœ��jž��jŸ��j¡��jë��j��hkhnhühþjî��jg��ujÅ��}r��h4j��sjÈ��}r��jÙ��jW��sjË��}r��hƒjn��sjU��}r��(h_jV��hcj…��hÉjŸ��j{��j»��ujÐ��}r��(h5jå��h4jü��ujN��}r��h_jO��sj×��}r��h|jç��sjÛ��}r��hÉj°��sh5}r��(j¯��j��jH��j‡��j}��j��jˆ��jŠ��ujD��}r��h_jE��sh4}r��(h~h€j(��j��hˆhŠj¦��j2��hVhXuj	��}r��hƒjv��sj��}r��hÉj¯��sjJ��}r��h_jK��sh¿}r��(h|jð��h£hÀuj´��}r��U
-Structuresr ��jµ��sh’}r!��(j��j¹��hŽh“uh”}r"��(j��jº��hŽh•uh–}r#��hŽh—sj��}r$��h|jã��sj��}r%��(h6js��h2j”��uj"��}r&��(hƒjr��h[j5��uh¯}r'��(h|jæ��h£h°uj'��}r(��(hcjŽ��hÉj¥��h[j6��j{��j½��uj*��}r)��UAerodynamicsr*��j^��sj-��}r+��UAerodynamicsr,��jW��shŸ}r-��(j��jÀ��hŽh uj2��}r.��(hÉjª��h[j:��uj5��}r/��(hJjÝ��jÚ��jê��uj8��}r0��hjô��sj;��}r1��hÉj¬��sj>��}r2��h2j–��sjA��}r3��(hJjÞ��jÚ��jë��ujZ��}r4��(h_j[��hcj›��hÉj§��j{��jÃ��ujF��}r5��hJj×��sjJ��}r6��UAerodynamicsr7��jV��shÆ}r8��(jÇ��jA��U/data_schema/aircraft/other/Lr9��j��jÛ��j$��j��j��jÙ��j´��jh��jj��hÄhÇuj_��}r:��UAerodynamicsr;��j`��sjc��}r<��(hƒjq��h[j?��ujf��}r=��h[j@��shƒ}r>��(hj{��h’j��h”j��hh„hŸj1��h¡j��uhc}r?��(jÅ��j.��jÉ��jm��jË��jW��jÍ��ja��jÏ��j£��j†��jˆ��hÞhàjÓ��j¤��jÕ��j¢��hahdj5��j7��jA��jC��uhÉ}r@��(h§j…��h©jŸ��h­jU��h¯j&��h³jP��hµj(��h·jU��h½hÊh¿j��ujt��}rA��hƒju��sj—��}rB��(hcj˜��h[jA��uj��}rC��(h–j��j=��j?��jZ��j™��jB��jD��hšj��h˜j›��hjù��j��j°��j
-��j���j��j•��uhJ}rD��(jÿ��j±��jì��j—��jN��j��jP��hNjR��jž��j_��jb��j*��j,��j-��j/��jX��j©��jZ��jŠ��hthvjT��jc��hHhKj��jµ��j��j·��jè��j«��uh|}rE��(j´��j��j²��jc��h¥hÐhzh}j¶��jo��h«j¡��h±jw��j¤��j¦��j§��j©��j��j’��j½��j÷��h¹hÒh»jÆ��hõh÷ujS��}rF��h_jT��sh}rG��(jN��jÔ��j8��j«��uh}rH��(jÈ��jÊ��jX��je��uj|��}rI��(hcj}��h[j(��uh?}rJ��(jJ��j��ji��ji��uhú}rK��(j~��j€��jñ��jó��U/data_schema/reference/ESFrL��jÙ��j��j��jÁ��jy��j��j³��j��j0��U/data_schema/aircraft/weight/WErM��hûuj��}rN��jÙ��j^��sj»��}rO��U
-StructuresrP��j¼��sh}rQ��(j��j��jq��j8��jL��je��jn��jp��j2��j}��hOhQuj��}rR��(h4j��h2j—��uj¡��}rS��(hÉj¢��h[j,��uj¿��}rT��U
-StructuresrU��jÀ��sjƒ��}rV��hcj„��sh[}rW��(jq��jƒ��j��j"��jæ��j’��jP��j��hehgj4��j£��jƒ��j&��jò��jG��j��jÇ��j±��jI��jù��jL��jÛ��jÝ��jU��jÏ��jÐ��jÒ��jð��jS��ju��hjô��h\jî��hÃj	��j��h…h‡j��j��jx��j`��jË��jÍ��jã��jk��j“��j!��jý��j}��já��j­��j0��jŒ��j��j ��j;��j=��j��jO��jZ��jE��hÿj��jß��j��j©��jƒ��jo��jý��j•��j¦��jt��j´��j«��j­��jì��j¯��j
��j��j\��j¹��ujE��}rX��h5jó��sj±��}rY��hÉj²��sjJ��}rZ��(h4jú��h2j‘��ujM��}r[��h4j��sjà��}r\��h|já��sjA��}r]��h_jB��sh­}r^��(h|jå��h£h®ujÙ��}r_��(jÂ��j,��j��j��j¿��j$��j×��jÚ��ujH��}r`��(jF��jI��jJ��jL��ujx��}ra��(j½��j²��jv��jy��uj¨��}rb��(hÉj©��h[j.��uh±}rc��h£h²sjÁ��}rd��j��jÂ��sjF��}re��h_jG��sj}��}rf��h2j›��sjë��}rg��h|jì��sjŒ��}rh��(hcj��hÉj¤��h[j2��j{��j¼��uj‡��}ri��(hcjˆ��h[j/��ujH��}rj��h_jI��sjˆ��}rk��h2jš��sj‰��}rl��(hcjŠ��h[j0��uj��}rm��UAerodynamicsrn��jO��sh2}ro��(j6��j4��j8��j6��j:��j��j<��jû��j>��j<��j
-��j��hÓhÕh×hÙjf��jh��j‰��j‹��háhãhåhçuh©}rp��(h|jä��h£hªuh«}rq��h£h¬sjÏ��}rr��(hJjÐ��jÚ��jâ��uj¤��}rs��h;j��sj§��}rt��h;j��sj8��}ru��h[j9��sjá��}rv��(h5jâ��h4jÿ��uj®��}rw��U
-Propulsionrx��j	��sj½��}ry��j��j¾��sjÙ��}rz��hJjÚ��sh}r{��(jD��j÷��hohquj{��}r|��jF��j|��sh»}r}��h£h¼sh}r~��(j$��j��j&��j��j*��j��j,��j��j.��j��jZ��jF��j\��jH��j_��jJ��ja��jL��jc��jN��ujg��}r��jH��jh��sj­��}r€��hj®��sjw��}r��(hƒjx��hcj”��h[j>��j{��jº��uj��}r‚��(hCj]��hj��ujÚ��}rƒ��jé��j‡��sjî��}r„��h6jz��sjñ��}r…��hCj\��sj¹��}r†��U
-Structuresr‡��jº��sj½��}rˆ��U
-Structuresr‰��j¾��sh}rŠ��hŽhžsj<��}r‹��h_j=��sjo��}rŒ��hƒjp��sjþ��}r��U
-PropulsionrŽ��j��sh¡}r��(j��jÃ��hŽh¢uj$��}r��h_j%��sj&��}r‘��h_j'��sj(��}r’��h_j)��sj*��}r“��h_j+��sj,��}r”��h_j-��sj.��}r•��h_j/��sh;}r–��(j��j!��j��j��uj��}r—��hcj€��sjÛ��}r˜��hJjÜ��sjk��}r™��(hƒjl��hcj‹��h[j1��j{��j¹��uhµ}rš��(h|jé��h£h¶uj\��}r›��UAerodynamicsrœ��j]��sjÂ��}r��U
-Structuresrž��jÃ��sjÅ��}rŸ��(hJjÆ��jÚ��jÜ��uj��}r ��hj��sj¦��}r¡��(hj§��h2j’��uj6��}r¢��h_j7��sj8��}r£��h_j9��sjq��}r¤��jx��jr��sjX��}r¥��jÙ��jY��sj>��}r¦��h_j?��sj=��}r§��hCjY��sjÇ��}r¨��hJjÈ��sjB��}r©��hCj^��sjZ��}rª��jÙ��j[��sj\��}r«��jÙ��j]��sj_��}r¬��jÙ��j`��sja��}r­��jÙ��jb��sjc��}r®��jÙ��jd��sh³}r¯��(h|jè��h£h´ujQ��}r°��(h5jñ��h2j˜��uh·}r±��(h|jê��h£h¸ujË��}r²��(hJjÌ��jÚ��jà��uhC}r³��(hËhÍjS��jò��ujÍ��}r´��(hJjÎ��jÚ��já��uj²��}rµ��U
-Structuresr¶��j³��sjL��}r·��h_jM��sjî��}r¸��h|jï��sji��}r¹��jH��jj��sjã��}rº��(h5jä��h4jû��ujÉ��}r»��(hJjÊ��jÚ��jß��uj¶��}r¼��U
-Structuresr½��j·��sh6}r¾��(j­��jÕ��hìhîjA��jS��j>��j@��uj{��}r¿��h4jþ��sj:��}rÀ��h_j;��sj¯��}rÁ��hj°��sj©��}rÂ��(h5jè��UPerformancerÃ��jª��h6jt��uj���}rÄ��h4j��sjé��}rÅ��h5jê��sjˆ��}rÆ��UAerodynamicsrÇ��j[��sj0��}rÈ��(h_j1��hcj��hÉj¦��j{��j¿��uj™��}rÉ��(hcjš��hÉj­��h[jB��j{��j¾��ujP��}rÊ��(hƒjs��hcj��j{��jÁ��h_jQ��uj��}rË��h;j��sj“��}rÌ��U
-Propulsionr��j
��sjì��}rÎ��jÚ��jí��sjZ��}rÏ��hCj[��sh˜}rÐ��hŽh™sjœ��}rÑ��UAerodynamicsrÒ��jS��sjm��}rÓ��jx��jn��sjÕ��}rÔ��(hJjÖ��jÚ��jæ��ujÓ��}rÕ��(hJjÔ��jÚ��jå��uj•��}rÖ��hcj–��sj§��}r×��UAerodynamicsrØ��jY��sjè��}rÙ��jÚ��jé��sj«��}rÚ��(h5jë��UPerformancerÛ��j¬��h6jw��ujì��}rÜ��(h5jí��h4j��ujÿ��}rÝ��h?j���sj��}rÞ��hj��sj��}rß��h?j��sj��}rà��h?j��sj\��}rá��(hƒjy��hcjœ��j{��jÄ��h_j]��uuU_noderâ��}rã��(hH}rä��(Ucategoryrå��Uvariableræ��hEhHUlabelrç��UDOE_Cf^{*}_{out}Uinstancerè��KUrelated_to_schema_noderé��jJ��Uarchitecture_rolerê��Udoe output sample listrë��Usubcategoryrì��Ucouplingrí��uhL}rî��(jå��jæ��jì��jí��jç��U	tc^{c,i2}jè��Kjé��já��hEhLuhO}rï��(jå��jæ��hEhOjç��UTemp^{*}jè��Kjé��jq��jê��Ufinal output variablerð��jì��jí��uhV}rñ��(jå��jæ��hEhVjç��UWF^{a}jè��Kjé��hüjê��Usurrogate model approximaterò��jì��jí��uhY}ró��(jå��jæ��jì��Ushared couplingrô��hEhYjç��U
-ESF^{c,i2}jè��KUproblem_rolerõ��Udesign variablerö��jé��j��U
nominal_valuer÷��G��������uh]}rø��(jå��jæ��hEh]jç��UWT^{c,0}jè��Kjé��hÛjê��Uinitial guess design variablerù��jì��jô��uha}rú��(jå��jæ��hEhajç��UDOE_Lambda^{c,i2}_{inp}jè��Kjé��jì��jê��Udoe input sample listrû��jì��jô��uhe}rü��(jå��jæ��hEhejç��UTheta^{c,*}jè��Kjé��hkjê��Ufinal design variablerý��jì��jí��uhh}rþ��(jå��jæ��hEhhjç��U
-lambda^{0}jè��Kjé��j¿��jê��jù��jì��jí��uhk}rÿ��(jå��jæ��Ushaper���Uojç��UThetar��jì��jô��hEhkuho}r��(jå��jæ��Ureference_valuer��G?ð£×
-=p¤jì��jí��jç��Udpdxr��jè��Kjõ��U
-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��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?·
+��}r@��UZ/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/TrA��}rB��hˆ}rC��U]/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdxrD��}rE��U+/data_schema/mdoData/systemConvergenceCheckrF��}rG��U[/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/CfrH��}rI��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectiverJ��}rK��Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DTrL��}rM��UY/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/RrN��}rO��UO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/hrP��}rQ��hO}rR��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiverS��}rT��U\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/LambdarU��}rV��j��}rW��U^/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/ThetarX��}rY��UX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/ARrZ��}r[��UO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/Mr\��}r]��uUC/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2r^��}r_��h[}r`��sU`/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2ra��}rb��hJ}rc��sjX��}rd��h}re��hR}rf��hTU	Theta/1.0rg��sssU/data_schema/aircraft/other/finrh��}ri��hÆ}rj��sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rk��}rl��h_}rm��sU//data_schema/mdo_data/constraints/propulsion/DTrn��}ro��h}rp��hR}rq��hTUDT/1.0rr��sssU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2rs��}rt��h_}ru��sU/data_schema/aircraft/other/Trv��}rw��USub-Optimizer-2rx��}ry��sh}rz��hƒ}r{��sj2��}r|��h}r}��hRj��ssUQ/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESFr~��}r��hú}r€��sUC/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2r��}r‚��h[}rƒ��sh§}r„��hÉ}r…��sU‘/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2r†��}r‡��hc}rˆ��sU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc2r‰��}rŠ��h2}r‹��hR}rŒ��hTU	y2_1-y2_0sssUV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFCr��}rŽ��hú}r��sUC/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2r��}r‘��h[}r’��sU"/data_schema/aircraft/other/sigma5r“��}r”��hm}r•��sU"/data_schema/aircraft/other/sigma4r–��}r—��hm}r˜��sU"/data_schema/aircraft/other/sigma3r™��}rš��hm}r›��sU"/data_schema/aircraft/other/sigma2rœ��}r��hm}rž��sU"/data_schema/aircraft/other/sigma1rŸ��}r ��hm}r¡��sj4��}r¢��h[}r£��sUPerformancer¤��}r¥��(U\/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WTr¦��}r§��hV}r¨��U/data_schema/reference/hr©��}rª��U/data_schema/reference/Mr«��}r¬��U\/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFCr­��}r®��U\/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/finr¯��}r°��uhm}r±��(UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARr²��}r³��UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lr´��}rµ��UY/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Srefr¶��}r·��hz}r¸��U /data_schema/aircraft/weight/WFOr¹��}rº��U/data_schema/aircraft/other/Nzr»��}r¼��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Ä��uUC/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2rÅ��}rÆ��h[}rÇ��sU'/data_schema/mdo_data/constraints/ThetarÈ��}rÉ��h}rÊ��hRjf��ssUz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2rË��}rÌ��h[}rÍ��sjU��}rÎ��h[}rÏ��sU!/data_schema/aircraft/geometry/ARrÐ��}rÑ��h[}rÒ��sjN��}rÓ��h}rÔ��hR}rÕ��hTU-RrÖ��sssU]/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/sectionr×��}rØ��USub-Optimizer-0rÙ��}rÚ��sU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rÛ��}rÜ��h[}rÝ��sh5}rÞ��(UC/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2rß��}rà��U!/data_schema/aircraft/geometry/tcrá��}râ��U#/data_schema/aircraft/geometry/Srefrã��}rä��jÐ��}rå��UC/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2ræ��}rç��j©��}rè��U$//surrogateModels/SubSMB1/definitionré��}rê��j«��}rë��U%/data_schema/aircraft/geometry/Lambdarì��}rí��UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTrî��}rï��U\/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetarð��}rñ��UC/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2rò��}ró��UV/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2rô��}rõ��ujD��}rö��h}r÷��hRhrssh4}rø��(U[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rù��}rú��jã��}rû��jÐ��}rü��UC/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2rý��}rþ��já��}rÿ��U$//surrogateModels/SubSMB0/definitionr���}r��jì��}r��UY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r��}r��UC/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2r��}r��UC/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2r��}r��uUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr	��}r
+��h[}r��sU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r��}r
��h[}r��sjJ��}r��h?}r��hR}r��hTUw0*y0+w1*y1+w2*y2sssh¿}r��hÉ}r��sj´��}r��h|}r��sh’}r��hƒ}r��sh”}r��hƒ}r��sh–}r��j��}r��sU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambdar��}r��jÙ��}r��sUU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr��}r ��h[}r!��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2r"��}r#��h_}r$��sh¯}r%��hÉ}r&��sUa/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Srefr'��}r(��h_}r)��sUN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mr*��}r+��hJ}r,��sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr-��}r.��hJ}r/��shŸ}r0��hƒ}r1��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2r2��}r3��h_}r4��sU‘/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2r5��}r6��hc}r7��sU/data_schema/aircraft/other/Rr8��}r9��j¤��}r:��sUz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2r;��}r<��h[}r=��sUW/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESFr>��}r?��h6}r@��sU–/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2rA��}rB��hc}rC��sjZ��}rD��h[}rE��sUU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/CfrF��}rG��USub-Optimizer-1rH��}rI��sU/data_schema/aircraft/other/CfrJ��}rK��jH��}rL��shÆ}rM��(U[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2rN��}rO��U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2rP��}rQ��U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rR��}rS��U`/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2rT��}rU��jJ��}rV��j-��}rW��U]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2rX��}rY��U_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2rZ��}r[��U!/data_schema/aircraft/other/CDminr\��}r]��j*��}r^��UN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hr_��}r`��uj_��}ra��hJ}rb��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2rc��}rd��h_}re��sU</data_schema/mdo_data/systemLevel/consistencyConstraints/gc3rf��}rg��h2}rh��hR}ri��hTU	y3_1-y3_0ssshƒ}rj��(UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/Mrk��}rl��hé}rm��jË��}rn��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2ro��}rp��jc��}rq��j"��}rr��jP��}rs��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2rt��}ru��j	��}rv��UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/hrw��}rx��j\��}ry��js��}rz��uhc}r{��(U”/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2r|��}r}��hw}r~��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2r��}r€��he}r��j4��}r‚��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2rƒ��}r„��jU��}r…��h]}r†��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2r‡��}rˆ��Uš/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetar‰��}rŠ��jk��}r‹��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/ARrŒ��}r��j'��}rŽ��j0��}r��jP��}r��h…}r‘��hÿ}r’��hò}r“��jw��}r”��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTr•��}r–��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2r—��}r˜��Uc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambdar™��}rš��jZ��}r›��j\��}rœ��uhÉ}r��(jk��}rž��jU��}rŸ��j��}r ��U—/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r¡��}r¢��hò}r£��jŒ��}r¤��j'��}r¥��j0��}r¦��jZ��}r§��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2r¨��}r©��j2��}rª��j4��}r«��j;��}r¬��j™��}r­��j
��}r®��j��}r¯��jÛ��}r°��Uz/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2r±��}r²��ujt��}r³��h[}r´��sj—��}rµ��h_}r¶��sj��}r·��(h}r¸��h’}r¹��h”}rº��j~��}r»��h}r¼��UT/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Tr½��}r¾��j��}r¿��hŸ}rÀ��UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WErÁ��}rÂ��h¡}rÃ��uhJ}rÄ��(U“/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2rÅ��}rÆ��UT/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/DrÇ��}rÈ��U„/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/MrÉ��}rÊ��Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2rË��}rÌ��Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1rÍ��}rÎ��Uu/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0rÏ��}rÐ��j†��}rÑ��hÞ}rÒ��Uˆ/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFrÓ��}rÔ��U„/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrÕ��}rÖ��jF��}r×��ha}rØ��UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/finrÙ��}rÚ��UT/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/LrÛ��}rÜ��j5��}rÝ��jA��}rÞ��uh|}rß��(UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WTrà��}rá��h§}râ��j��}rã��h©}rä��h­}rå��h¯}ræ��j×��}rç��h³}rè��hµ}ré��h·}rê��UV/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WFrë��}rì��h½}rí��U[/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Thetarî��}rï��h¿}rð��ujS��}rñ��hC}rò��hRhÎssh}ró��j8��}rô��Uequation_labelrõ��URssh}rö��hk}r÷��jõ��UThetarø��ssj|��}rù��h_}rú��sh?}rû��(j��}rü��jõ��Uy0sj��}rý��jõ��Uy1sU?/data_schema/distributedArchitectures/group1/couplingWeights/w2rþ��}rÿ��jõ��Uw2sU?/data_schema/distributedArchitectures/group1/couplingWeights/w0r���}r��jõ��Uw0sU?/data_schema/distributedArchitectures/group1/couplingWeights/w1r��}r��jõ��Uw1sjh��}r��jõ��Uy2suhú}r��(j��}r��UR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r��}r��UR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r	��}r
+��UY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2r��}r��jv��}r
��uU6/data_schema/distributedArchitectures/group0/objectiver��}r��h;}r��hRj"��ssj»��}r��h_}r��sh}r��(U/data_schema/reference/ESFr��}r��jõ��UESFr��sU/data_schema/reference/Tempr��}r��jõ��UTempr��sU/data_schema/aircraft/other/DTr��}r��jõ��UDTr��suUY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2r��}r��h[}r��sj¡��}r ��h_}r!��sj¿��}r"��jÙ��}r#��sjƒ��}r$��h[}r%��sh[}r&��(j|��}r'��hw}r(��hé}r)��j‰��}r*��j¡��}r+��h]}r,��j¨��}r-��j‡��}r.��j‰��}r/��jk��}r0��jŒ��}r1��hÓ}r2��h×}r3��j"��}r4��j'��}r5��há}r6��U"/data_schema/mdo_data/objectives/Rr7��}r8��j2��}r9��hå}r:��j��}r;��hò}r<��jw��}r=��jc��}r>��jf��}r?��j—��}r@��j™��}rA��jk��}rB��js��}rC��uUC/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2rD��}rE��h[}rF��sj±��}rG��h[}rH��sU[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2rI��}rJ��h[}rK��sUC/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2rL��}rM��h[}rN��sjà��}rO��hm}rP��sjA��}rQ��h6}rR��sh­}rS��hÉ}rT��sjÙ��}rU��(jÈ��}rV��Ud/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/sectionrW��}rX��U//data_schema/mdo_data/constraints/sigmas/sigma4rY��}rZ��U//data_schema/mdo_data/constraints/sigmas/sigma5r[��}r\��j��}r]��U//data_schema/mdo_data/constraints/sigmas/sigma1r^��}r_��U//data_schema/mdo_data/constraints/sigmas/sigma2r`��}ra��U//data_schema/mdo_data/constraints/sigmas/sigma3rb��}rc��hh}rd��ujH��}re��(U\/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cfrf��}rg��U6/data_schema/distributedArchitectures/group1/objectiverh��}ri��ho}rj��ujx��}rk��(U[/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Trl��}rm��j��}rn��jn��}ro��U1/data_schema/mdo_data/constraints/propulsion/Temprp��}rq��hË}rr��uj¨��}rs��h_}rt��sh±}ru��h|}rv��sjÁ��}rw��hú}rx��sjF��}ry��U
Sys-Convergerrz��}r{��sUZ/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Dr|��}r}��h5}r~��sjë��}r��hm}r€��sjŒ��}r��h_}r‚��sj‡��}rƒ��h_}r„��sjH��}r…��h5}r†��sUZ/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Lr‡��}rˆ��h5}r‰��sj‰��}rŠ��h_}r‹��sU[/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2rŒ��}r��hJ}rŽ��sh2}r��(jù��}r��jõ��Uy2_1sj¦��}r‘��jõ��Uy0_0sUU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr’��}r“��jõ��Uy3_1sh~}r”��jõ��Uy1_0sj>��}r•��jõ��Uy4_0sj��}r–��jõ��Uy5_1sjð��}r—��jõ��Uy1_1shì}r˜��jõ��Uy2_0sj‡��}r™��jõ��Uy5_0sj|��}rš��jõ��Uy3_0sjî��}r›��jõ��Uy0_1sjô��}rœ��jõ��Uy4_1suh©}r��hÉ}rž��sh«}rŸ��h|}r ��sjÏ��}r¡��hc}r¢��sU?/data_schema/distributedArchitectures/group0/couplingWeights/w1r£��}r¤��h|}r¥��sU?/data_schema/distributedArchitectures/group0/couplingWeights/w0r¦��}r§��h|}r¨��sj7��}r©��h}rª��hRjÕ��ssjá��}r«��h[}r¬��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r­��}r®��j��}r¯��sj½��}r°��jx��}r±��sjÙ��}r²��hÆ}r³��sh}r´��hÄ}rµ��jõ��Udpdxr¶��ssjz��}r·��(jk��}r¸��jw��}r¹��jU��}rº��jŒ��}r»��j'��}r¼��j™��}r½��j0��}r¾��j4��}r¿��jP��}rÀ��hò}rÁ��jZ��}rÂ��j\��}rÃ��uh»}rÄ��h|}rÅ��sh}rÆ��(j“��}rÇ��jõ��Usigma5rÈ��sj–��}rÉ��jõ��Usigma4rÊ��sj™��}rË��jõ��Usigma3rÌ��sjœ��}rÍ��jõ��Usigma2rÎ��sjŸ��}rÏ��jõ��Usigma1rÐ��sujf��}rÑ��h_}rÒ��sj­��}rÓ��h6}rÔ��sjw��}rÕ��h_}rÖ��sj��}r×��hú}rØ��sUSub-SM-builder-1rÙ��}rÚ��(jÅ��}rÛ��hH}rÜ��ht}rÝ��jÉ��}rÞ��jË��}rß��jÍ��}rà��jÏ��}rá��j†��}râ��hÞ}rã��jÓ��}rä��jÕ��}rå��ha}ræ��U‹/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/Drç��}rè��j5��}ré��jA��}rê��U‹/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/Lrë��}rì��uU$//surrogateModels/SubSMB2/definitionrí��}rî��hŽ}rï��sU/data_schema/aircraft/other/SFCrð��}rñ��hú}rò��sj¹��}ró��h_}rô��sj½��}rõ��h|}rö��sh}r÷��j��}rø��sj<��}rù��h2}rú��hRji��ssjo��}rû��h[}rü��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2rý��}rþ��j��}rÿ��sh¡}r���hƒ}r��sj$��}r��h}r��hR}r��hTU
+sigma5/1.0r��sssj&��}r��h}r��hR}r��hTU
+sigma4/1.0r	��sssj(��}r
+��h4}r��sj*��}r��h}r
��hR}r��hTU
+sigma1/1.0r��sssj,��}r��h}r��hR}r��hTU
+sigma3/1.0r��sssj.��}r��h}r��hR}r��hTU
+sigma2/1.0r��sssh;}r��(hÛ}r��jõ��Uy0sj£��}r��jõ��Uw1sj¦��}r��jõ��Uw0sU?/data_schema/distributedArchitectures/group0/couplingWeights/w2r��}r��jõ��Uw2shk}r��jõ��Uy1shü}r��jõ��Uy2suj��}r ��h[}r!��sjÛ��}r"��hÆ}r#��sjk��}r$��h_}r%��shµ}r&��hÉ}r'��sj\��}r(��h_}r)��sjÂ��}r*��jÙ��}r+��sjÅ��}r,��hc}r-��sj��}r.��hú}r/��sj¦��}r0��h4}r1��sj6��}r2��h2}r3��hRhèssj8��}r4��h2}r5��hRhässjp��}r6��h}r7��hRhSssjW��}r8��h_}r9��sj>��}r:��h2}r;��hRhÚssU?/data_schema/distributedArchitectures/group2/couplingWeights/w2r<��}r=��j��}r>��sjÇ��}r?��hÆ}r@��sU?/data_schema/distributedArchitectures/group2/couplingWeights/w0rA��}rB��j��}rC��sjY��}rD��h}rE��hRj��ssj[��}rF��h}rG��hRj��ssj^��}rH��h}rI��hRj��ssj`��}rJ��h}rK��hRj��ssjb��}rL��h}rM��hRj��ssh³}rN��hÉ}rO��sU\/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/ThetarP��}rQ��h[}rR��sh·}rS��hÉ}rT��sjË��}rU��hc}rV��shC}rW��(j<��}rX��jõ��Uw2sU?/data_schema/distributedArchitectures/group2/couplingWeights/w1rY��}rZ��jõ��Uw1sjð��}r[��jõ��Uy1sj��}r\��jõ��Uy0sjA��}r]��jõ��Uw0shø}r^��jõ��Uy2sujÍ��}r_��hc}r`��sj²��}ra��h|}rb��sjL��}rc��h}rd��hRjq��ssjî��}re��hm}rf��sjh��}rg��h?}rh��hRj��ssjã��}ri��h[}rj��sjÉ��}rk��hc}rl��sj¶��}rm��h|}rn��sh6}ro��(UC/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2rp��}rq��j’��}rr��j©��}rs��UC/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2rt��}ru��j«��}rv��UC/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2rw��}rx��jí��}ry��uUC/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2rz��}r{��h[}r|��sj:��}r}��h2}r~��hRjŒ��ssj¯��}r��h5}r€��sj©��}r��h[}r‚��sj���}rƒ��h£}r„��sjé��}r…��jÙ��}r†��sU_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2r‡��}rˆ��hJ}r‰��sj0��}rŠ��h[}r‹��sj™��}rŒ��h_}r��sjP��}rŽ��h[}r��sj��}r��h|}r‘��sUY/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2r’��}r“��j��}r”��sjë��}r•��hJ}r–��sjY��}r—��j��}r˜��sh˜}r™��j��}rš��sU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2r›��}rœ��hJ}r��sjl��}rž��h_}rŸ��sjÕ��}r ��hc}r¡��sjÓ��}r¢��hc}r£��sj•��}r¤��h[}r¥��sU]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2r¦��}r§��hJ}r¨��sjç��}r©��hJ}rª��sj«��}r«��h[}r¬��sjì��}r­��h[}r®��sjþ��}r¯��hJ}r°��sj��}r±��hú}r²��sj���}r³��hJ}r´��sj��}rµ��hJ}r¶��sj\��}r·��h[}r¸��suU_adjr¹��}rº��(hH}r»��jÙ��jÜ��shL}r¼��UAerodynamicsr½��jQ��shO}r¾��h_jR��shV}r¿��hj¨��shY}rÀ��(h5jõ��h2jœ��uh]}rÁ��(hcj†��h[j,��uha}rÂ��(hJjØ��jÙ��jæ��uhe}rÃ��hcj��shh}rÄ��jÙ��jd��shk}rÅ��(hj÷��h;j��uho}rÆ��jH��jj��sht}rÇ��jÙ��jÝ��shw}rÈ��(hcj~��h[j(��uhz}rÉ��U
+StructuresrÊ��j¸��sh~}rË��h2j”��sh}rÌ��(j��j¼��hŽhœuh…}rÍ��hcj‘��shˆ}rÎ��h_jC��sh‹}rÏ��h6ju��shŽ}rÐ��jí��jï��sh£}rÑ��j���j„��shÁ}rÒ��(h5jï��h2j›��uhÄ}rÓ��hjµ��sh½}rÔ��(h|jí��h£h¾uhË}rÕ��jx��jr��sh¥}rÖ��h£h¦sh¹}r×��h£hºshÓ}rØ��h[j2��sh×}rÙ��h[j3��shÛ}rÚ��h;j��shÞ}rÛ��(hJjÒ��jÙ��jã��uhá}rÜ��h[j6��shå}rÝ��h[j:��shé}rÞ��(hƒjm��h[j)��uhì}rß��h2j˜��shï}rà��U
+Structuresrá��jÁ��shò}râ��(hcj“��hÉj£��h[j<��jz��jÁ��uhõ}rã��U
+Structuresrä��jÄ��shø}rå��hCj^��shü}ræ��h;j��shÿ}rç��hcj’��sj��}rè��h5jà��sj��}ré��jx��jn��sj
+��}r�h_j@��sj
��}rë��hÉj®��sj��}rì��(hÉj ��h[j;��uj��}rí��h?jü��sj��}rî��U
+Propulsionrï��j��shš}rð��hŽh›sj��}rñ��h?jý��sj��}rò��h_jW��sh_}ró��(j|��jú��hwhyhéhëj‰��j‹��jw��jÖ��j»��j��hhhjj\��j)��jW��j9��h]h`j¨��jt��j‡��j„��jl��jŸ��jk��j%��jŒ��j‚��j"��j$��j'��j)��j2��j4��hïhñjf��jÒ��hòhôj��j��j¡��j!��j��j��jc��je��j¹��jô��j—��j¶��j™��j��jk��jm��js��ju��uj^��}rô��h6jx��sja��}rõ��UAerodynamicsrö��jU��sjX��}r÷��h_jY��sjh��}rø��h?j��sjk��}rù��(hÉjž��h[jB��ujn��}rú��jx��jo��sjs��}rû��(hƒjz��h[jC��ujv��}rü��U
+Propulsionrý��j
��sh}rþ��(j��j¸��hŽh‘uj2��}rÿ��h_j3��sj~��}r���j��j»��sj��}r��h6jq��sh§}r��(h|jâ��h£h¨uj†��}r��(hJjÑ��jÙ��jâ��uj‰��}r��h[j*��sj��}r��j��j¿��sj��}r��h5jç��sj“��}r��hjÇ��sj–��}r��hjÉ��sj™��}r	��hjË��sjœ��}r
+��hjÍ��sjŸ��}r��hjÏ��sj4��}r��(h_j5��hcj‚��hÉj«��jz��j¿��uj¤��}r
��j8��j:��shm}r��(jà��jP��hÛhÝj“��j•��j–��j˜��j™��j›��jœ��jž��jŸ��j¡��jë��j€��hkhnhühþjî��jf��ujÅ��}r��h4j��sjÈ��}r��jÙ��jV��sjË��}r��hƒjn��sjU��}r��(h_jV��hcj…��hÉjŸ��jz��jº��ujÐ��}r��(h5jå��h4jü��ujN��}r��h_jO��sj×��}r��h|jç��sjÛ��}r��hÉj°��sh5}r��(j¯��j€��jH��j†��j|��j~��j‡��j‰��ujD��}r��h_jE��sh4}r��(h~h€j(��j��hˆhŠj¦��j1��hVhXuj	��}r��hƒjv��sj��}r��hÉj¯��sjJ��}r��h_jK��sh¿}r��(h|jð��h£hÀuj´��}r��U
+Structuresr��jµ��sh’}r ��(j��j¹��hŽh“uh”}r!��(j��jº��hŽh•uh–}r"��hŽh—sj��}r#��h|jã��sj��}r$��(h6jr��h2j“��uj"��}r%��(hƒjr��h[j4��uh¯}r&��(h|jæ��h£h°uj'��}r'��(hcjŽ��hÉj¥��h[j5��jz��j¼��uj*��}r(��UAerodynamicsr)��j^��sj-��}r*��UAerodynamicsr+��jW��shŸ}r,��(j��jÀ��hŽh uj2��}r-��(hÉjª��h[j9��uj5��}r.��(hJjÝ��jÙ��jé��uj8��}r/��hjô��sj;��}r0��hÉj¬��sj>��}r1��h2j•��sjA��}r2��(hJjÞ��jÙ��jê��ujZ��}r3��(h_j[��hcj›��hÉj§��jz��jÂ��ujF��}r4��hJj×��sjJ��}r5��UAerodynamicsr6��jV��shÆ}r7��(jÇ��j@��U/data_schema/aircraft/other/Lr8��j��jÛ��j#��j��j��jÙ��j³��jh��jj��hÄhÇuj_��}r9��UAerodynamicsr:��j`��sjc��}r;��(hƒjq��h[j>��ujf��}r<��h[j?��shƒ}r=��(hj{��h’j��h”j��hh„hŸj1��h¡j��uhc}r>��(jÅ��j-��jÉ��jl��jË��jV��jÍ��j`��jÏ��j¢��j†��jˆ��hÞhàjÓ��j£��jÕ��j¡��hahdj5��j7��jA��jC��uhÉ}r?��(h§j…��h©jž��h­jT��h¯j&��h³jO��hµj'��h·jT��h½hÊh¿j��ujt��}r@��hƒju��sj—��}rA��(hcj˜��h[j@��uj��}rB��(h–j��j<��j>��jY��j˜��jA��jC��hšj��h˜jš��hjø��j��j¯��j	��jÿ��j��j”��uhJ}rC��(jþ��j°��jë��j–��jN��jŽ��jP��hNjR��j��j_��jb��j*��j,��j-��j/��jX��j¨��jZ��j‰��hthvjT��jc��hHhKj���j´��j��j¶��jç��jª��uh|}rD��(j´��j��j²��jb��h¥hÐhzh}j¶��jn��h«j ��h±jv��j£��j¥��j¦��j¨��j��j‘��j½��jö��h¹hÒh»jÅ��hõh÷ujS��}rE��h_jT��sh}rF��(jN��jÔ��j7��jª��uh}rG��(jÈ��jÊ��jX��je��uj|��}rH��(hcj}��h[j'��uh?}rI��(jJ��j��jh��jh��uhú}rJ��(j~��j€��jð��jò��U/data_schema/reference/ESFrK��jØ��j��j��jÁ��jx��j��j²��j��j/��U/data_schema/aircraft/weight/WErL��hûuj��}rM��jÙ��j]��sj»��}rN��U
+StructuresrO��j¼��sh}rP��(j��j��jp��j7��jL��jd��jn��jp��j2��j}��hOhQuj��}rQ��(h4j��h2j–��uj¡��}rR��(hÉj¢��h[j+��uj¿��}rS��U
+StructuresrT��jÀ��sjƒ��}rU��hcj„��sh[}rV��(jp��jƒ��j��j!��jæ��j’��jP��j��hehgj4��j£��jƒ��j%��jò��jF��j��jÇ��j±��jH��jù��jK��jÛ��jÝ��jU��jÏ��jÐ��jÒ��jð��jR��jt��hjô��h\jî��hÃj	��j��h…h‡j��j��jw��j`��jË��jÍ��jã��jj��j’��j!��jý��j|��já��j¬��j0��j‹��j��j��j;��j=��j��jN��jZ��jE��hÿj��jß��j��j©��j‚��jo��jü��j•��j¥��jt��j´��j«��j¬��jì��j®��j
��j��j\��j¸��ujD��}rW��h5jó��sj±��}rX��hÉj²��sjI��}rY��(h4jú��h2j��ujL��}rZ��h4j��sjà��}r[��h|já��sjA��}r\��h_jB��sh­}r]��(h|jå��h£h®ujÙ��}r^��(jÂ��j+��j��j��j¿��j#��j×��jÚ��ujH��}r_��(jF��jI��jJ��jL��ujx��}r`��(j½��j±��jv��jy��uj¨��}ra��(hÉj©��h[j-��uh±}rb��h£h²sjÁ��}rc��j��jÂ��sjF��}rd��h_jG��sj|��}re��h2jš��sjë��}rf��h|jì��sjŒ��}rg��(hcj��hÉj¤��h[j1��jz��j»��uj‡��}rh��(hcjˆ��h[j.��ujH��}ri��h_jI��sj‡��}rj��h2j™��sj‰��}rk��(hcjŠ��h[j/��ujŒ��}rl��UAerodynamicsrm��jO��sh2}rn��(j6��j3��j8��j5��j:��j~��j<��jú��j>��j;��j
+��j��hÓhÕh×hÙjf��jh��j‰��j‹��háhãhåhçuh©}ro��(h|jä��h£hªuh«}rp��h£h¬sjÏ��}rq��(hJjÐ��jÙ��já��uj£��}rr��h;j��sj¦��}rs��h;j��sj7��}rt��h[j8��sjá��}ru��(h5jâ��h4jÿ��uj­��}rv��U
+Propulsionrw��j��sj½��}rx��j��j¾��sjÙ��}ry��hJjÚ��sh}rz��(jD��j÷��hohqujz��}r{��jF��j{��sh»}r|��h£h¼sh}r}��(j$��j��j&��j��j*��j
��j,��j��j.��j��jY��jE��j[��jG��j^��jI��j`��jK��jb��jM��ujf��}r~��jH��jg��sj­��}r��hj®��sjw��}r€��(hƒjx��hcj”��h[j=��jz��j¹��uj��}r��(hCj\��hj��ujÙ��}r‚��jé��j†��sjí��}rƒ��h6jy��sjð��}r„��hCj[��sj¹��}r…��U
+Structuresr†��jº��sj½��}r‡��U
+Structuresrˆ��j¾��sh}r‰��hŽhžsj<��}rŠ��h_j=��sjo��}r‹��hƒjp��sjý��}rŒ��U
+Propulsionr��j
+��sh¡}rŽ��(j��jÃ��hŽh¢uj$��}r��h_j%��sj&��}r��h_j'��sj(��}r‘��h_j)��sj*��}r’��h_j+��sj,��}r“��h_j-��sj.��}r”��h_j/��sh;}r•��(j��j!��j��j��uj��}r–��hcj€��sjÛ��}r—��hJjÜ��sjk��}r˜��(hƒjl��hcj‹��h[j0��jz��j¸��uhµ}r™��(h|jé��h£h¶uj\��}rš��UAerodynamicsr›��j]��sjÂ��}rœ��U
+Structuresr��jÃ��sjÅ��}rž��(hJjÆ��jÙ��jÛ��uj��}rŸ��hj��sj¦��}r ��(hj§��h2j‘��uj6��}r¡��h_j7��sj8��}r¢��h_j9��sjp��}r£��jx��jq��sjW��}r¤��jÙ��jX��sj>��}r¥��h_j?��sj<��}r¦��hCjX��sjÇ��}r§��hJjÈ��sjA��}r¨��hCj]��sjY��}r©��jÙ��jZ��sj[��}rª��jÙ��j\��sj^��}r«��jÙ��j_��sj`��}r¬��jÙ��ja��sjb��}r­��jÙ��jc��sh³}r®��(h|jè��h£h´ujP��}r¯��(h5jñ��h2j—��uh·}r°��(h|jê��h£h¸ujË��}r±��(hJjÌ��jÙ��jß��uhC}r²��(hËhÍjS��jò��ujÍ��}r³��(hJjÎ��jÙ��jà��uj²��}r´��U
+Structuresrµ��j³��sjL��}r¶��h_jM��sjî��}r·��h|jï��sjh��}r¸��jH��ji��sjã��}r¹��(h5jä��h4jû��ujÉ��}rº��(hJjÊ��jÙ��jÞ��uj¶��}r»��U
+Structuresr¼��j·��sh6}r½��(j­��jÔ��hìhîjA��jR��j>��j@��ujz��}r¾��h4jþ��sj:��}r¿��h_j;��sj¯��}rÀ��hj°��sj©��}rÁ��(h5jè��UPerformancerÂ��jª��h6js��uj���}rÃ��h4j��sjé��}rÄ��h5jê��sj‡��}rÅ��UAerodynamicsrÆ��j[��sj0��}rÇ��(h_j1��hcj��hÉj¦��jz��j¾��uj™��}rÈ��(hcjš��hÉj­��h[jA��jz��j½��ujP��}rÉ��(hƒjs��hcj��jz��jÀ��h_jQ��uj��}rÊ��h;j��sj’��}rË��U
+PropulsionrÌ��j��sjë��}rÍ��jÙ��jì��sjY��}rÎ��hCjZ��sh˜}rÏ��hŽh™sj›��}rÐ��UAerodynamicsrÑ��jS��sjl��}rÒ��jx��jm��sjÕ��}rÓ��(hJjÖ��jÙ��jå��ujÓ��}rÔ��(hJjÔ��jÙ��jä��uj•��}rÕ��hcj–��sj¦��}rÖ��UAerodynamicsr×��jY��sjç��}rØ��jÙ��jè��sj«��}rÙ��(h5jë��UPerformancerÚ��j¬��h6jv��ujì��}rÛ��(h5jí��h4j��ujþ��}rÜ��h?jÿ��sj��}rÝ��hj��sj���}rÞ��h?j��sj��}rß��h?j��sj\��}rà��(hƒjy��hcjœ��jz��jÃ��h_j]��uuU_noderá��}râ��(hH}rã��(Ucategoryrä��Uvariablerå��hEhHUlabelræ��UDOE_Cf^{*}_{out}Uinstancerç��KUrelated_to_schema_noderè��jJ��Uarchitecture_roleré��Udoe output sample listrê��Usubcategoryrë��Ucouplingrì��uhL}rí��(jä��jå��jë��jì��jæ��U	tc^{c,i2}jç��Kjè��já��hEhLuhO}rî��(jä��jå��hEhOjæ��UTemp^{*}jç��Kjè��jp��jé��Ufinal output variablerï��jë��jì��uhV}rð��(jä��jå��hEhVjæ��UWF^{a}jç��Kjè��hüjé��Usurrogate model approximaterñ��jë��jì��uhY}rò��(jä��jå��jë��Ushared couplingró��hEhYjæ��U
+ESF^{c,i2}jç��KUproblem_rolerô��Udesign variablerõ��jè��j��U
nominal_valuerö��G��������uh]}r÷��(jä��jå��hEh]jæ��UWT^{c,0}jç��Kjè��hÛjé��Uinitial guess design variablerø��jë��jó��uha}rù��(jä��jå��hEhajæ��UDOE_Lambda^{c,i2}_{inp}jç��Kjè��jì��jé��Udoe input sample listrú��jë��jó��uhe}rû��(jä��jå��hEhejæ��UTheta^{c,*}jç��Kjè��hkjé��Ufinal design variablerü��jë��jì��uhh}rý��(jä��jå��hEhhjæ��U
+lambda^{0}jç��Kjè��j¿��jé��jø��jë��jì��uhk}rþ��(jä��jå��Ushaperÿ��Uojæ��UThetar���jë��jó��hEhkuho}r��(jä��jå��Ureference_valuer��G?ð£×
+=p¤jë��jì��jæ��Udpdxr��jç��Kjô��U
+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è��jY��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¹}r/��(jä��jå��hEh¹jæ��UDOE_Theta^{*}_{out}jç��Kjè��hkjé��jê��jë��jì��uhÓ}r0��(jä��jå��j��G��������hEhÓjæ��Ugc5jç��Kjô��j��j��U==r1��j��Uequalityr2��jë��jì��uh×}r3��(jä��jå��j��G��������hEh×jæ��Ugc4jç��Kjô��j��j��j1��j��j2��jë��jì��uhÛ}r4��(jä��jå��jÿ��Uojæ��UWTr5��jë��jì��hEhÛuhÞ}r6��(jä��jå��hEhÞjæ��UDOE_WT^{c,i2}_{inp}jç��Kjè��hÛjé��jú��jë��jó��uhá}r7��(jä��jå��j��G��������hEhájæ��Ugc1jç��Kjô��j��j��j1��j��j2��jë��jì��uhå}r8��(jä��jå��j��G��������hEhåjæ��Ugc0jç��Kjô��j��j��j1��j��j2��jë��jì��uhé}r9��(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ø}r@��(jä��jå��jÿ��Uojæ��UWErA��jë��jì��hEhøuhü}rB��(jä��jå��jÿ��Uojæ��UWFrC��jë��jì��hEhüuhÿ}rD��(jä��jå��hEhÿjæ��U
w2_fin^{i2,*}jç��Kjè��jþ��jé��jü��jë��jì��uj��}rE��(jä��jå��jë��jì��hEj��jæ��U	w1_D^{i2}jç��Kj��}rF��j��}rG��(j��GÀ�������j��G@�������usjô��jõ��jè��j��jö��G��������uj��}rH��(jä��jå��j��U0.5;1.5rI��jë��jì��jæ��UESFrJ��jç��Kjô��j��j��U>=;<=rK��j��j��hEj��uj
+��}rL��(j�j�hEj
+��jæ��Ugc5^{*}jç��Kjè��hÓjé��jï��jë��jì��uj
��}rM��(j�j�hEj
��jæ��Uw0_WT^{i2,*}jç��Kjè��j¦��jé��jü��jë��jì��uj��}rN��(jä��jå��hEj��jæ��Uw2_WF^{i2,0}jç��Kjè��j��jé��jø��jë��jó��uj��}rO��(jä��jå��jÿ��Uojæ��ULjë��jì��hEj��uj��}rP��(jä��jå��jÿ��Uojæ��UWBErQ��jë��jì��hEj��uhš}rR��(jä��jå��hEhšjæ��UDOE_WE^{*}_{out}jç��Kjè��højé��jê��jë��jì��uj��}rS��(jä��jå��jÿ��Uojæ��UDjë��jì��hEj��uj��}rT��(jä��jå��hEj��jæ��Uwcf0^{*}jç��Kjè��j��jé��jï��jë��jì��uh_}rU��(jä��j��hEh_UlevelrV��Njæ��UCOORrW��jÿ��U8jé��UcoordinatorrX��jë��j��uj^��}rY��(jä��jå��jë��jì��hEj^��jæ��U
+w2_WE^{i2}jç��Kj��}rZ��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��}r`��(jä��jå��hEjk��jæ��UWE^{c,i2,0}jç��Kjè��højé��jø��jë��jó��ujn��}ra��(jä��jå��j��G��������jë��jì��jæ��UDTrb��jç��Kjô��j��j��j��j��j��hEjn��ujs��}rc��(jä��jå��hEjs��jæ��U
w0_ESF^{i2,0}jç��Kjè��jA��jé��jø��jë��jó��ujv��}rd��(jä��jå��jë��jì��jæ��UTjÿ��Uoj��}re��j��}rf��(j��G?¹™™™™™šj��G?ð������usjô��jõ��jö��G?á™™™™™šhEjv��uh}rg��(jä��jå��hEhjæ��UDOE_w2_WE_{inp}jç��Kjè��j<��jé��jú��jë��jó��uj2��}rh��(jä��jå��hEj2��jæ��UESF^{*}jç��Kjè��j��jé��jï��jë��jì��uj~��}ri��(jä��jå��hEj~��jæ��UESF^{*}jç��Kjè��j��jé��jï��jë��jì��uj��}rj��(jä��jå��jë��jì��hEj��jæ��Uw0_ESF^{i2}jç��Kj��}rk��j��}rl��(j��GÀ�������j��G@�������usjô��jõ��jè��jA��jö��G��������uh§}rm��(jä��jå��hEh§jæ��UDOE_L^{c}_{inp}jç��Kjè��j��jé��jú��jë��jó��uj†��}rn��(jä��jå��hEj†��jæ��UDOE_tc^{c,i2}_{inp}jç��Kjè��já��jé��jú��jë��jó��uj‰��}ro��(jä��jå��j��G��������hEj‰��jæ��Ugc2jç��Kjô��j��j��j1��j��j2��jë��jì��uj��}rp��(jä��jå��hEj��jæ��USFC^{*}jç��Kjè��jð��jé��jï��jë��jì��uj��}rq��(jä��jå��jë��jì��hEj��jæ��Uw2_fin^{i2}jç��Kj��}rr��j��}rs��(j��GÀ�������j��G@�������usjô��jõ��jè��jþ��jö��G��������uj“��}rt��(jä��jå��jÿ��Uojæ��Usigma5ru��jë��jì��hEj“��uj–��}rv��(jä��jå��jÿ��Uojæ��Usigma4rw��jë��jì��hEj–��uj™��}rx��(jä��jå��jÿ��Uojæ��Usigma3ry��jë��jì��hEj™��ujœ��}rz��(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è��j7��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è��jh��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è��jA��jé��jú��jë��jó��uh”}r­��(jä��jå��hEh”jæ��UDOE_w1_SFC_{inp}jç��Kjè��jY��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è��jY��jé��jø��jë��jó��ujf��}rÊ��(jä��jå��j��G��������hEjf��jæ��Ugc3jç��Kjô��j��j��j1��j��j2��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è��jA��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ö��NujY��}rÜ��(jÙ��NjÚ��NjÛ��Njö��NujA��}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?©™™™™™šujp��}r��(jÙ��NjÛ��Njö��G��������ujw��}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ȯujt��}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.��j7��ajé��U	optimizerr/��Uconstraint_variablesr0��}r1��(hÓ}r2��(jÙ��NjÛ��Nuh×}r3��(jÙ��NjÛ��Nujf��}r4��(jÙ��NjÛ��Nuj‰��}r5��(jÙ��NjÛ��Nuhá}r6��(jÙ��NjÛ��Nuhå}r7��(jÙ��NjÛ��NuuujD��}r8��(jä��jå��jë��jì��hEjD��jæ��U	w0_L^{i2}jç��Kj��}r9��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ì��ujI��}r<��(jä��jå��jë��jó��hEjI��jæ��U	WE^{c,i2}jç��Kjô��jõ��jè��højö��G��������ujL��}r=��(jä��jå��jë��jì��hEjL��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��}rA��(jä��jå��hEjA��jæ��UT^{a}jç��Kjè��jv��jé��jñ��jë��jì��uh­}rB��(jä��jå��hEh­jæ��UDOE_WE^{c}_{inp}jç��Kjè��højé��jú��jë��jó��ujÙ��}rC��(jä��j��jë��j��hEjÙ��jæ��U	Sub-OPT-0rD��jç��KjÖ��}rE��(jÂ��}rF��(jÙ��NjÛ��Njö��G?ð������uj¿��}rG��(jÙ��NjÛ��Njö��G?Ð������uuj-��]rH��j��ajé��j/��j0��}rI��(jÈ��}rJ��(jÙ��NjÛ��NujY��}rK��(jÙ��NjÛ��Nuj[��}rL��(jÙ��NjÛ��Nuj^��}rM��(jÙ��NjÛ��Nuj`��}rN��(jÙ��NjÛ��Nujb��}rO��(jÙ��NjÛ��NuuujH��}rP��(jä��j��jë��j��hEjH��jæ��U	Sub-OPT-1rQ��jç��KjÖ��}rR��jJ��}rS��(jÙ��NjÛ��Njö��G?ð������usj-��]rT��jh��ajé��j/��j0��}rU��ho}rV��(jÙ��NjÛ��Nusujx��}rW��(jä��j��jë��j��hEjx��jæ��U	Sub-OPT-2rX��jç��KjÖ��}rY��jv��}rZ��(jÙ��NjÛ��Njö��G?á™™™™™šusj-��]r[��hËajé��j/��j0��}r\��(j��}r]��(jÙ��NjÛ��Nujp��}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±}ra��(jä��jå��hEh±jæ��UDOE_section^{*}_{out}jç��Kjè��jÂ��jé��jê��jë��jì��ujÁ��}rb��(jä��jå��hEjÁ��jæ��UWE^{*}jç��Kjè��højé��jï��jë��jì��ujF��}rc��(jä��jå��jç��Kjë��jì��hEjF��jæ��U
+conv_checkrd��uj|��}re��(jä��jå��hEj|��jæ��UD^{a}jç��Kjè��j��jé��jñ��jë��jì��ujë��}rf��(jä��jå��hEjë��jæ��UWF^{*}jç��Kjè��hüjé��jï��jë��jì��ujŒ��}rg��(jä��jå��hEjŒ��jæ��UAR^{0}jç��Kjè��jÐ��jé��jø��jë��jó��uj‡��}rh��(jä��jå��hEj‡��jæ��Uw1_D^{i2,0}jç��Kjè��j��jé��jø��jë��jó��ujH��}ri��(jä��jå��hEjH��jæ��UCf^{a}jç��Kjè��jJ��jé��jñ��jë��jì��uj‡��}rj��(jä��jå��hEj‡��jæ��UL^{a}jç��Kjè��j��jé��jñ��jë��jì��uj‰��}rk��(jä��jå��hEj‰��jæ��UTheta^{c,0}jç��Kjè��hkjé��jø��jë��jó��ujŒ��}rl��(jä��jå��jë��jì��jæ��U	WT^{c,i2}jç��Kjè��hÛhEjŒ��uh2}rm��(jä��j��hEh2jæ��UGcrn��jç��Kjô��h'jé��Uconsistency constraint functionro��jë��j��uh©}rp��(jä��jå��hEh©jæ��UDOE_Lambda^{c}_{inp}jç��Kjè��jì��jé��jú��jë��jó��uh«}rq��(jä��jå��hEh«jæ��UDOE_WF^{*}_{out}jç��Kjè��hüjé��jê��jë��jì��ujÏ��}rr��(jä��jå��hEjÏ��jæ��UDOE_w0_L_{inp}jç��Kjè��j���jé��jú��jë��jó��uj£��}rs��(jä��jå��jë��jì��jæ��Uw1_Thetajç��Kjé��Ucoupling weightrt��hEj£��uj¦��}ru��(jä��jå��jë��jì��jæ��Uw0_WTjç��Kjé��jt��hEj¦��uj7��}rv��(jä��jå��jç��Kjô��j-��jë��jì��hEj7��jæ��URujá��}rw��(jä��jå��jë��jó��jæ��Utcrx��jÿ��Uoj��}ry��j��}rz��(j��G?„záG®{j��G?·
 =p£×
-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
+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æ��hujz��}r��(jä��j��jë��j��jæ��USys-CONVr€��jç��Kjé��U	convergerr��hEjz��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æ��hujf��}r„��(jä��jå��hEjf��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è��jY��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è��jY��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è��jb��jé��jï��jë��jì��uj.��}rž��(jä��jå��hEj.��jæ��U
+sigma2^{*}jç��Kjè��j`��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ì��ujp��}r±��(jä��jå��j��G?ðQë…¸Rjë��jì��jæ��UTempr²��jç��Kjô��j��j��j��j��j��hEjp��ujW��}r³��(jä��jå��hEjW��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é��jt��hEj<��ujÇ��}r¶��(jä��jå��hEjÇ��jæ��UD^{*}jç��Kjè��j��jé��jï��jë��jì��ujA��}r·��(jä��jå��jë��jì��jæ��Uw0_ESFjç��Kjé��jt��hEjA��ujY��}r¸��(jä��jå��j��G?ñp£×
+=qjë��jì��jæ��Usigma4r¹��jç��Kjô��j��j��j��j��j��hEjY��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^��uj`��}r¾��(jä��jå��j��G?ñp£×
+=qjë��jì��jæ��Usigma2r¿��jç��Kjô��j��j��j��j��j��hEj`��ujb��}rÀ��(jä��jå��j��G?ñp£×
+=qjë��jì��jæ��Usigma3rÁ��jç��Kjô��j��j��j��j��j��hEjb��uh³}rÂ��(jä��jå��hEh³jæ��UDOE_w0_WT_{inp}jç��Kjè��j¦��jé��jú��jë��jó��ujP��}rÃ��(jä��jå��hEjP��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ì��ujh��}rÌ��(jä��jå��jë��jì��jæ��Uwcf1jç��Kjô��j-��hEjh��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£��hEh6ujz��}rÕ��(jä��jå��jë��jì��hEjz��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é��jt��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ì��ujY��}ræ��(jä��jå��jë��jì��jæ��Uw1_SFCjç��Kjé��jt��hEjY��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›��ujl��}ré��(jä��jå��hEjl��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é��jt��hEjþ��uj��}r÷��(jä��jå��jÿ��Uojæ��UTemprø��jë��jì��hEj��uj���}rù��(jä��jå��jë��jì��jæ��Uw0_Ljç��Kjé��jt��hEj���uj��}rú��(jä��jå��jë��jì��jæ��Uw1_Djç��Kjé��jt��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 functionr0��]UXML PyMergerr1��]UInput Providerr2��]U	Convergerr3��]uUvariable groupr4��}r5��(U
+hole groupr6��]Ucoupling groupr7��]Ushared coupling groupr8��]Uoutput groupr9��]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 9bfe103bab370b22e0d0d78ce6f943e558b52cb9..1f43289a1cf2ba371c8ee5102375a501d3b283d2 100644
--- a/examples/scripts/ssbj/KDMS/Mdao_CO.kdms
+++ b/examples/scripts/ssbj/KDMS/Mdao_CO.kdms
@@ -10,69 +10,73 @@ PropulsionqUPerformanceqU	C[sigmas]qUC[Theta]qUC[dpdx]qUC[prop]qUF[R]
 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��U0.5;1.5rF��j÷��j��jù��UESFrG��jû��Kj��j��j��U>=;<=rH��j��j��hAh¬uh±}rI��(jõ��jö��j��Uojù��ULj÷��j��hAh±uh´}rJ��(jõ��jö��j��Uojù��UWBErK��j÷��j��hAh´uh·}rL��(jõ��jö��hAh·jù��UM^{0}rM��jû��Kjü��jD��jÿ��j���j÷��j��uhº}rN��(jõ��jö��j��Uojù��UDj÷��j��hAhºuh½}rO��(jõ��jö��j��G��������hAh½jù��UJ0^{*}rP��jû��Kj��j��j��U==rQ��jü��j��jÿ��j$��j��UequalityrR��j÷��j��uhK}rS��(jõ��UfunctionrT��hAhKUlevelrU��Njù��UCOORrV��j��U8jÿ��UcoordinatorrW��j÷��UcompleterX��uj��}rY��(jõ��jö��hAj��jù��Utc^{c,*}rZ��jû��Kjü��jâ��jÿ��j��j÷��j��uj��}r[��(jõ��jö��hAj��jù��U
-Lambda^{0}r\��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!��}ra��(jõ��jö��j��G��������j÷��j��jù��UDTrb��jû��Kj��j��j��j��j��j��hAj!��uj&��}rc��(jõ��jö��j÷��j��jù��UTj��UoUvalid_rangesrd��}re��Ulimit_rangerf��}rg��(Uminimumrh��G?¹™™™™™šUmaximumri��G?ð������usj��Udesign variablerj��U
nominal_valuerk��G?á™™™™™šhAj&��uj)��}rl��(jõ��jö��hAj)��jù��U
-h^{c,i2,0}rm��jû��Kjü��j>��jÿ��j���j÷��j��uhï}rn��(jõ��jö��hAhïjù��U	SFC^{c,*}ro��jû��Kjü��j8��jÿ��j��j÷��j��uhÖ}rp��(jõ��jö��hAhÖjù��UESF^{*}rq��jû��Kjü��h¬jÿ��j$��j÷��j��uj0��}rr��(jõ��jö��hAj0��jù��U	ESF^{c,0}rs��jû��Kjü��j;��jÿ��j���j÷��j��uh?}rt��(jõ��jT��hAh?jù��UJ2ru��jû��Kj��h(jÿ��Uconsistency constraint functionrv��j÷��jX��ujR��}rw��(jõ��jö��hAjR��jù��U
-Sref^{c,0}rx��jû��Kjü��j×��jÿ��j���j÷��j��ujU��}ry��(jõ��jö��j��Uojù��Usigma5rz��j÷��j��hAjU��ujX��}r{��(jõ��jö��j��Uojù��Usigma4r|��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õ��jT��j÷��jX��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õ��jT��j÷��jX��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��U	0.96;1.04r˜��j÷��j��jù��UThetar™��jû��Kj��j��j��U>=;<=rš��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��Uojd��}rŸ��jf��}r ��(jh��G@������ji��G@!������usj��jj��jk��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��jQ��jü��jx��jÿ��j$��j��jR��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��Uojd��}rÄ��jf��}rÅ��(jh��G?è������ji��G?ô������usj��jj��jk��G?ð������hAj·��uh‚}rÆ��(jõ��jT��j÷��jX��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õ��jT��hAh7jù��UJ0rÐ��jû��Kj��h(jÿ��jv��j÷��jX��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õ��jT��jû��Kj��h(j÷��jX��hAhjÿ��j��jù��huhã}rØ��(jõ��jö��hAhãjù��UT^{*}rÙ��jû��Kjü��j&��jÿ��j��j÷��j��uh§}rÚ��(jõ��jT��j÷��jX��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õ��jT��jû��Kj��h(j÷��jX��hAhjÿ��j��jù��huj}��}rä��(jõ��jö��j÷��j��jù��Ulambdarå��j��Uojd��}ræ��jf��}rç��(jh��G?¹™™™™™šji��G?Ù™™™™™šusj��jj��jk��G?Ð������hAj}��uh;}rè��(jõ��jT��hAh;jù��UJ1ré��jû��Kj��h(jÿ��jv��j÷��jX��uhX}rê��(jõ��jT��j÷��jX��hAhXjù��USys-OPTrë��jû��KUdesign_variablesrì��}rí��(jr��}rî��(Ulower_boundrï��NUupper_boundrð��Njk��Nujâ��}rñ��(jï��Njð��Njk��G?©™™™™™šuho}rò��(jï��Njð��Njk��Nuhr}ró��(jï��Njð��Njk��Nuj×��}rô��(jï��Njð��Njk��Mèuj ��}rõ��(jï��Njð��Njk��Nujˆ��}rö��(jï��Njð��Njk��G@������ujÀ��}r÷��(jï��Njð��Njk��Nuj>��}rø��(jï��Njð��Njk��Mȯuj©��}rù��(jï��Njð��Njk��NujD��}rú��(jï��Njð��Njk��G?ù™™™™™šujç��}rû��(jï��Njð��Njk��K7uhz}rü��(jï��Njð��Njk��NujM��}rý��(jï��Njð��Njk��Nujm��}rþ��(jï��Njð��Njk��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õ��jT��jû��Kj��h(j÷��jX��hAhjÿ��j��jù��huhm}r��(jõ��jT��j÷��jX��hAhmjù��U	Sub-OPT-0r
��jû��Kjì��}r��(jp��}r��(jï��Njð��Njk��Nujt��}r��(jï��Njð��Njk��Nuj{��}r��(jï��Njð��Njk��Nuj}��}r��(jï��Njð��Njk��G?Ð������uj€��}r��(jï��Njð��Njk��G?ð������uh¢}r��(jï��Njð��Njk��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õ��jT��j÷��jX��hAhGjù��U	Sub-OPT-1r��jû��Kjì��}r��(j»��}r ��(jï��Njð��Njk��Nuj½��}r!��(jï��Njð��Njk��NujË��}r"��(jï��Njð��Njk��Nuj·��}r#��(jï��Njð��Njk��G?ð������uj¦��}r$��(jï��Njð��Njk��NujÃ��}r%��(jï��Njð��Njk��NujÅ��}r&��(jï��Njð��Njk��Nuujÿ��]r'��jx��ajÿ��j��j��}r(��hd}r)��(jï��Njð��NusuhŽ}r*��(jõ��jT��j÷��jX��hAhŽjù��U	Sub-OPT-2r+��jû��Kjì��}r,��(jG��}r-��(jï��Njð��Njk��NujA��}r.��(jï��Njð��Njk��Nuj&��}r/��(jï��Njð��Njk��G?á™™™™™šuujÿ��]r0��h„ajÿ��j��j��}r1��(h¬}r2��(jï��Njð��Nuj…��}r3��(jï��Njð��Nuj!��}r4��(jï��Njð��NuuujP��}r5��(jõ��jö��j��G��������hAjP��jù��UJ2^{*}r6��jû��Kj��j��j��jQ��jü��h„jÿ��j$��j��jR��j÷��j��ujn��}r7��(jõ��jö��hAjn��jù��Utc^{c,0}r8��jû��Kjü��jâ��jÿ��j���j÷��j��uj=��}r9��(jõ��jö��hAj=��jù��UTheta^{c,0}r:��jû��Kjü��h`jÿ��j���j÷��j��uhñ}r;��(jõ��jö��hAhñjù��Uh^{c,*}r<��jû��Kjü��j>��jÿ��j��j÷��j��ujz��}r=��(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?��}rA��(jõ��jö��jû��Kj��j-��j÷��j��hAj?��jù��URujâ��}rB��(jõ��jö��j÷��jø��jù��UtcrC��j��Uojd��}rD��jf��}rE��(jh��G?„záG®{ji��G?·
+��}rò��hG}ró��shå}rô��h}rõ��hg}rö��hiU-Rr÷��sssUŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrø��}rù��hK}rú��sh}rû��j®��}rü��j6��URsshã}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��}r/��j6��Ux2_0r0��sjç��}r1��j6��Ux3_0r2��sj��}r3��j6��Ux7_0r4��shº}r5��j6��Ux8_0r6��sjˆ��}r7��j6��Ux5_0r8��sjm��}r9��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·}r@��UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/hrA��}rB��hI}rC��j0��}rD��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/ARrE��}rF��j£��}rG��hP}rH��hS}rI��h½}rJ��hZ}rK��j��}rL��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tcrM��}rN��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiverO��}rP��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finrQ��}rR��j“��}rS��j–��}rT��j™��}rU��ujM��}rV��hX}rW��shß}rX��hX}rY��sh}rZ��h`}r[��j6��UThetar\��sshm}r]��(jƒ��}r^��Ud/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/sectionr_��}r`��U//data_schema/mdo_data/constraints/sigmas/sigma4ra��}rb��U//data_schema/mdo_data/constraints/sigmas/sigma5rc��}rd��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARre��}rf��j��}rg��U//data_schema/mdo_data/constraints/sigmas/sigma1rh��}ri��U//data_schema/mdo_data/constraints/sigmas/sigma2rj��}rk��jR��}rl��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcrm��}rn��hœ}ro��h]}rp��U//data_schema/mdo_data/constraints/sigmas/sigma3rq��}rr��uhG}rs��(jø��}rt��UŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mru��}rv��U6/data_schema/distributedArchitectures/group1/objectiverw��}rx��U™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2ry��}rz��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‹��ujO��}rŒ��h?}r��hgh‡ssjm��}rŽ��hK}r��sj<��}r��hK}r‘��shñ}r’��hG}r“��sjy��}r”��hK}r•��sjE��}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¥��sjQ��}r¦��hK}r§��sjM��}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Î��sssje��}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à��sju��}rá��hK}râ��sja��}rã��h}rä��hgj¿��ssjc��}rå��h}ræ��hgj»��ssjh��}rç��h}rè��hgjÃ��ssjj��}ré��h}rê��hgjÍ��ssjq��}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ý��sujw��}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��sjA��}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+��hXjC��shM}r,��hKhÍshP}r-��hXjH��shS}r.��hXjI��shV}r/��hKhÕshZ}r0��hXjK��sh]}r1��hmjp��sh`}r2��(h7jì��hj[��uhd}r3��hGj}��shk}r4��hKhÞsho}r5��(h7jÕ��UPerformancer6��jh��uhr}r7��(U
+Structuresr8��jv��h?j5��uhu}r9��hKhúshz}r:��(h7jê��UAerodynamicsr;��jÇ��UPerformancer<��jk��uh}}r=��hGj|��sh€}r>��hj ��sh„}r?��hŽj†��sh‰}r@��hŽjƒ��shŒ}rA��hKhõsh}rB��hKhÔsh“}rC��hKj��sh–}rD��hKj��sh™}rE��h7jÞ��shœ}rF��hmjo��shŸ}rG��U
+StructuresrH��j��sh¢}rI��(h7jî��U
+StructuresrJ��j‚��uh¥}rK��h?jP��sh©}rL��h7jð��sh¬}rM��hŽj‡��sh±}rN��h;j)��sh´}rO��U
+PropulsionrP��j��sh·}rQ��hXj@��shº}rR��h;j5��sh½}rS��hXjJ��shK}rT��(jø��jú��hIhLj<��j‘��je��jÐ��j)��j+��jy��j	��jy��j•��hPhRjR��jT��jÈ��jÖ��hZh\h]h_j_��jà��ju��jâ��hShUjm��j��h}hj“��j•��j™��j›��h‰h‹h·h¹jE��j—��j£��j¥��hœhžhŸh¡j~��j��j€��j¥��jQ��j§��jA��j��jM��j©��h´h¶jw��j±��jÏ��jÑ��jŠ��jµ��j0��j2��j��j��uj��}rU��hKj	��sj��}rV��hXjL��sj��}rW��hKj
��sj��}rX��h;j3��sj!��}rY��hŽjˆ��sj&��}rZ��U
+Propulsionr[��j��sj)��}r\��hŽj‰��shï}r]��hKhðshÖ}r^��hKh×sj0��}r_��hXjD��sh?}r`��(h„h†jO��j��høj­��ujR��}ra��hmjl��sjU��}rb��hjô��sjX��}rc��hjö��sj[��}rd��hjø��sj^��}re��hjú��sja��}rf��hjü��shØ}rg��hKhÙsjf��}rh��j®��j°��shb}ri��(h™h›jU��jW��jX��jZ��j[��j]��j^��j`��ja��jc��h`hch©h«ujƒ��}rj��hmj^��shá}rk��hKhâsjˆ��}rl��(h7jÜ��h;j7��uhç}rm��hKhèshé}rn��hKhêshë}ro��hKhìshí}rp��hKhîsj“��}rq��hXjS��sj–��}rr��hXjT��sj™��}rs��hXjU��sjr��}rt��(h;j��U
+Structuresru��js��uhö}rv��hKh÷sj ��}rw��(U
+Propulsionrx��j���h;j��uj£��}ry��hXjG��sj¦��}rz��(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Œ��hGjt��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’��hmjg��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˜��jw��jÿ��uhX}r™��(hïj-��jm��jÆ��hVhYhØje��j��jÚ��jM��jW��hßjY��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(��ujO��}r¡��hXjP��sjm��}r¢��hmjn��sj<��}r£��hXj=��shñ}r¤��hKhòsjy��}r¥��hGjz��sjE��}r¦��hXjF��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��sjQ��}r®��hXjR��sjM��}r¯��hXjN��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;j9��uhÉ}r¿��hKhÊshË}rÀ��hKhÌsje��}rÁ��hmjf��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Ë��hmj`��sju��}rÌ��hGjv��sja��}rÍ��hmjb��sjc��}rÎ��hmjd��sjh��}rÏ��hmji��sjj��}rÐ��hmjk��sjq��}rÑ��hmjr��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Ì��ja��jä��jc��jæ��jh��jè��jj��jê��jq��jì��ujw��}rØ��hGjx��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��sjA��}rå��hXjB��sj��}ræ��(UAerodynamicsrç��j¾��h;j#��uhÜ}rè��hKhÝsj��}ré��(UAerodynamicsrê��jÄ��h;j+��ujD��}rë��(UPerformancerì��jj��h?jE��h;j/��ujç��}rí��(h7jè��h;j1��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û��jw��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Œ}r/��(jô��jõ��hAhŒjø��U
+h^{c,i2,*}r0��jú��Kjû��j>��jþ��j��jö��j���uh}r1��(jô��jõ��hAhjø��U
Sref^{c,i2,*}r2��jú��Kjû��j×��jþ��j��jö��j���uh“}r3��(jô��jõ��hAh“jø��U	ESF^{c,*}r4��jú��Kjû��j;��jþ��j��jö��j���uh–}r5��(jô��jõ��hAh–jø��UM^{*}r6��jú��Kjû��jD��jþ��j��jö��j���uh™}r7��(jô��jõ��j��Uojø��UWTr8��jö��j���hAh™uhœ}r9��(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¥}r@��(jô��jõ��j��Uojø��UWErA��jö��j���hAh¥uh©}rB��(jô��jõ��j��Uojø��UWFrC��jö��j���hAh©uh¬}rD��(jô��jõ��j��U0.5;1.5rE��jö��j���jø��UESFrF��jú��Kj��j��j��U>=;<=rG��j��j��hAh¬uh±}rH��(jô��jõ��j��Uojø��ULjö��j���hAh±uh´}rI��(jô��jõ��j��Uojø��UWBErJ��jö��j���hAh´uh·}rK��(jô��jõ��hAh·jø��UM^{0}rL��jú��Kjû��jD��jþ��jÿ��jö��j���uhº}rM��(jô��jõ��j��Uojø��UDjö��j���hAhºuh½}rN��(jô��jõ��j��G��������hAh½jø��UJ0^{*}rO��jú��Kj��j��j��U==rP��jû��j��jþ��j#��j��UequalityrQ��jö��j���uhK}rR��(jô��UfunctionrS��hAhKUlevelrT��Njø��UCOORrU��j��U8jþ��UcoordinatorrV��jö��UcompleterW��uj��}rX��(jô��jõ��hAj��jø��Utc^{c,*}rY��jú��Kjû��jâ��jþ��j��jö��j���uj��}rZ��(jô��jõ��hAj��jø��U
+Lambda^{0}r[��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ø��UDTra��jú��Kj��j��j��j��j��j��hAj!��uj&��}rb��(jô��jõ��jö��j���jø��UTj��UoUvalid_rangesrc��}rd��Ulimit_rangere��}rf��(Uminimumrg��G?¹™™™™™šUmaximumrh��G?ð������usj��Udesign variableri��U
nominal_valuerj��G?á™™™™™šhAj&��uj)��}rk��(jô��jõ��hAj)��jø��U
+h^{c,i2,0}rl��jú��Kjû��j>��jþ��jÿ��jö��j���uhï}rm��(jô��jõ��hAhïjø��U	SFC^{c,*}rn��jú��Kjû��j8��jþ��j��jö��j���uhÖ}ro��(jô��jõ��hAhÖjø��UESF^{*}rp��jú��Kjû��h¬jþ��j#��jö��j���uj0��}rq��(jô��jõ��hAj0��jø��U	ESF^{c,0}rr��jú��Kjû��j;��jþ��jÿ��jö��j���uh?}rs��(jô��jS��hAh?jø��UJ2rt��jú��Kj��h(jþ��Upre-coupling analysisru��jö��jW��ujR��}rv��(jô��jõ��hAjR��jø��U
+Sref^{c,0}rw��jú��Kjû��j×��jþ��jÿ��jö��j���ujU��}rx��(jô��jõ��j��Uojø��Usigma5ry��jö��j���hAjU��ujX��}rz��(jô��jõ��j��Uojø��Usigma4r{��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ô��jS��jö��jW��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ô��jS��jö��jW��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��U	0.96;1.04r—��jö��j���jø��UThetar˜��jú��Kj��j��j��U>=;<=r™��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��Uojc��}rž��je��}rŸ��(jg��G@������jh��G@!������usj��ji��jj��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��jP��jû��jw��jþ��j#��j��jQ��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��Uojc��}rÃ��je��}rÄ��(jg��G?è������jh��G?ô������usj��ji��jj��G?ð������hAj·��uh‚}rÅ��(jô��jS��jö��jW��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ô��jS��hAh7jø��UJ0rÏ��jú��Kj��h(jþ��ju��jö��jW��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ô��jS��jú��Kj��h(jö��jW��hAhjþ��jŽ��jø��huhã}r×��(jô��jõ��hAhãjø��UT^{*}rØ��jú��Kjû��j&��jþ��j��jö��j���uh§}rÙ��(jô��jS��jö��jW��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ô��jS��jú��Kj��h(jö��jW��hAhjþ��jŽ��jø��huj}��}rã��(jô��jõ��jö��j���jø��Ulambdarä��j��Uojc��}rå��je��}ræ��(jg��G?¹™™™™™šjh��G?Ù™™™™™šusj��ji��jj��G?Ð������hAj}��uh;}rç��(jô��jS��hAh;jø��UJ1rè��jú��Kj��h(jþ��ju��jö��jW��uhX}ré��(jô��jS��jö��jW��hAhXUsettingsrê��}rë��(Umaximum_iterationsrì��MèU	algorithmrí��UDakota Quasi-Newton methodrî��U
apply_scalingrï��ˆUmaximum_function_evaluationsrð��MèUconstraint_tolerancerñ��G?6âëC-Uconvergence_tolerancerò��G?6âëC-ujø��USys-OPTró��jú��KUdesign_variablesrô��}rõ��(jr��}rö��(Ulower_boundr÷��NUupper_boundrø��Njj��Nujâ��}rù��(j÷��Njø��Njj��G?©™™™™™šuho}rú��(j÷��Njø��Njj��Nuhr}rû��(j÷��Njø��Njj��Nuj×��}rü��(j÷��Njø��Njj��Mèuj ��}rý��(j÷��Njø��Njj��Nujˆ��}rþ��(j÷��Njø��Njj��G@������ujÀ��}rÿ��(j÷��Njø��Njj��Nuj>��}r���(j÷��Njø��Njj��Mȯuj©��}r��(j÷��Njø��Njj��NujD��}r��(j÷��Njø��Njj��G?ù™™™™™šujç��}r��(j÷��Njø��Njj��K7uhz}r��(j÷��Njø��Njj��NujM��}r��(j÷��Njø��Njj��Nujm��}r��(j÷��Njø��Njj��NuuUobjective_variabler��]r��j>��ajþ��U	optimizerr	��Uconstraint_variablesr
+��}r��(h½}r��(j÷��Njø��NujO��}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ô��jS��jú��Kj��h(jö��jW��hAhjþ��jŽ��jø��huhm}r��(jô��jS��jö��jW��hAhmjê��}r��(jì��Mèjí��jî��jï��ˆjð��Mèjñ��G?6âëC-jò��G?6âëC-ujø��U	Sub-OPT-0r��jú��Kjô��}r��(jp��}r��(j÷��Njø��Njj��Nujt��}r��(j÷��Njø��Njj��Nuj{��}r��(j÷��Njø��Njj��Nuj}��}r��(j÷��Njø��Njj��G?Ð������uj€��}r��(j÷��Njø��Njj��G?ð������uh¢}r��(j÷��Njø��Njj��Nuuj��]r��j��ajþ��j	��j
+��}r��(jƒ��}r ��(j÷��Njø��Nuja��}r!��(j÷��Njø��Nujc��}r"��(j÷��Njø��Nujh��}r#��(j÷��Njø��Nujj��}r$��(j÷��Njø��Nujq��}r%��(j÷��Njø��NuuuhG}r&��(jô��jS��jö��jW��hAhGjê��}r'��(jì��Mèjí��jî��jï��ˆjð��Mèjñ��G?6âëC-jò��G?6âëC-ujø��U	Sub-OPT-1r(��jú��Kjô��}r)��(j»��}r*��(j÷��Njø��Njj��Nuj½��}r+��(j÷��Njø��Njj��NujË��}r,��(j÷��Njø��Njj��Nuj·��}r-��(j÷��Njø��Njj��G?ð������uj¦��}r.��(j÷��Njø��Njj��NujÃ��}r/��(j÷��Njø��Njj��NujÅ��}r0��(j÷��Njø��Njj��Nuuj��]r1��jw��ajþ��j	��j
+��}r2��hd}r3��(j÷��Njø��NusuhŽ}r4��(jô��jS��jö��jW��hAhŽjê��}r5��(jì��Mèjí��jî��jï��ˆjð��Mèjñ��G?6âëC-jò��G?6âëC-ujø��U	Sub-OPT-2r6��jú��Kjô��}r7��(jG��}r8��(j÷��Njø��Njj��NujA��}r9��(j÷��Njø��Njj��Nuj&��}r:��(j÷��Njø��Njj��G?á™™™™™šuuj��]r;��h„ajþ��j	��j
+��}r<��(h¬}r=��(j÷��Njø��Nuj„��}r>��(j÷��Njø��Nuj!��}r?��(j÷��Njø��NuuujO��}r@��(jô��jõ��j��G��������hAjO��jø��UJ2^{*}rA��jú��Kj��j��j��jP��jû��h„jþ��j#��j��jQ��jö��j���ujm��}rB��(jô��jõ��hAjm��jø��Utc^{c,0}rC��jú��Kjû��jâ��jþ��jÿ��jö��j���uj<��}rD��(jô��jõ��hAj<��jø��UTheta^{c,0}rE��jú��Kjû��h`jþ��jÿ��jö��j���uhñ}rF��(jô��jõ��hAhñjø��Uh^{c,*}rG��jú��Kjû��j>��jþ��j��jö��j���ujy��}rH��(jô��jõ��hAjy��jø��UAR^{c,i2,0}rI��jú��Kjû��jˆ��jþ��jÿ��jö��j���ujE��}rJ��(jô��jõ��hAjE��jø��UAR^{0}rK��jú��Kjû��jˆ��jþ��jÿ��jö��j���uj>��}rL��(jô��jõ��jú��Kj��j,��jö��j���hAj>��jø��URujâ��}rM��(jô��jõ��jö��j÷��jø��UtcrN��j��Uojc��}rO��je��}rP��(jg��G?„záG®{jh��G?·
 =p£×
-usj��jj��jk��G?©™™™™™šhAjâ��uj��}rF��(jõ��jö��j÷��jø��jù��Uh^{c,i2}rG��jû��Kjü��j>��hAj��uh}rH��(jõ��jT��jû��Kj��h(j÷��jX��hAhjÿ��j��jù��huhý}rI��(jõ��jö��hAhýjù��ULambda^{c,*}rJ��jû��Kjü��jç��jÿ��j��j÷��j��uj��}rK��(jõ��jö��hAj��jù��UCf^{0}rL��jû��Kjü��j·��jÿ��j���j÷��j��ujR��}rM��(jõ��jö��hAjR��jù��U	fin^{c,0}rN��jû��Kjü��j��jÿ��j���j÷��j��ujN��}rO��(jõ��jö��hAjN��jù��Utc^{0}rP��jû��Kjü��jâ��jÿ��j���j÷��j��uj��}rQ��(jõ��jö��hAj��jù��UM^{c,*}rR��jû��Kjü��jD��jÿ��j��j÷��j��uj;��}rS��(jõ��jö��j��Uojù��UESFrT��j÷��jø��hAj;��uj8��}rU��(jõ��jö��j��Uojù��USFCrV��j÷��j��hAj8��ujw��}rW��(jõ��jö��j��Uojù��UWFOrX��j÷��j��hAjw��uj{��}rY��(jõ��jö��hAj{��jù��Utc^{c}rZ��jû��Kjü��jâ��jÿ��j@��j÷��jø��uj‹��}r[��(jõ��jö��hAj‹��jù��U
-M^{c,i2,0}r\��jû��Kjü��jD��jÿ��j���j÷��j��uj·��}r]��(jõ��jö��j÷��jø��jù��UM^{c,i2}r^��jû��Kjü��jD��hAj·��uhÃ}r_��(jõ��jö��hAhÃjù��U
-sigma5^{*}r`��jû��Kjü��jd��jÿ��j$��j÷��j��uhÅ}ra��(jõ��jö��hAhÅjù��U
-sigma4^{*}rb��jû��Kjü��jb��jÿ��j$��j÷��j��uhÇ}rc��(jõ��jö��hAhÇjù��U
-sigma1^{*}rd��jû��Kjü��ji��jÿ��j$��j÷��j��ujm��}re��(jõ��jö��hAjm��jù��Ufin^{c}rf��jû��Kjü��j��jÿ��j��j÷��jø��uhÉ}rg��(jõ��jö��hAhÉjù��U
-sigma3^{*}rh��jû��Kjü��jr��jÿ��j$��j÷��j��uhË}ri��(jõ��jö��hAhËjù��U
-sigma2^{*}rj��jû��Kjü��jk��jÿ��j$��j÷��j��ujf��}rk��(jõ��jö��hAjf��jù��UAR^{c,0}rl��jû��Kjü��jˆ��jÿ��j���j÷��j��uhÐ}rm��(jõ��jö��hAhÐjù��U
-Sref^{c,*}rn��jû��Kjü��j×��jÿ��j��j÷��j��uhÚ}ro��(jõ��jö��hAhÚjù��UJ0^{*,*}rp��jû��Kjü��j��jÿ��j$��j÷��j��ujÈ��}rq��(jõ��jö��j��Uojù��UCDminrr��j÷��j��hAjÈ��uj€��}rs��(jõ��jö��j÷��j��jù��Usectionrt��j��Uojd��}ru��jf��}rv��(jh��G?è������ji��G?ô������usj��jj��jk��G?ð������hAj€��uj��}rw��(jõ��jö��hAj��jù��UWT^{c,*}rx��jû��Kjü��h™jÿ��j��j÷��j��uj��}ry��(jõ��jö��j��Uojù��UDTrz��j÷��j��hAj��uj…��}r{��(jõ��jö��j��G?ðQë…¸Rj÷��j��jù��UTempr|��jû��Kj��j��j��j��j��j��hAj…��uj`��}r}��(jõ��jö��hAj`��jù��Usection^{0}r~��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õ��jT��jû��Kj��h(j÷��jX��hAhjÿ��j��jù��hujx��}r’��(jõ��jö��j÷��j��jù��UJ1r“��jû��Kj��j-��hAjx��uj×��}r”��(jõ��jö��j÷��jø��jù��USrefr•��j��Uojd��}r–��jf��}r—��(jh��Môji��MÜusj��jj��jk��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��Uojd��}r›��jf��}rœ��(jh��M0uji��M`êusj��jj��jk��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��Uojd��}r²��jf��}r³��(jh��G?öffffffji��G?üÌÌÌÌÌÍusj��jj��jk��G?ù™™™™™šhAjD��ujç��}r´��(jõ��jö��j÷��jø��jù��ULambdarµ��j��Uojd��}r¶��jf��}r·��(jh��K(ji��KFusj��jj��jk��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Ô��]ujT��}rÕ��(UindependentrÖ��]U
-outputlessr��]jX��]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��ji��jj��G?©™™™™™šhAjâ��ujœ��}rQ��(jô��jõ��jö��j÷��jø��Uh^{c,i2}rR��jú��Kjû��j>��hAjœ��uh}rS��(jô��jS��jú��Kj��h(jö��jW��hAhjþ��jŽ��jø��huhý}rT��(jô��jõ��hAhýjø��ULambda^{c,*}rU��jú��Kjû��jç��jþ��j��jö��j���uj€��}rV��(jô��jõ��hAj€��jø��UCf^{0}rW��jú��Kjû��j·��jþ��jÿ��jö��j���ujQ��}rX��(jô��jõ��hAjQ��jø��U	fin^{c,0}rY��jú��Kjû��j��jþ��jÿ��jö��j���ujM��}rZ��(jô��jõ��hAjM��jø��Utc^{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õ��j��Uojø��UESFr_��jö��j÷��hAj;��uj8��}r`��(jô��jõ��j��Uojø��USFCra��jö��j���hAj8��ujw��}rb��(jô��jõ��j��Uojø��UWFOrc��jö��j���hAjw��uj{��}rd��(jô��jõ��hAj{��jø��Utc^{c}re��jú��Kjû��jâ��jþ��j?��jö��j÷��ujŠ��}rf��(jô��jõ��hAjŠ��jø��U
+M^{c,i2,0}rg��jú��Kjû��jD��jþ��jÿ��jö��j���uj¶��}rh��(jô��jõ��jö��j÷��jø��UM^{c,i2}ri��jú��Kjû��jD��hAj¶��uhÃ}rj��(jô��jõ��hAhÃjø��U
+sigma5^{*}rk��jú��Kjû��jc��jþ��j#��jö��j���uhÅ}rl��(jô��jõ��hAhÅjø��U
+sigma4^{*}rm��jú��Kjû��ja��jþ��j#��jö��j���uhÇ}rn��(jô��jõ��hAhÇjø��U
+sigma1^{*}ro��jú��Kjû��jh��jþ��j#��jö��j���ujm��}rp��(jô��jõ��hAjm��jø��Ufin^{c}rq��jú��Kjû��j��jþ��j��jö��j÷��uhÉ}rr��(jô��jõ��hAhÉjø��U
+sigma3^{*}rs��jú��Kjû��jq��jþ��j#��jö��j���uhË}rt��(jô��jõ��hAhËjø��U
+sigma2^{*}ru��jú��Kjû��jj��jþ��j#��jö��j���uje��}rv��(jô��jõ��hAje��jø��UAR^{c,0}rw��jú��Kjû��jˆ��jþ��jÿ��jö��j���uhÐ}rx��(jô��jõ��hAhÐjø��U
+Sref^{c,*}ry��jú��Kjû��j×��jþ��j��jö��j���uhÚ}rz��(jô��jõ��hAhÚjø��UJ0^{*,*}r{��jú��Kjû��j��jþ��j#��jö��j���ujÈ��}r|��(jô��jõ��j��Uojø��UCDminr}��jö��j���hAjÈ��uj€��}r~��(jô��jõ��jö��j���jø��Usectionr��j��Uojc��}r€��je��}r��(jg��G?è������jh��G?ô������usj��ji��jj��G?ð������hAj€��uj��}r‚��(jô��jõ��hAj��jø��UWT^{c,*}rƒ��jú��Kjû��h™jþ��j��jö��j���uj��}r„��(jô��jõ��j��Uojø��UDTr…��jö��j���hAj��uj„��}r†��(jô��jõ��j��G?ðQë…¸Rjö��j���jø��UTempr‡��jú��Kj��j��j��j��j��j��hAj„��uj_��}rˆ��(jô��jõ��hAj_��jø��Usection^{0}r‰��jú��Kjû��j€��jþ��jÿ��jö��j���uju��}rŠ��(jô��jõ��hAju��jø��UM^{c,0}r‹��jú��Kjû��jD��jþ��jÿ��jö��j���uja��}rŒ��(jô��jõ��j��G?ñp£×
+=qjö��j���jø��Usigma4r��jú��Kj��j��j��j��j��j��hAja��ujc��}rŽ��(jô��jõ��j��G?ñp£×
+=qjö��j���jø��Usigma5r��jú��Kj��j��j��j��j��j��hAjc��ujh��}r��(jô��jõ��j��G?ñp£×
+=qjö��j���jø��Usigma1r‘��jú��Kj��j��j��j��j��j��hAjh��ujj��}r’��(jô��jõ��j��G?ñp£×
+=qjö��j���jø��Usigma2r“��jú��Kj��j��j��j��j��j��hAjj��ujq��}r”��(jô��jõ��j��G?ñp£×
+=qjö��j���jø��Usigma3r•��jú��Kj��j��j��j��j��j��hAjq��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ô��jS��jú��Kj��h(jö��jW��hAhjþ��jŽ��jø��hujw��}r��(jô��jõ��jö��j���jø��UJ1rž��jú��Kj��j,��hAjw��uj×��}rŸ��(jô��jõ��jö��j÷��jø��USrefr ��j��Uojc��}r¡��je��}r¢��(jg��Môjh��MÜusj��ji��jj��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��Uojc��}r¦��je��}r§��(jg��M0ujh��M`êusj��ji��jj��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���ujA��}r´��(jô��jõ��hAjA��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��Uojc��}r½��je��}r¾��(jg��G?öffffffjh��G?üÌÌÌÌÌÍusj��ji��jj��G?ù™™™™™šhAjD��ujç��}r¿��(jô��jõ��jö��j÷��jø��ULambdarÀ��j��Uojc��}rÁ��je��}rÂ��(jg��K(jh��KFusj��ji��jj��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ß��]ujS��}rà��(Uindependentrá��]U
+outputlessrâ��]jW��]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
diff --git a/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms
index 4526eae67872bb68b445dd175d89ecaef582d3bc..81a731e4d020ca9f78dc1f2738a074151fd108dd 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_IDF.kdms b/examples/scripts/ssbj/KDMS/Mdao_IDF.kdms
index 2ed6b18e6fb863011c3151570fb0810cdd943156..48d55677f409738c623f7f57a682e484ecbd3b9d 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_IDF.kdms and b/examples/scripts/ssbj/KDMS/Mdao_IDF.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_IDF_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_IDF_mpg.kdms
index bd42eb8f35c2f339b7e834e320489351894752ca..aa96c8c7e31be89fb47102a137238402e36ec321 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_IDF_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_IDF_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_MDF-GS.kdms b/examples/scripts/ssbj/KDMS/Mdao_MDF-GS.kdms
index 6bf44465a44f0ae592012b3758174abefcb29d27..bbc043786d02c93ab49d621b29de11b15c63b94f 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_MDF-GS.kdms and b/examples/scripts/ssbj/KDMS/Mdao_MDF-GS.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_MDF-GS_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_MDF-GS_mpg.kdms
index 508c5f4393b0a1640b07ad7ee85a797a70f47a02..4d393582a037999a656db2da3aaca55bae620a7f 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_MDF-GS_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_MDF-GS_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_MDF-J.kdms b/examples/scripts/ssbj/KDMS/Mdao_MDF-J.kdms
index 225c01277a798fcebafa3d016cfab755d0d24349..a9fdb8841c413b77b9a0f9fd7af1e27f3c803735 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_MDF-J.kdms and b/examples/scripts/ssbj/KDMS/Mdao_MDF-J.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_MDF-J_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_MDF-J_mpg.kdms
index bd96a7d2fa2240be5c7c32b2c14a9119ed1d8d09..22691443a155ba36b25be98677db564bc97d2a31 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_MDF-J_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_MDF-J_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-CT.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-CT.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..a627c66179a419fa410815b363f8ffdbae0a6f76
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-CT.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-CT_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-CT_mpg.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..483a1efa7e11a66c20b32860c8d709ef175cbdcf
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-CT_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-FF.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-FF.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..0063fc0b3e843a7ecb01b919e677b7858d5fd240
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-FF.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-FF_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-FF_mpg.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..eb7f26a8e9472a127eb76337d522a259956b680b
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-FF_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-LH.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-LH.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..a02f0d933012dd53f73793f3ecf6545dd5aa420a
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-LH.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-LH_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-LH_mpg.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..f24738c63f465b5d370126b2476c694ab422cd01
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-LH_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-MC.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-MC.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..92ee40276c4e255ea8245451229c0bc41adc8762
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-MC.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-MC_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-MC_mpg.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..c17f59525d3ae724ecf3fcfe88e5f2c5e455a819
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS-MC_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS.kdms
deleted file mode 100644
index 145358fb1cb585c84b60309c1548ddd15ac0be34..0000000000000000000000000000000000000000
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS.kdms and /dev/null differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS_mpg.kdms
deleted file mode 100644
index 440266c1b14c6a612c9fb4f0637cbefc968f63b8..0000000000000000000000000000000000000000
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-GS_mpg.kdms and /dev/null differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J-CT.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J-CT.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..2f4905b5720c933d7e110c9f385580e82cb4e728
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J-CT.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J-CT_mpg.kdms
similarity index 50%
rename from examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J_mpg.kdms
rename to examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J-CT_mpg.kdms
index e075d65b1f394a3881f1feb76ebf3a54183f2010..d02514d6bcb2e7ef4cc22af6a3d5841c4b55a4c1 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J-CT_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J.kdms
deleted file mode 100644
index e38336d4c295c24d39ff6b46cbd4320fd56070cb..0000000000000000000000000000000000000000
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-DOE-J.kdms and /dev/null differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS.kdms
index e940440d781d0a2a9e77486d801120007dcc5748..22c6bd32f22672091beef48efed7b70addb02fca 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS.kdms and b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS2.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS2.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..22c6bd32f22672091beef48efed7b70addb02fca
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS2.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS2_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS2_mpg.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..6763cf656a0c79ac731bfb4feac4a128b03a0b78
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS2_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS_mpg.kdms
index cf5e4649d7999641fd79a74b72654ce72e92bf47..6763cf656a0c79ac731bfb4feac4a128b03a0b78 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-GS_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J.kdms
index 164a81f2f99ddd5caa573038d60f9fed2fc9d538..236096ba625ada303fb6c264dfbe2669d92517be 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J.kdms and b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J_mpg.kdms
index 27f3f9761a528ff7fb7f40abcd6890d6b8c78de3..f015a0863b4da0e6c71a254d7114346c7807c39c 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_converged-MDA-J_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS-CT.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS-CT.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..5bdae62d7be6709579b59c3a9f35281443523fd2
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS-CT.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS-CT_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS-CT_mpg.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..48a5ea59df1386c01a0b5203a2cd9ad0b224319d
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS-CT_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS.kdms
deleted file mode 100644
index 867cb2654e6f73ba8ea7212663e3d0aeb5d0ccf8..0000000000000000000000000000000000000000
Binary files a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS.kdms and /dev/null differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS_mpg.kdms
deleted file mode 100644
index 4604d0ebfe8e54865c58370f2593eaaa4058089d..0000000000000000000000000000000000000000
Binary files a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-GS_mpg.kdms and /dev/null differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J-CT.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J-CT.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..c6a90bca8ac5983f46202d5340830112e0444274
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J-CT.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J-CT_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J-CT_mpg.kdms
new file mode 100644
index 0000000000000000000000000000000000000000..5809771a46a7b478d432e2f58c835216966fd18d
Binary files /dev/null and b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J-CT_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J.kdms
deleted file mode 100644
index 484d548aea4485511f5fc64bbe3f0b327f7267e5..0000000000000000000000000000000000000000
Binary files a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J.kdms and /dev/null differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J_mpg.kdms
deleted file mode 100644
index 40c1520b47724dc936deca4b396e5d9559333f2e..0000000000000000000000000000000000000000
Binary files a/examples/scripts/ssbj/KDMS/Mdao_unconverged-DOE-J_mpg.kdms and /dev/null differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS.kdms
index 44bcb2827ccefa883078f76cbb6a14a5be359d18..7519ee8b5f1628b746e03a85d185dc2b185db4ea 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS.kdms and b/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS_mpg.kdms
index 6e137aece24927e4121d14071a5016b53931c21e..b6976286a09753cccd7703af69d95693431c27c2 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS_mpg.kdms and b/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-GS_mpg.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-J.kdms b/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-J.kdms
index 4f6b704977425faa9b58a2c4e66913735cae0ea2..4f970d9146ca88a134c26611bdec7f6fac5d0af9 100644
Binary files a/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-J.kdms and b/examples/scripts/ssbj/KDMS/Mdao_unconverged-MDA-J.kdms differ
diff --git a/examples/scripts/ssbj/KDMS/RCG.kdms b/examples/scripts/ssbj/KDMS/RCG.kdms
index bf1397596c2cdef8f6ca5dcadc18feb8d0243cd6..1fb26d319f3b579b3c5250fa641a58e1230aeb6f 100644
Binary files a/examples/scripts/ssbj/KDMS/RCG.kdms and b/examples/scripts/ssbj/KDMS/RCG.kdms differ
diff --git a/examples/scripts/ssbj/VISTOMS/VISTOMS.html b/examples/scripts/ssbj/VISTOMS/VISTOMS.html
index 48630f8bcc9b5223ab62ae2570d42f7006c94dc1..023953353985789280264559eab099e64d4a098a 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": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "rcganalysis", "id": "id_Structures", "name": "Structures", "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_Aerodynamics", "name": "Aerodynamics", "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_Propulsion", "name": "Propulsion", "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_Performance", "name": "Performance", "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_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}]}], "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": "01", "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", "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": "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", "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}, {"type": "variable", "name": "problemRoles", "level": 1}]}, "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": "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": "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": "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": "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": [{"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", "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": "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": {"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"}, {"general_info": null}, {"projectSpecific": null}, {"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}, {"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}, {"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}, {"performance_info": 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_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": [{"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"}], "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": [{"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"}], "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": "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"}], "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"}], "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": "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": [{"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": [{"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": [{"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": "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": "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"}], "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": "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"}], "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", "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": "02", "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": {"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/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-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "03", "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": "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", "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": "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": "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": "initialGuessCouplingVariables", "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": "finalCouplingVariables", "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": "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", "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", "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": "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", "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": "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", "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": "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": "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": "initialGuessCouplingVariables", "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": "finalCouplingVariables", "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": "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": "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": "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", "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": "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}], "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": "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": "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": "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": "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": "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": "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": "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": "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}], "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": "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}, {"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": "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}, {"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", "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", "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", "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}, {"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}, {"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", "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}, {"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", "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": "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", "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}], "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": "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}], "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": "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": "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", "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": "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": "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", "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": "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": "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": "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": "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": "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": "initialGuessCouplingVariables", "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": "finalCouplingVariables", "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": "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": [{"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": "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": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "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": [{"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": [{"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/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": {"Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "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"], "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"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "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"]}, "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"], "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-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": {"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/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-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/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"], "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"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "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"], "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": "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": "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": [{"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": "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"}], "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": "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": "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": "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": [{"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": "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"}], "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": "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": "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": "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"}], "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": "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"}, {"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": "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": [{"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": [{"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": "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": "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": [{"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": [{"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": "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": "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": "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": "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", "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": "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": "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": "04", "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": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "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/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/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/D": {"lower_bound": null, "upper_bound": null}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/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": 55}, "/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": "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"}]}, {"type": "postcouplinganalysis", "id": "id_Gc", "name": "Gc", "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": "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_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": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "post-desvars": []}, "id": "05", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "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": "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", "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": "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", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "consistencyConstraintVariables", "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": "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": "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", "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": "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", "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": "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", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "consistencyConstraintVariables", "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": "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", "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", "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": "couplingCopyVariables", "level": 4}], "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", "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": "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", "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": "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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "consistencyConstraintVariables", "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": "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "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": "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", "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": "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "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": "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", "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": "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": "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", "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": "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", "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": "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": "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": "D", "level": 9}, {"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": "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", "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": "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": "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": "couplingCopyVariables", "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": "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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Gc", "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": "AR", "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": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "lambda", "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": "gc_Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "gc_D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "gc_L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "gc_WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "gc_WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "gc_ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "consistencyConstraintVariables", "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": "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": "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": "fin", "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]", "__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"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "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"], "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"], "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"], "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"}], "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": {"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": [], "pre-desvars": [], "post-coupling": ["Performance", "F[R]"]}, [{"post-coupling": ["C[sigmas]", "C[Theta]", "__J0__"], "coupled": ["Structures"], "pre-desvars": [], "post-desvars": []}, {"post-coupling": ["C[dpdx]", "__J1__"], "coupled": ["Aerodynamics"], "pre-desvars": [], "post-desvars": []}, {"post-coupling": ["C[prop]", "__J2__"], "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-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/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/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/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/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": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer"}, {"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": "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": "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": "__J0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_J0", "name": "J0"}, {"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/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"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/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": "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": "__J1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_J1", "name": "J1"}, {"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": "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": "__J2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_J2", "name": "J2"}], "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-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": ["__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": {"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"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "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"}], "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": "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"}], "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", "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"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": "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": [{"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": "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"}], "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": "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "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"}], "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": "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"}], "name": "distributedArchitectures"}, {"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"}, {"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"}, {"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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "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"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "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"}], "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"}], "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": "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"}], "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": "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"}], "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": [{"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"}], "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"}, {"level": 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", "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"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": "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": [{"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": "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"}], "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": "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "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"}], "name": "distributedArchitectures"}, {"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"}, {"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"}, {"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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "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"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "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"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}]}, "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": "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"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "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__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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": [{"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": "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"}], "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": "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"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "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": "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": "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": "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"}], "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": "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"}], "name": "distributedArchitectures"}, {"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"}, {"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"}, {"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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": [{"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"}, {"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"}], "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"}, {"level": 4, "type": "variable", "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"}, {"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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "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": "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"}], "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": "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"}], "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": "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"}], "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": [{"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": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "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": "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"}], "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": "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": "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"}], "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": [{"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"}], "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": "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": "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"}], "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": "Sref", "level": 6}, {"type": "variable", "name": "tc", "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": "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": "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"}, {"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"}], "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": "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"}, {"level": 4, "type": "variable", "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"}, {"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": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "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": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "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": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "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": "AR", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"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": "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": [{"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": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "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"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "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"}], "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": [{"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": "SFC", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"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"}], "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": "SFC", "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": "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"}, {"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": "objective", "level": 12}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "J2"}, {"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": [{"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"}], "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": "WF", "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"}], "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"}], "name": "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"}, {"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": "objective", "level": 12}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "J0"}, {"level": 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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "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"}], "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"}], "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": "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"}], "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": [{"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": [{"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": [{"level": 11, "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"}], "name": "aircraft"}], "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", "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"}], "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": [{"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": "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"}], "name": "aircraft"}], "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": "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": "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": "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": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "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": "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": "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": "M__i2", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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"}, {"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"}], "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": [{"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": [{"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": "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": "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": [{"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"}], "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": [{"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": "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": "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": "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": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "fin", "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": "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"}], "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": [{"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": "objective", "level": 12}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"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": "J1"}, {"level": 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": [{"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": "tc__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda__i2"}, {"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": "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"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"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": "couplingCopyVariables"}, {"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": "Lambda"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "AR__i2"}, {"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__i2"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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", "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": "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": "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"}], "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": "WF"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"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"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "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": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc__i2"}, {"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": "Lambda__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": "h"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "M__i2"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"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"}, {"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": "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": "objective"}], "name": "group2"}, {"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"}], "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": "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", "children": [{"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": "sigma1"}, {"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"}], "name": "constraints"}, {"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", "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": "objective"}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "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", "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": "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": "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": "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": "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": "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": "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": "sigma5"}, {"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", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group0"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group1"}], "name": "distributedArchitectures"}, {"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": "Temp"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}]}}, "id": "06", "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": {"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]", "__Gc__"], "coupled": ["Sub-Surrogate-Model-0", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-2"], "pre-desvars": [], "post-desvars": []}, [{"post-desvars": [], "post-coupling": ["C[sigmas]", "C[Theta]", "__WCF0__"], "pre-desvars": [], "coupled": ["Structures"]}, {"post-desvars": [], "post-coupling": ["C[dpdx]", "__WCF1__"], "pre-desvars": [], "coupled": ["Aerodynamics"]}, {"post-desvars": [], "post-coupling": ["C[prop]", "__WCF2__"], "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": "converger", "id": "id_Sys-Converger", "name": "Sys-Converger", "metadata": [{"name": "Sys-Converger"}, {"instance": 1}, {"architecture_role": "converger"}]}, {"type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer", "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/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/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/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/weight/WT": {"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/distributedArchitectures/group0/couplingWeights/w0__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/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/distributedArchitectures/group2/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/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__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/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__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}}}, {"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": "surrogatemodel", "id": "id_Sub-Surrogate-Model-0", "name": "Sub-Surrogate-Model-0", "metadata": [{"name": "Sub-Surrogate-Model-0"}, {"instance": 1}, {"architecture_role": "surrogate model"}]}, {"type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-1", "name": "Sub-Surrogate-Model-1", "metadata": [{"name": "Sub-Surrogate-Model-1"}, {"instance": 1}, {"architecture_role": "surrogate model"}]}, {"type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-2", "name": "Sub-Surrogate-Model-2", "metadata": [{"name": "Sub-Surrogate-Model-2"}, {"instance": 1}, {"architecture_role": "surrogate model"}]}, {"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": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc", "metadata": [{"name": "__Gc__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "surrogatemodel", "id": "id_Sub-SM-bounds-0", "name": "Sub-SM-bounds-0", "metadata": [{"name": "Sub-SM-bounds-0"}, {"instance": 1}, {"architecture_role": "boundary determinator"}]}, {"type": "doe", "id": "id_Sub-DOE-0", "name": "Sub-DOE-0", "metadata": [{"name": "Sub-DOE-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": 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": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-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": "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": "postcouplinganalysis", "id": "id_WCF0", "name": "WCF0", "metadata": [{"name": "__WCF0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "surrogatemodel", "id": "id_Sub-SM-builder-0", "name": "Sub-SM-builder-0", "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-bounds-1", "name": "Sub-SM-bounds-1", "metadata": [{"name": "Sub-SM-bounds-1"}, {"instance": 1}, {"architecture_role": "boundary determinator"}]}, {"type": "doe", "id": "id_Sub-DOE-1", "name": "Sub-DOE-1", "metadata": [{"name": "Sub-DOE-1"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w1": {"lower_bound": null, "upper_bound": null, "samples": 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": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-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": "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": "postcouplinganalysis", "id": "id_WCF1", "name": "WCF1", "metadata": [{"name": "__WCF1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "surrogatemodel", "id": "id_Sub-SM-builder-1", "name": "Sub-SM-builder-1", "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-bounds-2", "name": "Sub-SM-bounds-2", "metadata": [{"name": "Sub-SM-bounds-2"}, {"instance": 1}, {"architecture_role": "boundary determinator"}]}, {"type": "doe", "id": "id_Sub-DOE-2", "name": "Sub-DOE-2", "metadata": [{"name": "Sub-DOE-2"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group2/couplingWeights/w2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2": {"lower_bound": null, "upper_bound": null, "samples": 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": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-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": "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": "postcouplinganalysis", "id": "id_WCF2", "name": "WCF2", "metadata": [{"name": "__WCF2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "surrogatemodel", "id": "id_Sub-SM-builder-2", "name": "Sub-SM-builder-2", "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"}]}], "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-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "07", "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", "children": [{"type": "variable", "children": [{"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", "level": 10}], "name": "aircraft", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalDesignVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "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": "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", "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__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", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "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", "children": [{"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", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "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": "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", "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": "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}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "group1", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group2", "level": 7}], "name": "distributedArchitectures", "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", "children": [{"type": "variable", "children": [{"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", "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": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights", "level": 8}], "name": "group1", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights", "level": 8}], "name": "group2", "level": 7}], "name": "distributedArchitectures", "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}, {"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", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}, {"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": "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", "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": "surrogateModelApproximates", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "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", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "systemLevel", "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", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"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", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"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", "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", "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", "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", "level": 5}], "name": "systemLevel", "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", "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", "level": 5}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"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", "level": 5}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}, {"type": "variable", "children": [{"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", "level": 5}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}], "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", "level": 3}], "name": "data_schema", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 4}], "name": "surrogateModels", "level": 3}], "name": "", "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", "children": [{"type": "variable", "children": [{"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", "level": 10}], "name": "aircraft", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalDesignVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "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": "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", "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": "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", "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": "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}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "group1", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group2", "level": 7}], "name": "distributedArchitectures", "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": "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}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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": "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", "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": "surrogateModelApproximates", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "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", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "systemLevel", "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", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"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", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"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", "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", "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", "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", "level": 5}], "name": "systemLevel", "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", "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", "level": 5}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"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", "level": 5}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}, {"type": "variable", "children": [{"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", "level": 5}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}], "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", "level": 3}], "name": "data_schema", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 4}], "name": "surrogateModels", "level": 3}], "name": "", "level": 2}], "name": "coupling", "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__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", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"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", "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", "children": [{"type": "variable", "children": [{"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", "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": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights", "level": 8}], "name": "group1", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights", "level": 8}], "name": "group2", "level": 7}], "name": "distributedArchitectures", "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": "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", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "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}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "surrogateModelApproximates", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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}], "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": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "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}]}, "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": "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", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "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", "children": [{"type": "variable", "children": [{"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", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "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": "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", "children": [{"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", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "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": "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", "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": "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}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "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", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "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", "children": [{"type": "variable", "children": [{"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", "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": "M__i2", "level": 11}, {"type": "variable", "name": "h", "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": "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", "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", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "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", "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", "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": "surrogateModelApproximates", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "surrogateModelApproximates", "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": "Sref", "level": 9}, {"type": "variable", "name": "tc", "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": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "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": [{"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}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "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", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "systemLevel", "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", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "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", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group1", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingWeights", "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}, {"type": "variable", "children": [{"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", "level": 6}], "name": "systemLevel", "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", "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}, {"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}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "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", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"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", "level": 6}], "name": "group1", "level": 5}, {"type": "variable", "children": [{"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", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"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", "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": "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", "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": "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", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "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", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"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", "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", "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", "level": 6}], "name": "systemLevel", "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", "children": [{"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", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"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", "level": 6}], "name": "group1", "level": 5}, {"type": "variable", "children": [{"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", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group2", "level": 8}], "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": [{"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": "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", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "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": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "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": "ESF__i2", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"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", "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": "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": "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": "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", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights", "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", "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": "WCF1", "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", "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D__i2", "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", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "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": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"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}], "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}, {"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", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights", "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": "objective", "level": 9}], "name": "group0", "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": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "WCF0", "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", "children": [{"type": "variable", "children": [{"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", "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": "Sref", "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": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sys-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": "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": "surrogateModelApproximates", "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": "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", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "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}, {"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", "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", "level": 9}], "name": "systemLevel", "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", "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", "level": 8}], "name": "distributedArchitectures", "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": "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", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "surrogateModelApproximates", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData", "level": 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": "ESF__i2", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"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", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"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", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"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": "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}], "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}, {"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": "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}], "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": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"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": "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", "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", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "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}], "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", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "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}, {"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}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "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}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "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", "children": [{"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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "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", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "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": "finalOutputVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalDesignVariables", "level": 8}], "name": "architectureNodes", "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", "name": "definition", "level": 6}], "name": "SubSMB2", "level": 5}], "name": "surrogateModels", "level": 4}], "name": "", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-SM-builder-2", "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": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights", "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": "L", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "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": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "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": "doeInputSampleLists", "level": 5}, {"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": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalDesignVariables", "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": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "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", "name": "definition", "level": 6}], "name": "SubSMB0", "level": 5}], "name": "surrogateModels", "level": 4}], "name": "", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-SM-builder-0", "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": "Cf", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}, {"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": "M", "level": 11}, {"type": "variable", "name": "h", "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": "WT__i2", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "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", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "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": "definition", "level": 6}], "name": "SubSMB1", "level": 5}], "name": "surrogateModels", "level": 4}], "name": "", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-SM-builder-1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group2", "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", "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}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "WCF2", "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", "name": "ESF__i2", "level": 8}], "name": "reference", "level": 7}, {"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": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "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}], "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1", "level": 5}], "name": "surrogateModels", "level": 4}], "name": "", "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": "fin", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"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": "surrogateModelApproximates", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Surrogate-Model-1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "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}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0", "level": 5}], "name": "surrogateModels", "level": 4}], "name": "", "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": "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", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "surrogateModelApproximates", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Surrogate-Model-0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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": "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2", "level": 5}], "name": "surrogateModels", "level": 4}], "name": "", "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": "SFC", "level": 9}, {"type": "variable", "name": "T", "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": "surrogateModelApproximates", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Surrogate-Model-2", "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", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"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", "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": "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", "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": "surrogateModelApproximates", "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", "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", "level": 9}], "name": "systemLevel", "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": "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", "level": 6}], "name": "systemLevel", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Gc", "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": "Theta__i2", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT__i2", "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", "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", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "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": "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", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "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", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights", "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": "D", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "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", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-SM-bounds-2", "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": "WT", "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__i2", "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", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"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", "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", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "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", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"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", "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": "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": "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", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "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": "WT__i2", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "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", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-SM-bounds-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": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"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", "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": "WE__i2", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "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", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group0", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "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", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "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", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "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", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group0", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-SM-bounds-0", "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", "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "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": "SFC", "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": "finalOutputVariables", "level": 5}, {"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}], "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": "ESF", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D__i2", "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", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-DOE-2", "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": "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": "M", "level": 11}, {"type": "variable", "name": "h", "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": "WT__i2", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "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", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "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": "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": "fin", "level": 9}, {"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": "finalOutputVariables", "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", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "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": "L", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "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}, {"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__i2", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight", "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": "outputs", "level": 2}], "name": "Sub-DOE-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", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights", "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": "L", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "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": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "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": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry", "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": "WT", "level": 9}, {"type": "variable", "name": "WF", "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": "finalOutputVariables", "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": "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": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "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", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalDesignVariables", "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": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-DOE-0", "level": 1}]}, "schema": {"name": "data_schema", "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": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 9}], "name": "geometry", "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": [{"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WT", "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": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "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": "tc__i2", "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": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda__i2", "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__i2", "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WT", "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__i2", "value": "unknown", "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": [{"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": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "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": "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}, {"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": [{"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": "D", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "L__i2", "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF__i2", "value": "unknown", "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", "children": [{"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group1", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "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": [{"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": "tc__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc", "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": "AR", "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", "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}], "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": [{"dimension": null, "type": "variable", "name": "WT__i2", "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__i2", "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta__i2", "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}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w0", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w2", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group1", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w0", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w0", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "w1", "value": "unknown", "level": 7}], "name": "couplingWeights", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "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}, {"dimension": null, "type": "variable", "name": "Theta__i2", "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}, {"dimension": null, "type": "variable", "name": "WE__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT__i2", "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": "L__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D__i2", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF__i2", "value": "unknown", "level": 5}, {"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": "Theta", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "lambda", "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": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "L", "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": "surrogateModelApproximates", "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": "group0", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group1", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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": "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}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "gc3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "gc0", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "gc1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "gc4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "gc5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "gc2", "value": "unknown", "level": 7}], "name": "consistencyConstraints", "level": 6}], "name": "systemLevel", "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": [{"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": "SFC", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 6}, {"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": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WF", "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}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"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": "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": "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": "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": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "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": [{"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": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "gc5", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "gc4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "gc1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "gc0", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "gc3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "gc2", "value": "unknown", "level": 4}], "name": "consistencyConstraints", "level": 3}], "name": "systemLevel", "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": [{"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w0", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w2", "value": "unknown", "level": 4}], "name": "couplingWeights", "level": 3}, {"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group2", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w0", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w2", "value": "unknown", "level": 4}], "name": "couplingWeights", "level": 3}, {"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group1", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "w1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w2__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w0__i2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w0", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "w1__i2", "value": "unknown", "level": 4}], "name": "couplingWeights", "level": 3}, {"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group0", "level": 2}], "name": "distributedArchitectures", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "definition", "value": "unknown", "level": 3}], "name": "SubSMB2", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "definition", "value": "unknown", "level": 3}], "name": "SubSMB0", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "definition", "value": "unknown", "level": 3}], "name": "SubSMB1", "level": 2}], "name": "surrogateModels", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "systemConvergenceCheck", "value": "unknown", "level": 2}], "name": "mdoData", "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", "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": {"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"], "Sub-SM-builder-2": ["//surrogateModels/SubSMB2/definition"]}, "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"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "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"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T"], "__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": {"Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda"], "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"], "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"]}, "name": "Sub-DOE-0"}], "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": {"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": "08", "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": "09", "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": "10", "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": "11", "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": "12", "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": "13", "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": "14", "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": "15", "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": "16", "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": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "rcganalysis", "id": "id_Structures", "name": "Structures", "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_Aerodynamics", "name": "Aerodynamics", "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_Propulsion", "name": "Propulsion", "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_Performance", "name": "Performance", "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_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}]}, {"type": "rcganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}]}], "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": "01", "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", "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": "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", "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}, {"type": "variable", "name": "problemRoles", "level": 1}]}, "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": "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": "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": "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": "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": [{"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", "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": "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": {"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"}, {"general_info": null}, {"projectSpecific": null}, {"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}, {"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}, {"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}, {"performance_info": 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_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": [{"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"}], "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": [{"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"}], "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": "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"}], "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"}], "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": "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": [{"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": [{"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": [{"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": "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": "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"}], "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": "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"}], "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", "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": "02", "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": {"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"}, {"settings": {"maximum_iterations": 1000, "algorithm": "Dakota Quasi-Newton method", "apply_scaling": true, "maximum_function_evaluations": 1000, "constraint_tolerance": 0.0001, "convergence_tolerance": 0.0001}}, {"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"}, {"settings": {"last_iterations_to_consider": 1, "maximum_iterations": 100, "convergence_tolerance_relative": 1e-06, "convergence_tolerance_absolute": 1e-06}}, {"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/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": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "03", "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": "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", "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": "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": "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": "initialGuessCouplingVariables", "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": "finalCouplingVariables", "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": "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", "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", "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": "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", "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": "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", "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": "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": "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": "initialGuessCouplingVariables", "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": "finalCouplingVariables", "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": "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": "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": "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", "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": "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}], "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": "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": "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": "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": "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": "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": "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": "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": "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}], "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": "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}, {"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": "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}, {"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", "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", "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", "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}, {"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}, {"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", "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}, {"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", "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": "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", "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}], "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": "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}], "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": "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": "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", "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": "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": "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", "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": "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": "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": "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": "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": "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": "initialGuessCouplingVariables", "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": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "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": "dpdx", "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": [{"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": "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": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "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": [{"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": [{"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/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": {"Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "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"], "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"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "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"]}, "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"], "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-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": {"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"}, {"settings": {"maximum_iterations": 1000, "algorithm": "Dakota Quasi-Newton method", "apply_scaling": true, "maximum_function_evaluations": 1000, "constraint_tolerance": 0.0001, "convergence_tolerance": 0.0001}}, {"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"}, {"settings": {"last_iterations_to_consider": 1, "maximum_iterations": 100, "convergence_tolerance_relative": 1e-06, "convergence_tolerance_absolute": 1e-06}}, {"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/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-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/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"], "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"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "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"], "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": "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": "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": [{"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": "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"}], "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": "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": "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": "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": [{"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": "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"}], "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": "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": "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": "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"}], "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": "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"}, {"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": "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": [{"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": [{"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": "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": "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": [{"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": [{"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": "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": "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": "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": "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", "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": "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": "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": "04", "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": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "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"}, {"settings": {"maximum_iterations": 1000, "algorithm": "Dakota Quasi-Newton method", "apply_scaling": true, "maximum_function_evaluations": 1000, "constraint_tolerance": 0.0001, "convergence_tolerance": 0.0001}}, {"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/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/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/D": {"lower_bound": null, "upper_bound": null}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/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": 55}, "/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": "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"}]}, {"type": "postcouplinganalysis", "id": "id_Gc", "name": "Gc", "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": "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_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-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "05", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "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": "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", "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": "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", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "consistencyConstraintVariables", "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": "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": "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", "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": "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", "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": "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", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "consistencyConstraintVariables", "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": "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", "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", "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": "couplingCopyVariables", "level": 4}], "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", "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": "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", "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": "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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "consistencyConstraintVariables", "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": "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "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": "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", "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": "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}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "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": "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", "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": "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": "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", "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": "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", "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": "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": "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": "D", "level": 9}, {"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": "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", "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": "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": "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": "couplingCopyVariables", "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": "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", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "consistencyConstraintVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Gc", "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": "AR", "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": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "lambda", "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": "gc_Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "gc_D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "gc_L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "gc_WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "gc_WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "gc_ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "consistencyConstraintVariables", "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": "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": "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": "fin", "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]", "__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"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "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"], "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"], "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"], "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"}], "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": {"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]"], "coupled": []}, [{"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__"], "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-Optimizer"}, {"settings": {"maximum_iterations": 1000, "algorithm": "Dakota Quasi-Newton method", "apply_scaling": true, "maximum_function_evaluations": 1000, "constraint_tolerance": 0.0001, "convergence_tolerance": 0.0001}}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"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/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/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/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": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer"}, {"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": "Sub-Optimizer-0"}, {"settings": {"maximum_iterations": 1000, "algorithm": "Dakota Quasi-Newton method", "apply_scaling": true, "maximum_function_evaluations": 1000, "constraint_tolerance": 0.0001, "convergence_tolerance": 0.0001}}, {"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": "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": "__J0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "pre-coupling analysis"}], "type": "precouplinganalysis", "id": "id_J0", "name": "J0"}, {"metadata": [{"name": "Sub-Optimizer-1"}, {"settings": {"maximum_iterations": 1000, "algorithm": "Dakota Quasi-Newton method", "apply_scaling": true, "maximum_function_evaluations": 1000, "constraint_tolerance": 0.0001, "convergence_tolerance": 0.0001}}, {"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/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"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/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": "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": "__J1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "pre-coupling analysis"}], "type": "precouplinganalysis", "id": "id_J1", "name": "J1"}, {"metadata": [{"name": "Sub-Optimizer-2"}, {"settings": {"maximum_iterations": 1000, "algorithm": "Dakota Quasi-Newton method", "apply_scaling": true, "maximum_function_evaluations": 1000, "constraint_tolerance": 0.0001, "convergence_tolerance": 0.0001}}, {"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": "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": "__J2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "pre-coupling analysis"}], "type": "precouplinganalysis", "id": "id_J2", "name": "J2"}], "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-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": ["__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": {"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"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "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"}], "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": "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"}], "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", "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"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": "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": [{"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": "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"}], "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": "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "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"}], "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": "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"}], "name": "distributedArchitectures"}, {"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"}, {"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"}, {"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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "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"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "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"}], "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"}], "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": "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"}], "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": "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"}], "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": [{"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"}], "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"}, {"level": 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", "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"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": "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": [{"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": "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"}], "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": "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"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "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"}], "name": "distributedArchitectures"}, {"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"}, {"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"}, {"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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "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"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "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"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}]}, "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": "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"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "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__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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": [{"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": "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"}], "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": "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"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "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": "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"}], "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"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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": "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": "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"}], "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": "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"}], "name": "distributedArchitectures"}, {"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"}, {"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"}, {"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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": [{"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"}, {"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"}], "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": "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"}, {"level": 4, "type": "variable", "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"}, {"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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "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": "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"}], "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": "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"}], "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": "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"}], "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": [{"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": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "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": "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"}], "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": "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": "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"}], "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": [{"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"}], "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": "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": "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"}], "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": "Sref", "level": 6}, {"type": "variable", "name": "tc", "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": "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": "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"}, {"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"}], "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": "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"}, {"level": 4, "type": "variable", "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"}, {"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": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "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": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "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": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "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": "AR", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"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": "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": [{"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": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "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"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "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"}], "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": [{"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": "SFC", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"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"}], "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": "SFC", "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": "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"}, {"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": "objective", "level": 12}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "J2"}, {"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": [{"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"}], "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": "WF", "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"}], "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"}], "name": "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"}, {"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": "objective", "level": 12}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "J0"}, {"level": 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"}, {"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": "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"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "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"}], "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"}], "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": "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"}], "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": [{"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": [{"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": [{"level": 11, "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"}], "name": "aircraft"}], "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", "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"}], "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": [{"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": "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"}], "name": "aircraft"}], "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": "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": "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": "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": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "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": "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": "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": "M__i2", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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"}, {"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"}], "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": [{"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": [{"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": "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": "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": [{"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"}], "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": [{"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": "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": "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": "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": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "fin", "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": "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"}], "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": [{"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": "objective", "level": 12}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"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": "J1"}, {"level": 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": [{"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": "tc__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda__i2", "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": "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", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WE", "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": "couplingCopyVariables"}, {"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": "Lambda", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "AR__i2", "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__i2", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "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", "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": "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": "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"}], "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": "WF", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WT", "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", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "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": [{"level": 9, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Sref__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc__i2", "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": "Lambda__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": "h", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "M__i2", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"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": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"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}, {"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": "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": "objective", "value": "unknown", "dimension": null}], "name": "group2"}, {"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"}], "name": "distributedArchitectures"}, {"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", "children": [{"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "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}], "name": "constraints"}, {"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", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "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": "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", "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": "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": "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": "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": "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": "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": "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": "sigma5", "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", "name": "objective", "value": "unknown", "dimension": null}], "name": "group0"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group1"}], "name": "distributedArchitectures"}, {"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": "Temp", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "06", "name": "XDSM - CO - 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/examples/scripts/ssbj_mda.py b/examples/scripts/ssbj_mda.py
index 9a774fe52693f7602ad579d132de0fdd0156098b..21c895d591af98be0a58a1496fafe1a4603c8ab4 100644
--- a/examples/scripts/ssbj_mda.py
+++ b/examples/scripts/ssbj_mda.py
@@ -14,14 +14,17 @@ mdao_definitions = ['unconverged-MDA-GS', # 0
                     'unconverged-MDA-J',  # 1
                     'converged-MDA-GS',   # 2
                     'converged-MDA-J',    # 3
-                    'unconverged-DOE-GS', # 4
-                    'unconverged-DOE-J',  # 5
-                    'converged-DOE-GS',   # 6
-                    'converged-DOE-J']    # 7
+                    'unconverged-DOE-GS-CT', # 4
+                    'unconverged-DOE-J-CT',  # 5
+                    'converged-DOE-GS-CT',   # 6
+                    'converged-DOE-J-CT',    # 7
+                    'converged-DOE-GS-FF',   # 8
+                    'converged-DOE-GS-LH',   # 9
+                    'converged-DOE-GS-MC']   # 10
 
 # Settings for scripting
 mdao_definitions_loop_all = True      # Option for looping through all MDAO definitions
-mdao_definition_id = 0                # Option for selecting a MDAO definition (in case mdao_definitions_loop_all=False)
+mdao_definition_id = 6                # Option for selecting a MDAO definition (in case mdao_definitions_loop_all=False)
 
 # Settings for loading and saving
 kb_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../knowledgebases')
@@ -30,7 +33,7 @@ cmdows_dir = 'ssbj/CMDOWS'
 kdms_dir = 'ssbj/KDMS'
 vistoms_dir = 'ssbj/VISTOMS'
 
-print 'Loading repository connectivity graph...'
+print('Loading repository connectivity graph...')
 
 rcg = load(os.path.join(kdms_dir, 'RCG.kdms'))
 function_order = ['Structures', 'Aerodynamics', 'Propulsion', 'Performance',
@@ -62,27 +65,14 @@ fpg.mark_as_qois([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_
 fpg.mark_as_qois([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/DT' in nd])
 fpg.mark_as_qois([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/Temp' in nd])
 
+# Add WE as QOI for testing with RCE
+fpg.mark_as_qois([nd for nd in rcg.find_all_nodes(category='variable') if '/aircraft/weight/WE' in nd])
+
 # Search for problem roles
 fpg.add_function_problem_roles()
 
-# Create a DSM visualization of the FPG
-fpg.create_dsm(file_name='FPG_' + architecture_type, function_order=function_order, include_system_vars=True,
-               destination_folder=pdf_dir)
-# Create a VISTOMS visualization of the FPG (and add it to the existing directory)
-fpg.vistoms_add(vistoms_dir, function_order=function_order)
-
-# Save the FPG as kdms
-fpg.save('FPG_' + architecture_type, destination_folder=kdms_dir)
-# Save the FPG as cmdows (and do an integrity check)
-fpg.save('FPG_' + architecture_type, file_type='cmdows', destination_folder=cmdows_dir,
-         description='FPG CMDOWS file of the super-sonic business jet test case optimization problem',
-         creator='Imco van Gent',
-         version='0.1',
-         pretty_print=True,
-         integrity=True)
-
 for mdao_definition in mdao_definitions:
-    print 'Scripting ' + str(mdao_definition) + '...'
+    print('Scripting ' + str(mdao_definition) + '...')
 
     # If DOE, assign design variables
     if 'DOE' in mdao_definition:
@@ -101,11 +91,48 @@ for mdao_definition in mdao_definitions:
                                      lower_bounds=[ds_vr[1] for ds_vr in des_vars],
                                      nominal_values=[ds_vr[2] for ds_vr in des_vars],
                                      upper_bounds=[ds_vr[3] for ds_vr in des_vars],
-                                     samples=[list(np.linspace(ds_vr[1], ds_vr[2], n_samples)) for ds_vr in des_vars])
+                                     samples=[list(np.linspace(ds_vr[1], ds_vr[2], n_samples)) for ds_vr in
+                                              des_vars] if '-CT' in mdao_definition else None)
 
     # Change the problem formulation of the FPG based on the MDAO definition
+    if 'DOE' in mdao_definition:
+        doe_settings = dict()
+        if mdao_definition.endswith('-CT'):
+            doe_settings['doe_method'] = 'Custom design table'
+        elif mdao_definition.endswith('-FF'):
+            doe_settings['doe_method'] = 'Full factorial design'
+            doe_settings['doe_runs'] = 2
+        elif mdao_definition.endswith('-LH'):
+            doe_settings['doe_method'] = 'Latin hypercube design'
+            doe_settings['doe_seed'] = 5
+            doe_settings['doe_runs'] = 20
+        elif mdao_definition.endswith('-MC'):
+            doe_settings['doe_method'] = 'Monte Carlo design'
+            doe_settings['doe_seed'] = 9
+            doe_settings['doe_runs'] = 10
+        else:
+            raise AssertionError('Could not determine the doe_method.')
+    else:
+        doe_settings = None
+
     fpg.add_problem_formulation(mdao_definition, function_order,
-                                doe_settings={'doe_method':'Custom design table'} if 'DOE' in mdao_definition else None)
+                                doe_settings=doe_settings)
+
+    # Create a DSM visualization of the FPG
+    fpg.create_dsm(file_name='FPG_' + architecture_type, function_order=function_order, include_system_vars=True,
+                   destination_folder=pdf_dir)
+    # Create a VISTOMS visualization of the FPG (and add it to the existing directory)
+    fpg.vistoms_add(vistoms_dir, function_order=function_order)
+
+    # Save the FPG as kdms
+    fpg.save('FPG_' + architecture_type, destination_folder=kdms_dir)
+    # Save the FPG as cmdows (and do an integrity check)
+    fpg.save('FPG_' + architecture_type, file_type='cmdows', destination_folder=cmdows_dir,
+             description='FPG CMDOWS file of the super-sonic business jet test case optimization problem',
+             creator='Imco van Gent',
+             version='0.1',
+             pretty_print=True,
+             integrity=True)
 
     # Get Mdao graphs
     mdg, mpg = fpg.impose_mdao_architecture()
diff --git a/kadmos/graph/graph_data.py b/kadmos/graph/graph_data.py
index 78065c4dbd025d4af216024ac1fe3cbf6305b3f9..4a4c6eecee9c00f5e4ad6f2bfe76443fc3d9629a 100644
--- a/kadmos/graph/graph_data.py
+++ b/kadmos/graph/graph_data.py
@@ -2617,9 +2617,9 @@ class FundamentalProblemGraph(DataGraph, KeChainMixin):
         if doe_settings:
             self.graph['problem_formulation']['doe_settings'] = dict()
             self.graph['problem_formulation']['doe_settings']['doe_method'] = doe_settings['doe_method']
-            if 'doe_seed' in self.graph['problem_formulation']['doe_settings']:
+            if 'doe_seed' in doe_settings:
                 self.graph['problem_formulation']['doe_settings']['doe_seed'] = doe_settings['doe_seed']
-            if 'doe_runs' in self.graph['problem_formulation']['doe_settings']:
+            if 'doe_runs' in doe_settings:
                 self.graph['problem_formulation']['doe_settings']['doe_runs'] = doe_settings['doe_runs']
 
     def partition_graph(self, n_parts, include_run_time=False, tpwgts=None, recursive=True, contig=False):
@@ -4124,6 +4124,11 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                     graph_settings = self.node[graph_node].get('settings')
                     if graph_settings is not None:
                         cmdows_settings = cmdows_executable_block_elem.add('settings')
+                        cmdows_settings.add('doeMethod', graph_settings.get('doe_method'))
+                        if graph_settings.get('doe_runs') is not None:
+                            cmdows_settings.add('doeRuns', graph_settings.get('doe_runs'))
+                        if graph_settings.get('doe_seed') is not None:
+                            cmdows_settings.add('doeSeed', graph_settings.get('doe_seed'))
                         if graph_settings.get('doe_table') is not None: # TODO: Temp fix, doe should always have settings
                             cmdows_table = cmdows_settings.add('doeTable')
                             for graph_row_index, graph_row in enumerate(graph_settings.get('doe_table_order')):
@@ -4131,12 +4136,12 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                                 for graph_element_index, graph_element in enumerate(graph_settings.get('doe_table')):
                                     cmdows_row.add('tableElement', graph_element[graph_row_index],
                                                    attrib={'experimentID': str(graph_element_index)})
-                        cmdows_settings.add('doeMethod', graph_settings.get('doe_method'))
                         graph_des_vars = [{'designVariableUID': self.PROBLEM_ROLES_VAR_SUFFIXES[0] + var} for var in
                                           self.node[graph_node].get('design_variables')]
                         cmdows_executable_block_elem.add('designVariables', graph_des_vars)
                 else:
-                    cmdows_executable_block_elem.add('settings', self.node[graph_node].get('settings'))
+                    cmdows_executable_block_elem.add('settings', self.node[graph_node].get('settings'),
+                                                     camel_case_conversion=True)
 
         # Create architectureElements/executableBlocks/...Analyses/...
         architecture_roles_funs = np.setdiff1d(self.ARCHITECTURE_ROLES_FUNS, self.CMDOWS_ARCHITECTURE_ROLE_SPLITTER,
@@ -4261,7 +4266,12 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                               architecture_role=self.ARCHITECTURE_ROLES_FUNS[1],
                               shape='8',
                               label=self.OPTIMIZER_LABEL,
-                              level=None)
+                              settings={'algorithm': 'Dakota Quasi-Newton method',
+                                        'maximum_iterations': 1000,
+                                        'maximum_function_evaluations': 1000,
+                                        'constraint_tolerance': 1e-4,
+                                        'convergence_tolerance': 1e-4,
+                                        'apply_scaling': True})
             elif mdao_arch in self.OPTIONS_ARCHITECTURES[5:7]:  # unc-DOE, con-DOE
                 assert not self.has_node(self.DOE_STRING), 'DOE name already in use in FPG.'
                 self.add_node(self.DOE_STRING,
@@ -4269,7 +4279,6 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                               architecture_role=self.ARCHITECTURE_ROLES_FUNS[3],  # doe
                               shape='8',
                               label=self.DOE_LABEL,
-                              level=None,
                               settings=self.graph['problem_formulation']['doe_settings'])
             # Add architecture role to post-iterator functions
             functions = mg_function_ordering[self.FUNCTION_ROLES[4]]
@@ -4286,7 +4295,8 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                           architecture_role=self.ARCHITECTURE_ROLES_FUNS[2],
                           shape='8',
                           label=self.CONVERGER_LABEL,
-                          level=None)
+                          settings={'convergence_tolerance_absolute': 1e-6, 'convergence_tolerance_relative': 1e-6,
+                                    'last_iterations_to_consider': 1, 'maximum_iterations': 100})
 
         # Add local convergers if needed
         if local_convergers:
@@ -4297,7 +4307,8 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                               architecture_role=self.ARCHITECTURE_ROLES_FUNS[2],
                               shape='8',
                               label=self.CONVERGER_LABEL + str(converger),
-                              level=None)
+                              settings={'tolerance_absolute': 1e-6, 'tolerance_relative': 1e-6,
+                                        'last_iterations_to_consider': 1, 'maximum_iterations': 100})
 
         # Add architecture role to coupled functions
         for func in mg_function_ordering[self.FUNCTION_ROLES[1]]:
@@ -4311,7 +4322,6 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                 assert not self.has_node(self.CONSCONS_STRING), 'Consistency constraint name already in use in FPG.'
                 self.add_node(self.CONSCONS_STRING,
                               label=self.CONSCONS_LABEL,
-                              level=None,
                               shape='s',
                               category='function',
                               architecture_role=self.ARCHITECTURE_ROLES_FUNS[8])
@@ -4450,7 +4460,7 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                       label=self.COF_LABEL + str(group_idx),
                       instance=1,
                       problem_role=self.FUNCTION_ROLES[2],  # post-coupling
-                      architecture_role=self.ARCHITECTURE_ROLES_FUNS[9])  # consistency constraint function
+                      architecture_role=self.ARCHITECTURE_ROLES_FUNS[4])  # post-coupling analysis
         # Connect the variable inputs for the function
         for idx, (var1, var2) in enumerate(ccv_mappings.iteritems()):
             eq_lab1 = 'x{}_0'.format(idx)
@@ -4794,7 +4804,9 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                           category='function',
                           architecture_role=self.ARCHITECTURE_ROLES_FUNS[2],
                           label=label,
-                          instance=1)
+                          instance=1,
+                          settings={'convergence_tolerance_absolute': 1e-6, 'convergence_tolerance_relative': 1e-6,
+                                    'last_iterations_to_consider': 1, 'maximum_iterations': 100})
         assert conv_type in self.OPTIONS_CONVERGERS + [self.OPTIONS_ARCHITECTURES[2]], \
             'Invalid converger type %s specified.' % conv_type
         assert isinstance(coupling_functions, list)
@@ -4841,7 +4853,13 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                           category='function',
                           architecture_role=self.ARCHITECTURE_ROLES_FUNS[1],
                           label=label,
-                          instance=1)
+                          instance=1,
+                          settings = {'algorithm': 'Dakota Quasi-Newton method',
+                                      'maximum_iterations': 1000,
+                                      'maximum_function_evaluations': 1000,
+                                      'constraint_tolerance': 1e-4,
+                                      'convergence_tolerance': 1e-4,
+                                      'apply_scaling': True})
         assert isinstance(design_variable_nodes, list)
         for des_var in design_variable_nodes:
             assert self.has_node(des_var), 'Design variable %s is missing in the graph.' % des_var
@@ -4957,7 +4975,8 @@ class MdaoDataGraph(DataGraph, MdaoMixin):
                           category='function',
                           architecture_role=self.ARCHITECTURE_ROLES_FUNS[3],
                           label=label,
-                          instance=1)
+                          instance=1,
+                          settings=self.graph['problem_formulation']['doe_settings'])
         assert isinstance(design_variable_nodes, list)
         for des_var in design_variable_nodes:
             assert self.has_node(des_var), 'Design variable %s is missing in the graph.' % des_var
diff --git a/kadmos/utilities/general.py b/kadmos/utilities/general.py
index aed3a8b55aec1a212c76f94260ddb64ed77eb9b8..b07f2a86b456316f017e18509ab0af5e37729e1a 100644
--- a/kadmos/utilities/general.py
+++ b/kadmos/utilities/general.py
@@ -144,6 +144,9 @@ def get_mdao_setup(mdao_setup):
                        'distributed-convergence',  # 16
                        'CO',  # 17
                        'BLISS-2000']  # 18
+    if mdao_setup.endswith(('-FF', '-MC', '-LH', '-CT')):
+        mdao_setup = mdao_setup[:-3]
+
     if mdao_setup == mdao_defintions[0]:
         mdo_architecture = 'unconverged-MDA'
         mda_type = None