diff --git a/examples/scripts/ssbj.py b/examples/scripts/ssbj.py index e33b7a68ea2e9ce6d770d6674a685c390c7eebfc..22936df20a7090934afc182de3477ce0a0807e1b 100644 --- a/examples/scripts/ssbj.py +++ b/examples/scripts/ssbj.py @@ -139,11 +139,11 @@ fpg.mark_as_objective([nd for nd in rcg.find_all_nodes(category='variable') if n # Assign constraints fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/sigmas' in nd], '<=', 1.09) -fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/Theta' in nd], '<=', 1.04) # TODO: Add option to include two bounds for constraints! +fpg.mark_as_constraint([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/Theta' in nd][0], ['>=', '<='], [0.96, 1.04]) # TODO: Add option to include two bounds for constraints! fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/dpdx' in nd], '<=', 1.04) -fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/ESF' in nd], '<=', 1.5) # TODO: Add option to include two bounds for constraints! -fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/DT' in nd], '<=', 0.0) -fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/Temp' in nd], '<=', 1.02) # TODO: Add option to include two bounds for constraints! +fpg.mark_as_constraint([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/ESF' in nd][0], ['>=', '<='], [0.5, 1.5]) # TODO: Add option to include two bounds for constraints! +fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/DT' in nd], '<=', 0.0) # TODO: Check if two bounds are needed... +fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/Temp' in nd], '<=', 1.02) # TODO: Check if two bounds are needed... # Search for problem roles fpg.add_function_problem_roles() diff --git a/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf b/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf deleted file mode 100644 index c08c9701cd8cec887d51d9cbd0951c785c65b3a2..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf b/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf deleted file mode 100644 index e6b6da3c83116f45c588122fd1099f500f92e1d1..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf deleted file mode 100644 index 9944753db0e43c31c7686456b6ee370c4c5ccf34..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf deleted file mode 100644 index 5024603617f45cd5aba01fd1c9c20de6c4695831..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf deleted file mode 100644 index 47de650bf84b1a0c7cd22799f10da33aa2a590a2..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf deleted file mode 100644 index 034a135da35b48e4393a3409639c501ff125bd6e..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf deleted file mode 100644 index d8c837eee965e1d6b3faebbc261619349cb0cc84..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf deleted file mode 100644 index 05d4b2b1af4c18a824f778decc4eaee444771c94..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf deleted file mode 100644 index f7e5f5afff7912e3ec757abeafaadf3742ff8c98..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf and /dev/null 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 deleted file mode 100644 index 9eaa23f6aa3b362f955c5ae1f8c5a1038f0738b4..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf and /dev/null 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 deleted file mode 100644 index 971e288e321eda642d24bded7925a16f1cdb86aa..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf deleted file mode 100644 index d02ca0710c43468544fd9c52cd3aae4733df52b2..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf deleted file mode 100644 index d147601ed819ac5ea9ba718bb731562e0d36fde7..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf and /dev/null 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 deleted file mode 100644 index f6a8884c579f339f6f5f2ce0f3e11ca6b63c5bd4..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf and /dev/null 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 deleted file mode 100644 index ba76368cef8fa40a1a551387cafadcd0cea22c78..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/RCG.pdf b/examples/scripts/ssbj/(X)DSM/RCG.pdf deleted file mode 100644 index 3275fcae7e6afffc6e632310e5e4c7c12af95e82..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/RCG.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf b/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf deleted file mode 100644 index df21b763d81c5172407c0e1166bef4d9e8967b31..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf b/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf deleted file mode 100644 index c6f50c5d5f80a424d209c4e1046352adf499c9fb..0000000000000000000000000000000000000000 Binary files a/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf and /dev/null differ diff --git a/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml b/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml index 7dd73e5d2822cd804b7cca1aa56e65a681a7a6f7..a7bff4daf348374a1990402879d56ecef40501b5 100644 --- a/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml +++ b/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml @@ -3,14 +3,14 @@ <header> <creator>Imco van Gent</creator> <description>FPG CMDOWS file of the super-sonic business jet test case optimization problem</description> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> <updates> <update> <modification>KADMOS export of a fundamental problem graph (FPG).</modification> <creator>Imco van Gent</creator> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> </update> @@ -634,8 +634,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta"> <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.04</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.96;1.04</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/Temp"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID> @@ -670,8 +670,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.5</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.5;1.5</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/sigmas/sigma5"> <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID> diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml b/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml index a8cecb7fc55e6203430d10ca6d7723005d4cc22e..8feef42cf77013175e4dfdd53fc32b23880c6d11 100644 --- a/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml +++ b/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml @@ -3,14 +3,14 @@ <header> <creator>Imco van Gent</creator> <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> <updates> <update> <modification>KADMOS export of a mdao data graph (MDG).</modification> <creator>Imco van Gent</creator> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> </update> @@ -1672,8 +1672,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.5</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.5;1.5</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/DT"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID> @@ -1684,8 +1684,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta"> <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.04</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.96;1.04</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/dpdx"> <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID> diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml b/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml index 76bbc238f3b84095fa1ec8875d72c48f08e419c7..0543e34af835c080dda6c27d787efbc5acc333b7 100644 --- a/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml +++ b/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml @@ -3,14 +3,14 @@ <header> <creator>Imco van Gent</creator> <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> <updates> <update> <modification>KADMOS export of a mdao data graph (MDG).</modification> <creator>Imco van Gent</creator> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> </update> @@ -713,8 +713,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.5</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.5;1.5</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"> <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective</parameterUID> @@ -731,8 +731,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta"> <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.04</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.96;1.04</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"> <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective</parameterUID> diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml b/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml index 3b350f809e1b641b4d94952505f6c34a029ca5b1..61a6c91ef34a4f95b5b6981a2c186ec9a349e57b 100644 --- a/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml +++ b/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml @@ -3,14 +3,14 @@ <header> <creator>Imco van Gent</creator> <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> <updates> <update> <modification>KADMOS export of a mdao data graph (MDG).</modification> <creator>Imco van Gent</creator> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> </update> @@ -719,8 +719,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.5</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.5;1.5</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L"> <parameterUID>/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L</parameterUID> @@ -737,8 +737,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta"> <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.04</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.96;1.04</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE"> <parameterUID>/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE</parameterUID> diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml index 53b0b0f93f4dc6f9c781e7ee2608559fae6f3a40..54dcf0ee4c6278f434a1c113ddd2f0b07db296af 100644 --- a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml +++ b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml @@ -3,14 +3,14 @@ <header> <creator>Imco van Gent</creator> <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> <updates> <update> <modification>KADMOS export of a mdao data graph (MDG).</modification> <creator>Imco van Gent</creator> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> </update> @@ -687,8 +687,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.5</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.5;1.5</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/DT"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID> @@ -699,8 +699,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta"> <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.04</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.96;1.04</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/Temp"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID> diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml index 6bba4af0ed6bf8bd294eb1696d852cb0ea3011c9..06f7f5d7a4f583b40ec875d1892471a6cc739aa5 100644 --- a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml +++ b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml @@ -3,14 +3,14 @@ <header> <creator>Imco van Gent</creator> <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> <updates> <update> <modification>KADMOS export of a mdao data graph (MDG).</modification> <creator>Imco van Gent</creator> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> </update> @@ -696,8 +696,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.5</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.5;1.5</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/DT"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID> @@ -708,8 +708,8 @@ <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta"> <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID> <constraintType>inequality</constraintType> - <constraintOperator><=</constraintOperator> - <referenceValue>1.04</referenceValue> + <constraintOperator>>=;<=</constraintOperator> + <referenceValue>0.96;1.04</referenceValue> </constraintVariable> <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/Temp"> <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID> diff --git a/examples/scripts/ssbj/CMDOWS/RCG.xml b/examples/scripts/ssbj/CMDOWS/RCG.xml index bedb41d8abd4340b7a5a97d00bc146db1eeff5ef..5661b4186a267b0c32683e4e8027faabe1a4bac2 100644 --- a/examples/scripts/ssbj/CMDOWS/RCG.xml +++ b/examples/scripts/ssbj/CMDOWS/RCG.xml @@ -3,14 +3,14 @@ <header> <creator>Lukas Mueller</creator> <description>RCG CMDOWS file of the super-sonic business jet test case optimization problem</description> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> <updates> <update> <modification>KADMOS export of a repository connectivity graph (RCG).</modification> <creator>Lukas Mueller</creator> - <timestamp>2018-03-07T15:20:06.192462</timestamp> + <timestamp>2018-03-13T19:21:46.565692</timestamp> <fileVersion>0.1</fileVersion> <cmdowsVersion>0.7</cmdowsVersion> </update> diff --git a/examples/scripts/ssbj/KDMS/FPG_MDO.kdms b/examples/scripts/ssbj/KDMS/FPG_MDO.kdms index e4f3cb00cb9741efa0e0f9bacb413a2c328e1b9d..244b98f97ce78eb4af62151dd43f5b76097cddc1 100644 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 507a510b13b0d5602f1b849b3b69d2a8f88bae07..086bb998364b9764e792afa965dd973137e9a75a 100644 --- a/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms +++ b/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms @@ -47,46 +47,45 @@ constraintr��Uconstraint_operatorr��U<=r��Uconstraint_typer��U inequalityr ��hEhouht}r ��(jå��jæ��hEhtjç��UDOE_fin^{*}_{out}jè��Kjé��jh��jê��jë��jì��jí��uhw}r��(jå��jæ��hEhwjç��U w2_fin^{i2,0}jè��Kjé��jÿ��jê��jù��jì��jô��uhz}r��(jå��jæ��hEhzjç��UWE^{c}jè��Kjé��højê��Ucoupling copy variabler ��jì��jí��uh~}r��(jå��jæ��hEh~jç��U Theta^{a}jè��Kjé��hkjê��jò��jì��jí��uh}r��(jå��jæ��hEhjç��UDOE_h^{c,i2}_{inp}jè��Kjé��j©��jê��jû��jì��jô��uh…}r��(jå��jæ��hEh…jç��UESF^{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è��KUvalid_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��(Uinput_x_datar ��]r!��(h¡hhŸh’h”heUinput_y_datar"��]r#��(h–hhšh˜euuh£}r$��(jå��j��jì��j��hEh£jç��U Sub-SMB-0r%��jè��Kjê��j��j��}r&��(j ��]r'��(h§hh©h¯hµh¿h³h½h·ej"��]r(��(h»h¹h«h¥h±euuhÁ}r)��(jå��jæ��hEhÁjç��UWT^{c}jè��Kjõ��jö��j÷��G��������jé��hÛjê��j ��jì��jô��uhÄ}r*��(jå��jæ��j���Uojç��Udpdxr+��jì��jí��hEhÄuh½}r,��(jå��jæ��hEh½jç��UDOE_w1_Theta_{inp}jè��Kjé��j¤��jê��jû��jì��jô��uhË}r-��(jå��jæ��jì��jí��jç��Uwcf2jè��Kjõ��U objectiver.��hEhËuh¥}r/��(jå��jæ��hEh¥jç��UDOE_lambda^{*}_{out}jè��Kjé��j¿��jê��jë��jì��jí��uh¹}r0��(jå��jæ��hEh¹jç��UDOE_Theta^{*}_{out}jè��Kjé��hkjê��jë��jì��jí��uhÓ}r1��(jå��jæ��j��G��������hEhÓjç��Ugc5jè��Kjõ��j��j��U==r2��j��Uequalityr3��jì��jí��uh×}r4��(jå��jæ��j��G��������hEh×jç��Ugc4jè��Kjõ��j��j��j2��j��j3��jì��jí��uhÛ}r5��(jå��jæ��j���Uojç��UWTr6��jì��jí��hEhÛuhÞ}r7��(jå��jæ��hEhÞjç��UDOE_WT^{c,i2}_{inp}jè��Kjé��hÛjê��jû��jì��jô��uhá}r8��(jå��jæ��j��G��������hEhájç��Ugc1jè��Kjõ��j��j��j2��j��j3��jì��jí��uhå}r9��(jå��jæ��j��G��������hEhåjç��Ugc0jè��Kjõ��j��j��j2��j��j3��jì��jí��uhé}r:��(jå��jæ��hEhéjç��UD^{c,0}jè��Kjé��j��jê��jù��jì��jô��uhì}r;��(jå��jæ��hEhìjç��UWE^{a}jè��Kjé��højê��jò��jì��jí��uhï}r<��(jå��jæ��j���Uojç��UWOr=��jì��jí��hEhïuhò}r>��(jå��jæ��hEhòjç��Utc^{0}jè��Kjé��já��jê��jù��jì��jô��uhõ}r?��(jå��jæ��hEhõjç��U -Lambda^{c}jè��Kjé��jì��jê��Ucopy design variabler@��jì��jí��uhø}rA��(jå��jæ��j���Uojç��UWErB��jì��jí��hEhøuhü}rC��(jå��jæ��j���Uojç��UWFrD��jì��jí��hEhüuhÿ}rE��(jå��jæ��hEhÿjç��U w2_fin^{i2,*}jè��Kjé��jÿ��jê��jý��jì��jí��uj��}rF��(jå��jæ��jì��jí��hEj��jç��U w1_D^{i2}jè��Kj��}rG��j��}rH��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj��}rI��(jå��jæ��j��G?ø������jì��jí��jç��UESFrJ��jè��Kjõ��j��j��j��j��j ��hEj��uj -��}rK��(jå��jæ��hEj -��jç��Ugc5^{*}jè��Kjé��hÓjê��jð��jì��jí��uj ��}rL��(jå��jæ��hEj ��jç��Uw0_WT^{i2,*}jè��Kjé��j§��jê��jý��jì��jí��uj��}rM��(jå��jæ��hEj��jç��Uw2_WF^{i2,0}jè��Kjé��j��jê��jù��jì��jô��uj��}rN��(jå��jæ��j���Uojç��ULjì��jí��hEj��uj��}rO��(jå��jæ��j���Uojç��UWBErP��jì��jí��hEj��uhš}rQ��(jå��jæ��hEhšjç��UDOE_WE^{*}_{out}jè��Kjé��højê��jë��jì��jí��uj��}rR��(jå��jæ��j���Uojç��UDjì��jí��hEj��uj��}rS��(jå��jæ��hEj��jç��Uwcf0^{*}jè��Kjé��j��jê��jð��jì��jí��uh_}rT��(jå��j��hEh_UlevelrU��Njç��UCOORrV��j���U8jê��UcoordinatorrW��jì��j��uj^��}rX��(jå��jæ��jì��jí��hEj^��jç��U -w2_WE^{i2}jè��Kj��}rY��j��}rZ��(j��GÀ�������j��G@�������usjõ��jö��jé��j=��j÷��G��������uja��}r[��(jå��jæ��jì��jí��jç��UTheta^{c,i2}jè��Kjé��hkhEja��ujX��}r\��(jå��jæ��hEjX��jç��U Theta^{*}jè��Kjé��jÈ��jê��jð��jì��jí��ujh��}r]��(jå��jæ��j���Uojç��Ufinr^��jì��jí��hEjh��ujk��}r_��(jå��jæ��hEjk��jç��UWE^{c,i2,0}jè��Kjé��højê��jù��jì��jô��ujn��}r`��(jå��jæ��j��G��������jì��jí��jç��UDTra��jè��Kjõ��j��j��j��j��j ��hEjn��ujs��}rb��(jå��jæ��hEjs��jç��U w0_ESF^{i2,0}jè��Kjé��jB��jê��jù��jì��jô��ujv��}rc��(jå��jæ��jì��jí��jç��UTj���Uoj��}rd��j��}re��(j��G?¹™™™™™šj��G?ð������usjõ��jö��j÷��G?á™™™™™šhEjv��uh}rf��(jå��jæ��hEhjç��UDOE_w2_WE_{inp}jè��Kjé��j=��jê��jû��jì��jô��uj2��}rg��(jå��jæ��hEj2��jç��UESF^{*}jè��Kjé��j��jê��jð��jì��jí��uj~��}rh��(jå��jæ��hEj~��jç��UESF^{*}jè��Kjé��j��jê��jð��jì��jí��uj��}ri��(jå��jæ��jì��jí��hEj��jç��Uw0_ESF^{i2}jè��Kj��}rj��j��}rk��(j��GÀ�������j��G@�������usjõ��jö��jé��jB��j÷��G��������uh§}rl��(jå��jæ��hEh§jç��UDOE_L^{c}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj†��}rm��(jå��jæ��hEj†��jç��UDOE_tc^{c,i2}_{inp}jè��Kjé��já��jê��jû��jì��jô��uj‰��}rn��(jå��jæ��j��G��������hEj‰��jç��Ugc2jè��Kjõ��j��j��j2��j��j3��jì��jí��uj��}ro��(jå��jæ��hEj��jç��USFC^{*}jè��Kjé��jñ��jê��jð��jì��jí��uj��}rp��(jå��jæ��jì��jí��hEj��jç��Uw2_fin^{i2}jè��Kj��}rq��j��}rr��(j��GÀ�������j��G@�������usjõ��jö��jé��jÿ��j÷��G��������uj“��}rs��(jå��jæ��j���Uojç��Usigma5rt��jì��jí��hEj“��uj–��}ru��(jå��jæ��j���Uojç��Usigma4rv��jì��jí��hEj–��uj™��}rw��(jå��jæ��j���Uojç��Usigma3rx��jì��jí��hEj™��ujœ��}ry��(jå��jæ��j���Uojç��Usigma2rz��jì��jí��hEjœ��ujŸ��}r{��(jå��jæ��j���Uojç��Usigma1r|��jì��jí��hEjŸ��uj4��}r}��(jå��jæ��hEj4��jç��USref^{*}jè��Kjé��jã��jê��jý��jì��jô��uj¤��}r~��(jå��j��jì��j��Uexecution_infor��Njç��UPerformancer€��jè��U1Uversionr��U1.0r‚��jõ��h'Umoderƒ��Umainr„��Uperformance_infor…��NUgeneral_infor†��NUprojectSpecificr‡��Njê��Upost-coupling analysisrˆ��hEUPerformancer‰��uhm}rŠ��(jå��j��jì��j��j��Njç��U -Structuresr‹��jè��U1j��U1.0rŒ��jõ��h$jƒ��Umainr��j…��Nj†��Nj‡��Njê��Ucoupled analysisrŽ��hEU -Structuresr��ujÅ��}r��(jå��jæ��jì��jí��hEjÅ��jç��U -w0_WT^{i2}jè��Kj��}r‘��j��}r’��(j��GÀ�������j��G@�������usjõ��jö��jé��j§��j÷��G��������ujÈ��}r“��(jå��jæ��j��G?ð£× -=p¤jì��jí��jç��UThetar”��jè��Kjõ��j��j��j��j��j ��hEjÈ��ujË��}r•��(jå��jæ��hEjË��jç��Uw2_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ç��Uw2_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ç��Uw0_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ç��Uw2_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ç��UAerodynamicsrÁ��jè��U1j��U1.0rÂ��jõ��h$jƒ��UmainrÃ��j…��Nj†��Nj‡��Njê��jŽ��hEUAerodynamicsrÄ��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ç��UESF^{c,i2,0}jè��Kjé��j��jê��jù��jì��jô��uh?}r���(jå��j��hEh?jç��UWCF1r��jè��Kjõ��h'jê��jˆ��jì��j��uhú}r��(jå��j��jì��j��j��Njç��U -Propulsionr��jè��U1j��U1.0r��jõ��h$jƒ��Umainr��j…��Nj†��Nj‡��Njê��jŽ��hEU -Propulsionr��uj��}r��(jå��jæ��jì��jí��jç��Uwcf0jè��Kjõ��j.��hEj��uj»��}r��(jå��jæ��j���Uojç��UNzr ��jì��jí��hEj»��uh}r -��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��huj��}r��(jå��jæ��jì��jô��hEj��jç��UL^{c,i2}jè��Kjõ��jö��jé��j��j÷��G��������uj¡��}r��(jå��jæ��hEj¡��jç��U -L^{c,i2,0}jè��Kjé��j��jê��jù��jì��jô��uj¿��}r ��(jå��jæ��jì��jí��jç��Ulambdar��j���Uoj��}r��j��}r��(j��G?¹™™™™™šj��G?Ù™™™™™šusjõ��jö��j÷��G?Ð������hEj¿��ujƒ��}r��(jå��jæ��hEjƒ��jç��Uw1_D^{i2,*}jè��Kjé��j��jê��jý��jì��jí��uh[}r��(jå��j��jì��j��hEh[jç��USys-OPTr��jè��KjÓ��}r��(jß��}r��(jÖ��NjØ��Nj÷��G��������ujá��}r��(jÖ��NjØ��Nj÷��G?©™™™™™šujq��}r��(jÖ��NjØ��Nj÷��G��������ujx��}r��(jÖ��NjØ��Nj÷��G��������ujã��}r��(jÖ��NjØ��Nj÷��Mèuj“��}r��(jÖ��NjØ��Nj÷��G��������ujÐ��}r��(jÖ��NjØ��Nj÷��G@������uj��}r��(jÖ��NjØ��Nj÷��G��������ujý��}r��(jÖ��NjØ��Nj÷��G��������ujô��}r��(jÖ��NjØ��Nj÷��G��������ujæ��}r��(jÖ��NjØ��Nj÷��G��������uj©��}r ��(jÖ��NjØ��Nj÷��Mȯuju��}r!��(jÖ��NjØ��Nj÷��G��������ujð��}r"��(jÖ��NjØ��Nj÷��G��������uj«��}r#��(jÖ��NjØ��Nj÷��G?ù™™™™™šujì��}r$��(jÖ��NjØ��Nj÷��K7ujî��}r%��(jÖ��NjØ��Nj÷��G��������ujù��}r&��(jÖ��NjØ��Nj÷��G��������uj��}r'��(jÖ��NjØ��Nj÷��G��������ujò��}r(��(jÖ��NjØ��Nj÷��G��������uj��}r)��(jÖ��NjØ��Nj÷��G��������uuUobjective_variabler*��]r+��j8��ajê��U optimizerr,��Uconstraint_variablesr-��}r.��(hÓ}r/��(jÖ��NjØ��Nuh×}r0��(jÖ��NjØ��Nujf��}r1��(jÖ��NjØ��Nuj‰��}r2��(jÖ��NjØ��Nuhá}r3��(jÖ��NjØ��Nuhå}r4��(jÖ��NjØ��NuuujE��}r5��(jå��jæ��jì��jí��hEjE��jç��U w0_L^{i2}jè��Kj��}r6��j��}r7��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj±��}r8��(jå��jæ��hEj±��jç��Uw1_Theta^{i2,*}jè��Kjé��j¤��jê��jý��jì��jí��ujJ��}r9��(jå��jæ��jì��jô��hEjJ��jç��U WE^{c,i2}jè��Kjõ��jö��jé��høj÷��G��������ujM��}r:��(jå��jæ��jì��jí��hEjM��jç��U w1_Theta^{i2}jè��Kj��}r;��j��}r<��(j��GÀ�������j��G@�������usjõ��jö��jé��j¤��j÷��G��������ujà��}r=��(jå��jæ��hEjà��jç��UWT^{*}jè��Kjé��hÛjê��jð��jì��jí��ujA��}r>��(jå��jæ��hEjA��jç��UT^{a}jè��Kjé��jv��jê��jò��jì��jí��uh}r?��(jå��jæ��hEhjç��UDOE_WE^{c}_{inp}jè��Kjé��højê��jû��jì��jô��ujÙ��}r@��(jå��j��jì��j��hEjÙ��jç��U Sub-OPT-0rA��jè��KjÓ��}rB��(jÂ��}rC��(jÖ��NjØ��Nj÷��G?ð������uj¿��}rD��(jÖ��NjØ��Nj÷��G?Ð������uuj*��]rE��j��ajê��j,��j-��}rF��(jÈ��}rG��(jÖ��NjØ��NujZ��}rH��(jÖ��NjØ��Nuj\��}rI��(jÖ��NjØ��Nuj_��}rJ��(jÖ��NjØ��Nuja��}rK��(jÖ��NjØ��Nujc��}rL��(jÖ��NjØ��NuuujH��}rM��(jå��j��jì��j��hEjH��jç��U Sub-OPT-1rN��jè��KjÓ��}rO��jJ��}rP��(jÖ��NjØ��Nj÷��G?ð������usj*��]rQ��ji��ajê��j,��j-��}rR��ho}rS��(jÖ��NjØ��Nusujx��}rT��(jå��j��jì��j��hEjx��jç��U Sub-OPT-2rU��jè��KjÓ��}rV��jv��}rW��(jÖ��NjØ��Nj÷��G?á™™™™™šusj*��]rX��hËajê��j,��j-��}rY��(j��}rZ��(jÖ��NjØ��Nujq��}r[��(jÖ��NjØ��Nujn��}r\��(jÖ��NjØ��Nuuuj¨��}r]��(jå��jæ��hEj¨��jç��Uw1_Theta^{i2,0}jè��Kjé��j¤��jê��jù��jì��jô��uh±}r^��(jå��jæ��hEh±jç��UDOE_section^{*}_{out}jè��Kjé��jÂ��jê��jë��jì��jí��ujÁ��}r_��(jå��jæ��hEjÁ��jç��UWE^{*}jè��Kjé��højê��jð��jì��jí��ujF��}r`��(jå��jæ��jè��Kjì��jí��hEjF��jç��U -conv_checkra��uj}��}rb��(jå��jæ��hEj}��jç��UD^{a}jè��Kjé��j��jê��jò��jì��jí��ujë��}rc��(jå��jæ��hEjë��jç��UWF^{*}jè��Kjé��hüjê��jð��jì��jí��ujŒ��}rd��(jå��jæ��hEjŒ��jç��UAR^{0}jè��Kjé��jÐ��jê��jù��jì��jô��uj‡��}re��(jå��jæ��hEj‡��jç��Uw1_D^{i2,0}jè��Kjé��j��jê��jù��jì��jô��ujH��}rf��(jå��jæ��hEjH��jç��UCf^{a}jè��Kjé��jJ��jê��jò��jì��jí��ujˆ��}rg��(jå��jæ��hEjˆ��jç��UL^{a}jè��Kjé��j��jê��jò��jì��jí��uj‰��}rh��(jå��jæ��hEj‰��jç��UTheta^{c,0}jè��Kjé��hkjê��jù��jì��jô��uj��}ri��(jå��jæ��jì��jí��jç��U WT^{c,i2}jè��Kjé��hÛhEj��uh2}rj��(jå��j��hEh2jç��UGcrk��jè��Kjõ��h'jê��Uconsistency constraint functionrl��jì��j��uh©}rm��(jå��jæ��hEh©jç��UDOE_Lambda^{c}_{inp}jè��Kjé��jì��jê��jû��jì��jô��uh«}rn��(jå��jæ��hEh«jç��UDOE_WF^{*}_{out}jè��Kjé��hüjê��jë��jì��jí��ujÏ��}ro��(jå��jæ��hEjÏ��jç��UDOE_w0_L_{inp}jè��Kjé��j��jê��jû��jì��jô��uj¤��}rp��(jå��jæ��jì��jí��jç��Uw1_Thetajè��Kjê��Ucoupling weightrq��hEj¤��uj§��}rr��(jå��jæ��jì��jí��jç��Uw0_WTjè��Kjê��jq��hEj§��uj8��}rs��(jå��jæ��jè��Kjõ��j.��jì��jí��hEj8��jç��URujá��}rt��(jå��jæ��jì��jô��jç��Utcru��j���Uoj��}rv��j��}rw��(j��G?„záG®{j��G?· +Lambda^{c}jè��Kjé��jì��jê��Ucopy design variabler@��jì��jí��uhø}rA��(jå��jæ��j���Uojç��UWErB��jì��jí��hEhøuhü}rC��(jå��jæ��j���Uojç��UWFrD��jì��jí��hEhüuhÿ}rE��(jå��jæ��hEhÿjç��U w2_fin^{i2,*}jè��Kjé��jÿ��jê��jý��jì��jí��uj��}rF��(jå��jæ��jì��jí��hEj��jç��U w1_D^{i2}jè��Kj��}rG��j��}rH��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj��}rI��(jå��jæ��j��U0.5;1.5rJ��jì��jí��jç��UESFrK��jè��Kjõ��j��j��U>=;<=rL��j��j ��hEj��uj +��}rM��(jå��jæ��hEj +��jç��Ugc5^{*}jè��Kjé��hÓjê��jð��jì��jí��uj ��}rN��(jå��jæ��hEj ��jç��Uw0_WT^{i2,*}jè��Kjé��j§��jê��jý��jì��jí��uj��}rO��(jå��jæ��hEj��jç��Uw2_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ç��UTheta^{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æ��hEhjç��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‡��NUgeneral_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ç��Uw2_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ç��Uw2_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ç��Uw0_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ç��Uw2_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ç��UAerodynamicsrÅ��jè��U1jƒ��U1.0rÆ��jõ��h$j…��UmainrÇ��j‡��Njˆ��Nj‰��Njê��j��hEUAerodynamicsrÈ��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ç��UESF^{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æ��hEhjç��UDOE_WE^{c}_{inp}jè��Kjé��højê��jû��jì��jô��ujÙ��}rD��(jå��j��jì��j��hEjÙ��jç��U Sub-OPT-0rE��jè��Kj×��}rF��(jÂ��}rG��(jÚ��NjÜ��Nj÷��G?ð������uj¿��}rH��(jÚ��NjÜ��Nj÷��G?Ð������uuj.��]rI��j��ajê��j0��j1��}rJ��(jÈ��}rK��(jÚ��NjÜ��NujZ��}rL��(jÚ��NjÜ��Nuj\��}rM��(jÚ��NjÜ��Nuj_��}rN��(jÚ��NjÜ��Nuja��}rO��(jÚ��NjÜ��Nujc��}rP��(jÚ��NjÜ��NuuujH��}rQ��(jå��j��jì��j��hEjH��jç��U Sub-OPT-1rR��jè��Kj×��}rS��jJ��}rT��(jÚ��NjÜ��Nj÷��G?ð������usj.��]rU��ji��ajê��j0��j1��}rV��ho}rW��(jÚ��NjÜ��Nusujx��}rX��(jå��j��jì��j��hEjx��jç��U Sub-OPT-2rY��jè��Kj×��}rZ��jv��}r[��(jÚ��NjÜ��Nj÷��G?á™™™™™šusj.��]r\��hËajê��j0��j1��}r]��(j��}r^��(jÚ��NjÜ��Nujq��}r_��(jÚ��NjÜ��Nujn��}r`��(jÚ��NjÜ��Nuuuj¨��}ra��(jå��jæ��hEj¨��jç��Uw1_Theta^{i2,0}jè��Kjé��j¤��jê��jù��jì��jô��uh±}rb��(jå��jæ��hEh±jç��UDOE_section^{*}_{out}jè��Kjé��jÂ��jê��jë��jì��jí��ujÁ��}rc��(jå��jæ��hEjÁ��jç��UWE^{*}jè��Kjé��højê��jð��jì��jí��ujF��}rd��(jå��jæ��jè��Kjì��jí��hEjF��jç��U +conv_checkre��uj}��}rf��(jå��jæ��hEj}��jç��UD^{a}jè��Kjé��j��jê��jò��jì��jí��ujë��}rg��(jå��jæ��hEjë��jç��UWF^{*}jè��Kjé��hüjê��jð��jì��jí��ujŒ��}rh��(jå��jæ��hEjŒ��jç��UAR^{0}jè��Kjé��jÐ��jê��jù��jì��jô��uj‡��}ri��(jå��jæ��hEj‡��jç��Uw1_D^{i2,0}jè��Kjé��j��jê��jù��jì��jô��ujH��}rj��(jå��jæ��hEjH��jç��UCf^{a}jè��Kjé��jJ��jê��jò��jì��jí��ujˆ��}rk��(jå��jæ��hEjˆ��jç��UL^{a}jè��Kjé��j��jê��jò��jì��jí��uj‰��}rl��(jå��jæ��hEj‰��jç��UTheta^{c,0}jè��Kjé��hkjê��jù��jì��jô��uj��}rm��(jå��jæ��jì��jí��jç��U WT^{c,i2}jè��Kjé��hÛhEj��uh2}rn��(jå��j��hEh2jç��UGcro��jè��Kjõ��h'jê��Uconsistency constraint functionrp��jì��j��uh©}rq��(jå��jæ��hEh©jç��UDOE_Lambda^{c}_{inp}jè��Kjé��jì��jê��jû��jì��jô��uh«}rr��(jå��jæ��hEh«jç��UDOE_WF^{*}_{out}jè��Kjé��hüjê��jë��jì��jí��ujÏ��}rs��(jå��jæ��hEjÏ��jç��UDOE_w0_L_{inp}jè��Kjé��j��jê��jû��jì��jô��uj¤��}rt��(jå��jæ��jì��jí��jç��Uw1_Thetajè��Kjê��Ucoupling weightru��hEj¤��uj§��}rv��(jå��jæ��jì��jí��jç��Uw0_WTjè��Kjê��ju��hEj§��uj8��}rw��(jå��jæ��jè��Kjõ��j.��jì��jí��hEj8��jç��URujá��}rx��(jå��jæ��jì��jô��jç��Utcry��j���Uoj��}rz��j��}r{��(j��G?„záG®{j��G?· =p£× -usjõ��jö��j÷��G?©™™™™™šhEjá��uj®��}rx��(jå��jæ��jì��jí��jç��Uh^{c,i2}jè��Kjé��j©��hEj®��uj½��}ry��(jå��jæ��hEj½��jç��UT^{*}jè��Kjé��jv��jê��jý��jì��jí��ujÙ��}rz��(jå��jæ��hEjÙ��jç��Ufin^{*}jè��Kjé��jh��jê��jð��jì��jí��uh}r{��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��huj{��}r|��(jå��j��jì��j��jç��USys-CONVr}��jè��Kjê��U convergerr~��hEj{��uh»}r��(jå��jæ��hEh»jç��UDOE_WT^{*}_{out}jè��Kjé��hÛjê��jë��jì��jí��uh}r€��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��hujg��}r��(jå��jæ��hEjg��jç��UCf^{0}jè��Kjé��jJ��jê��jù��jì��jí��uj��}r‚��(jå��jæ��hEj��jç��USFC^{a}jè��Kjé��jñ��jê��jò��jì��jí��ujw��}rƒ��(jå��jæ��hEjw��jç��Uh^{0}jè��Kjé��j©��jê��jù��jì��jô��uj��}r„��(jå��jæ��j���Uojç��UESFr…��jì��jô��hEj��ujÚ��}r†��(jå��j��jì��j��hEjÚ��jç��U Sub-SMB-1r‡��jè��Kjê��j��j��}rˆ��(j ��]r‰��(jÓ��hÞjA��jÕ��hajÅ��j5��j†��jÉ��jÏ��jÍ��jË��ej"��]rŠ��(jì��jè��hthHeuujî��}r‹��(jå��jæ��jè��Kjì��jí��hEjî��jç��U -defSubSMB2ujñ��}rŒ��(jå��jæ��j���Uojç��USFCr��jì��jí��hEjñ��uj¹��}rŽ��(jå��jæ��j���Uojç��UWFOr��jì��jí��hEj¹��uj½��}r��(jå��jæ��hEj½��jç��Utc^{c}jè��Kjé��já��jê��j@��jì��jí��uh}r‘��(jå��jæ��hEhjç��UDOE_SFC^{*}_{out}jè��Kjé��jñ��jê��jë��jì��jí��uj<��}r’��(jå��jæ��hEj<��jç��Ugc3^{*}jè��Kjé��jf��jê��jð��jì��jí��ujo��}r“��(jå��jæ��hEjo��jç��U w1_SFC^{i2,*}jè��Kjé��jZ��jê��jý��jì��jí��ujþ��}r”��(jå��jæ��jì��jí��jç��UM^{c,i2}jè��Kjé��j«��hEjþ��uh¡}r•��(jå��jæ��hEh¡jç��UDOE_D^{c,i2}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj$��}r–��(jå��jæ��hEj$��jç��U -sigma5^{*}jè��Kjé��j\��jê��jð��jì��jí��uj&��}r—��(jå��jæ��hEj&��jç��U -sigma4^{*}jè��Kjé��jZ��jê��jð��jì��jí��uj(��}r˜��(jå��jæ��hEj(��jç��Usection^{a}jè��Kjé��jÂ��jê��jò��jì��jí��uj*��}r™��(jå��jæ��hEj*��jç��U -sigma1^{*}jè��Kjé��j_��jê��jð��jì��jí��uj,��}rš��(jå��jæ��hEj,��jç��U -sigma3^{*}jè��Kjé��jc��jê��jð��jì��jí��uj.��}r›��(jå��jæ��hEj.��jç��U -sigma2^{*}jè��Kjé��ja��jê��jð��jì��jí��uh;}rœ��(jå��j��hEh;jç��UWCF0r��jè��Kjõ��h'jê��jˆ��jì��j��uj��}rž��(jå��jæ��hEj��jç��Uw0_L^{i2,*}jè��Kjé��j��jê��jý��jì��jí��ujÛ��}rŸ��(jå��jæ��hEjÛ��jç��UL^{*}jè��Kjé��j��jê��jð��jì��jí��ujk��}r ��(jå��jæ��hEjk��jç��UM^{0}jè��Kjé��j«��jê��jù��jì��jô��uhµ}r¡��(jå��jæ��hEhµjç��UDOE_AR^{c}_{inp}jè��Kjé��jÐ��jê��jû��jì��jô��uj\��}r¢��(jå��jæ��j���Uojç��UCDminr£��jì��jí��hEj\��ujÂ��}r¤��(jå��jæ��jì��jí��jç��Usectionr¥��j���Uoj��}r¦��j��}r§��(j��G?è������j��G?ô������usjõ��jö��j÷��G?ð������hEjÂ��ujÅ��}r¨��(jå��jæ��hEjÅ��jç��UDOE_Sref^{c,i2}_{inp}jè��Kjé��jã��jê��jû��jì��jô��uj��}r©��(jå��jæ��j���Uojç��UDTrª��jì��jí��hEj��uj¦��}r«��(jå��jæ��hEj¦��jç��UWT^{a}jè��Kjé��hÛjê��jò��jì��jô��uj6��}r¬��(jå��jæ��hEj6��jç��Ugc0^{*}jè��Kjé��håjê��jð��jì��jí��uj8��}r��(jå��jæ��hEj8��jç��Ugc1^{*}jè��Kjé��hájê��jð��jì��jí��ujq��}r®��(jå��jæ��j��G?ðQë…¸Rjì��jí��jç��UTempr¯��jè��Kjõ��j��j��j��j��j ��hEjq��ujX��}r°��(jå��jæ��hEjX��jç��Usection^{0}jè��Kjé��jÂ��jê��jù��jì��jí��uj>��}r±��(jå��jæ��hEj>��jç��Ugc4^{*}jè��Kjé��h×jê��jð��jì��jí��uj=��}r²��(jå��jæ��jì��jí��jç��Uw2_WEjè��Kjê��jq��hEj=��ujÇ��}r³��(jå��jæ��hEjÇ��jç��UD^{*}jè��Kjé��j��jê��jð��jì��jí��ujB��}r´��(jå��jæ��jì��jí��jç��Uw0_ESFjè��Kjê��jq��hEjB��ujZ��}rµ��(jå��jæ��j��G?ñp£× -=qjì��jí��jç��Usigma4r¶��jè��Kjõ��j��j��j��j��j ��hEjZ��uj\��}r·��(jå��jæ��j��G?ñp£× -=qjì��jí��jç��Usigma5r¸��jè��Kjõ��j��j��j��j��j ��hEj\��uj_��}r¹��(jå��jæ��j��G?ñp£× -=qjì��jí��jç��Usigma1rº��jè��Kjõ��j��j��j��j��j ��hEj_��uja��}r»��(jå��jæ��j��G?ñp£× -=qjì��jí��jç��Usigma2r¼��jè��Kjõ��j��j��j��j��j ��hEja��ujc��}r½��(jå��jæ��j��G?ñp£× -=qjì��jí��jç��Usigma3r¾��jè��Kjõ��j��j��j��j��j ��hEjc��uh³}r¿��(jå��jæ��hEh³jç��UDOE_w0_WT_{inp}jè��Kjé��j§��jê��jû��jì��jô��ujQ��}rÀ��(jå��jæ��hEjQ��jç��U Theta^{c}jè��Kjõ��jö��j÷��G��������jé��hkjê��j ��jì��jô��uh·}rÁ��(jå��jæ��hEh·jç��UDOE_w2_WF_{inp}jè��Kjé��j��jê��jû��jì��jô��ujË��}rÂ��(jå��jæ��hEjË��jç��UDOE_w2_fin_{inp}jè��Kjé��jÿ��jê��jû��jì��jô��uhC}rÃ��(jå��j��hEhCjç��UWCF2rÄ��jè��Kjõ��h'jê��jˆ��jì��j��ujÍ��}rÅ��(jå��jæ��hEjÍ��jç��UDOE_w1_D_{inp}jè��Kjé��j��jê��jû��jì��jô��uj²��}rÆ��(jå��jæ��hEj²��jç��UAR^{c}jè��Kjé��jÐ��jê��j@��jì��jí��ujL��}rÇ��(jå��jæ��hEjL��jç��UDT^{*}jè��Kjé��jn��jê��jð��jì��jí��ujî��}rÈ��(jå��jæ��hEjî��jç��U Theta^{*}jè��Kjé��hkjê��jð��jì��jí��uji��}rÉ��(jå��jæ��jì��jí��jç��Uwcf1jè��Kjõ��j.��hEji��ujã��}rÊ��(jå��jæ��jì��jô��jç��USrefrË��j���Uoj��}rÌ��j��}rÍ��(j��Môj��MÜusjõ��jö��j÷��MèhEjã��ujÉ��}rÎ��(jå��jæ��hEjÉ��jç��UDOE_M^{c}_{inp}jè��Kjé��j«��jê��jû��jì��jô��uj¶��}rÏ��(jå��jæ��hEj¶��jç��USref^{c}jè��Kjé��jã��jê��j@��jì��jí��uh6}rÐ��(jå��j��jì��j��jç��USub-SM-2rÑ��jè��Kjê��j ��hEh6uj{��}rÒ��(jå��jæ��jì��jí��hEj{��jç��U -w2_WF^{i2}jè��Kj��}rÓ��j��}rÔ��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj:��}rÕ��(jå��jæ��hEj:��jç��Ugc2^{*}jè��Kjé��j‰��jê��jð��jì��jí��uj¯��}rÖ��(jå��jæ��hEj¯��jç��Ufin^{a}jè��Kjé��jh��jê��jò��jì��jí��uj©��}r×��(jå��jæ��jì��jô��jç��Uhj���Uoj��}rØ��j��}rÙ��(j��M0uj��M`êusjõ��jö��j÷��MȯhEj©��uj���}rÚ��(jå��jæ��jè��Kjì��jí��hEj���jç��U -defSubSMB0ujé��}rÛ��(jå��jæ��jè��Kjì��jí��hEjé��jç��U -defSubSMB1ujˆ��}rÜ��(jå��jæ��jì��jí��jç��U Lambda^{c,i2}jè��Kjé��jì��hEjˆ��uj0��}rÝ��(jå��jæ��hEj0��jç��Utc^{*}jè��Kjé��já��jê��jý��jì��jô��uj™��}rÞ��(jå��jæ��hEj™��jç��U -Lambda^{0}jè��Kjé��jì��jê��jù��jì��jô��ujP��}rß��(jå��jæ��hEjP��jç��Uh^{*}jè��Kjé��j©��jê��jý��jì��jô��uj��}rà��(jå��jæ��jì��jí��jç��Uw2_WFjè��Kjê��jq��hEj��uj“��}rá��(jå��jæ��jì��jí��jç��UD^{c,i2}jè��Kjé��j��hEj“��ujì��}râ��(jå��jæ��hEjì��jç��UDOE_L^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��ujZ��}rã��(jå��jæ��jì��jí��jç��Uw1_SFCjè��Kjê��jq��hEjZ��uh˜}rä��(jå��jæ��hEh˜jç��UDOE_T^{*}_{out}jè��Kjé��jv��jê��jë��jì��jí��ujœ��}rå��(jå��jæ��jì��jí��jç��U AR^{c,i2}jè��Kjé��jÐ��hEjœ��ujm��}ræ��(jå��jæ��hEjm��jç��UT^{0}jè��Kjé��jv��jê��jù��jì��jí��ujÕ��}rç��(jå��jæ��hEjÕ��jç��UDOE_h^{c}_{inp}jè��Kjé��j©��jê��jû��jì��jô��ujÓ��}rè��(jå��jæ��hEjÓ��jç��UDOE_ESF^{c}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj•��}ré��(jå��jæ��hEj•��jç��UWT^{c,*}jè��Kjé��hÛjê��jý��jì��jí��uj§��}rê��(jå��jæ��jì��jí��jç��USref^{c,i2}jè��Kjé��jã��hEj§��ujè��}rë��(jå��jæ��hEjè��jç��UDOE_D^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��uj«��}rì��(jå��jæ��jì��jô��jç��UMj���Uoj��}rí��j��}rî��(j��G?öffffffj��G?üÌÌÌÌÌÍusjõ��jö��j÷��G?ù™™™™™šhEj«��ujì��}rï��(jå��jæ��jì��jô��jç��ULambdarð��j���Uoj��}rñ��j��}rò��(j��K(j��KFusjõ��jö��j÷��K7hEjì��ujÿ��}ró��(jå��jæ��jì��jí��jç��Uw2_finjè��Kjê��jq��hEjÿ��uj��}rô��(jå��jæ��j���Uojç��UTemprõ��jì��jí��hEj��uj��}rö��(jå��jæ��jì��jí��jç��Uw0_Ljè��Kjê��jq��hEj��uj��}r÷��(jå��jæ��jì��jí��jç��Uw1_Djè��Kjê��jq��hEj��uj\��}rø��(jå��jæ��hEj\��jç��UM^{*}jè��Kjé��j«��jê��jý��jì��jô��uuUnode_dict_factoryrù��hUGRAPH_PROPERTIESrú��]rû��(U functionsrü��Unodesrý��Uedgesrþ��U couplingsrÿ��U system_inputsr���eU NODE_CAT_TREEr��}r��(jæ��}r��(Ucollided circular couplingr��]Ushared circular couplingr��]Usupplied inputr��]U collisionr��]U!collided shared circular couplingr��]Uholer ��]Ucollided shared couplingr -��]Upure circular couplingr��]jí��]Ushared couplingr��]Usupplied shared inputr ��]Uoutputr��]Ucollided couplingr��]uj��}r��(Uindependentr��]U -outputlessr��]j��]U inputlessr��]uUarchitecture elementr��}r��(U initiatorr��]j,��]Ucopy design variabler��]Udoe output sample listr��]Uinitial guess design variabler��]Uconsistency constraint variabler��]UMDA coupling variabler��]UMDAr��]Uindependent output functionr��]Uoptimizer functionr��]UMDA 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-��]UXML PyMergerr.��]UInput Providerr/��]U Convergerr0��]uUvariable groupr1��}r2��(U -hole groupr3��]Ucoupling groupr4��]Ushared coupling groupr5��]Uoutput groupr6��]Usupplied input groupr7��]Usupplied shared input groupr8��]uuU_succr9��j»��Uadjlist_outer_dict_factoryr:��hub. \ No newline at end of file +usjõ��jö��j÷��G?©™™™™™šhEjá��uj®��}r|��(jå��jæ��jì��jí��jç��Uh^{c,i2}jè��Kjé��j©��hEj®��uj½��}r}��(jå��jæ��hEj½��jç��UT^{*}jè��Kjé��jv��jê��jý��jì��jí��ujÙ��}r~��(jå��jæ��hEjÙ��jç��Ufin^{*}jè��Kjé��jh��jê��jð��jì��jí��uh}r��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jŠ��jç��huj{��}r€��(jå��j��jì��j��jç��USys-CONVr��jè��Kjê��U convergerr‚��hEj{��uh»}rƒ��(jå��jæ��hEh»jç��UDOE_WT^{*}_{out}jè��Kjé��hÛjê��jë��jì��jí��uh}r„��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jŠ��jç��hujg��}r…��(jå��jæ��hEjg��jç��UCf^{0}jè��Kjé��jJ��jê��jù��jì��jí��uj��}r†��(jå��jæ��hEj��jç��USFC^{a}jè��Kjé��jñ��jê��jò��jì��jí��ujw��}r‡��(jå��jæ��hEjw��jç��Uh^{0}jè��Kjé��j©��jê��jù��jì��jô��uj��}rˆ��(jå��jæ��j���Uojç��UESFr‰��jì��jô��hEj��ujÚ��}rŠ��(jå��j��jì��j��hEjÚ��jç��U Sub-SMB-1r‹��jè��Kjê��j��j��}rŒ��(j ��]r��(jÓ��hÞjA��jÕ��hajÅ��j5��j†��jÉ��jÏ��jÍ��jË��ej"��]rŽ��(jì��jè��hthHeuujî��}r��(jå��jæ��jè��Kjì��jí��hEjî��jç��U +defSubSMB2ujñ��}r��(jå��jæ��j���Uojç��USFCr‘��jì��jí��hEjñ��uj¹��}r’��(jå��jæ��j���Uojç��UWFOr“��jì��jí��hEj¹��uj½��}r”��(jå��jæ��hEj½��jç��Utc^{c}jè��Kjé��já��jê��j@��jì��jí��uh}r•��(jå��jæ��hEhjç��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"��]UMDA 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��]UXML PyMergerr2��]UInput Providerr3��]U Convergerr4��]uUvariable groupr5��}r6��(U +hole groupr7��]Ucoupling groupr8��]Ushared coupling groupr9��]Uoutput groupr:��]Usupplied input groupr;��]Usupplied shared input groupr<��]uuU_succr=��j»��Uadjlist_outer_dict_factoryr>��hub. \ No newline at end of file diff --git a/examples/scripts/ssbj/KDMS/Mdao_CO.kdms b/examples/scripts/ssbj/KDMS/Mdao_CO.kdms index d88793f542cf8aedd8edc8093a2e1ff0ea4854ff..15d2347de7dd55d2be7e9d4685dc2eaa0b50f2ac 100644 --- a/examples/scripts/ssbj/KDMS/Mdao_CO.kdms +++ b/examples/scripts/ssbj/KDMS/Mdao_CO.kdms @@ -4,76 +4,87 @@ q) dict qU root_graphqhUedge_attr_dict_factoryqhUgraphq }q -(UdescriptionqUnSolution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.qUproblem_formulationq }q(Uallow_unconverged_couplingsq‰Ufunction_orderq]q(U -StructuresqUAerodynamicsqU -PropulsionqUPerformanceqU C[sigmas]qUC[Theta]qUC[dpdx]qUC[prop]qUF[R]qeUconvergence_typeqNUmdao_architectureqUCOqUcoupled_functions_groupsq]q(]q ha]q!ha]q"haeUfunction_orderingq#}q$(Ucoupledq%]q&(hhheUpre-couplingq']U post-couplingq(]q)(hhhhhheuuUorganizationq*Nh#}q+(Upost-desvarsq,]h(h)Upre-desvarsq-]q.h%h&uUdistr_function_orderingq/]q0(}q1(h,]h-h.h(]q2(hheh%]u]q3(}q4(h%]q5hah-]h(]q6(hhU__J0__q7eh,]u}q8(h%]q9hah-]h(]q:(hU__J1__q;eh,]u}q<(h%]q=hah-]h(]q>(hU__J2__q?eh,]ueeUmg_function_orderingq@h+UnameqAUXDSM - CO - MdaoqBuU_predqC}qD(U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2qE}qFUSub-Optimizer-1qG}qHsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/DqI}qJUCoordinatorqK}qLsUU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/CfqM}qNhG}qOsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/LqP}qQhK}qRsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqS}qThK}qUsU“/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/ThetaqV}qWU Sys-OptimizerqX}qYsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCqZ}q[hK}q\sUc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambdaq]}q^hK}q_sU$/data_schema/aircraft/geometry/Thetaq`}qaU -Structuresqb}qcsU&/data_schema/mdo_data/constraints/dpdxqd}qeh}qfU equationsqg}qhUPythonqiUdpdx/1.0qjsssUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARqk}qlUSub-Optimizer-0qm}qnsUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFqo}qphX}qqsUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEqr}qshX}qtsU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectivequ}qvh;}qwhg}qxhiU†(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2+(x5_1-x5_0)**2+(x6_1-x6_0)**2+(x7_1-x7_0)**2+(x8_1-x8_0)**2qysssUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqz}q{hX}q|sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2q}}q~hK}qsU /data_schema/aircraft/other/dpdxq€}qUAerodynamicsq‚}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Œ}qUSub-Optimizer-2qŽ}qsU”/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œ}qhK}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¬}qh}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*��(UAerodynamicsr+��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ê��UAerodynamicsr<��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{��(UAerodynamicsr|��jÊ��h;j&��uj©��}r}��(UAerodynamicsr~��jÂ��h?jK��uhø}r��hKhùsj®��}r€��hjü��shÿ}r��hKj���sj��}r‚��hKj��sj·��}rƒ��UAerodynamicsr„��j¿��sh‚}r…��(j��j ��U/data_schema/aircraft/other/Lr†��h³h€hƒhºh¼ujË��}r‡��(UAerodynamicsrˆ��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Î��hMhOhh’hÜj��j¦��j¨��jÃ��j��j -��jó��hûj ��j½��j��jÅ��j ��uhŽ}r¡��(j��j��hŒhhã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Å��UAerodynamicsrÆ��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à��UAerodynamicsrÔ��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ß��(UAerodynamicsrà��jÆ��h;j.��uhÎ}rá��hKhÏshû}râ��hKhüshÒ}rã��hKhÓsj��}rä��hGj€��sj��}rå��hKj��sjB��}ræ��hXjC��sj��}rç��(UAerodynamicsrè��j¾��h;j$��uhÜ}ré��hKhÝsj��}rê��(UAerodynamicsrë��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û��KUproblem_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ö��hAhjù��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ù��ULambda^{c,0}r;��jû��Kjü��jç��jÿ��j���j÷��j��uhŸ}r<��(jõ��jö��j��Uojù��UWOr=��j÷��j��hAhŸuh¢}r>��(jõ��jö��hAh¢jù��U -Lambda^{c}r?��jû��Kjü��jç��jÿ��Ucopy design variabler@��j÷��jø��uh¥}rA��(jõ��jö��j��Uojù��UWErB��j÷��j��hAh¥uh©}rC��(jõ��jö��j��Uojù��UWFrD��j÷��j��hAh©uh¬}rE��(jõ��jö��j��G?ø������j÷��j��jù��UESFrF��jû��Kj��j��j��j��j��j��hAh¬uh±}rG��(jõ��jö��j��Uojù��ULj÷��j��hAh±uh´}rH��(jõ��jö��j��Uojù��UWBErI��j÷��j��hAh´uh·}rJ��(jõ��jö��hAh·jù��UM^{0}rK��jû��Kjü��jD��jÿ��j���j÷��j��uhº}rL��(jõ��jö��j��Uojù��UDj÷��j��hAhºuh½}rM��(jõ��jö��j��G��������hAh½jù��UJ0^{*}rN��jû��Kj��j��j��U==rO��jü��j��jÿ��j$��j��UequalityrP��j÷��j��uhK}rQ��(jõ��UfunctionrR��hAhKUlevelrS��Njù��UCOORrT��j��U8jÿ��UcoordinatorrU��j÷��UcompleterV��uj��}rW��(jõ��jö��hAj��jù��Utc^{c,*}rX��jû��Kjü��jâ��jÿ��j��j÷��j��uj��}rY��(jõ��jö��hAj��jù��U -Lambda^{0}rZ��jû��Kjü��jç��jÿ��j���j÷��j��uj��}r[��(jõ��jö��hAj��jù��U Theta^{*}r\��jû��Kjü��jƒ��jÿ��j$��j÷��j��uj��}r]��(jõ��jö��j��Uojù��Ufinr^��j÷��j��hAj��uj!��}r_��(jõ��jö��j��G��������j÷��j��jù��UDTr`��jû��Kj��j��j��j��j��j��hAj!��uj&��}ra��(jõ��jö��j÷��j��jù��UTj��UoUvalid_rangesrb��}rc��Ulimit_rangerd��}re��(Uminimumrf��G?¹™™™™™šUmaximumrg��G?ð������usj��Udesign variablerh��U nominal_valueri��G?á™™™™™šhAj&��uj)��}rj��(jõ��jö��hAj)��jù��U -h^{c,i2,0}rk��jû��Kjü��j>��jÿ��j���j÷��j��uhï}rl��(jõ��jö��hAhïjù��U SFC^{c,*}rm��jû��Kjü��j8��jÿ��j��j÷��j��uhÖ}rn��(jõ��jö��hAhÖjù��UESF^{*}ro��jû��Kjü��h¬jÿ��j$��j÷��j��uj0��}rp��(jõ��jö��hAj0��jù��U ESF^{c,0}rq��jû��Kjü��j;��jÿ��j���j÷��j��uh?}rr��(jõ��jR��hAh?jù��UJ2rs��jû��Kj��h(jÿ��Uconsistency constraint functionrt��j÷��jV��ujR��}ru��(jõ��jö��hAjR��jù��U -Sref^{c,0}rv��jû��Kjü��j×��jÿ��j���j÷��j��ujU��}rw��(jõ��jö��j��Uojù��Usigma5rx��j÷��j��hAjU��ujX��}ry��(jõ��jö��j��Uojù��Usigma4rz��j÷��j��hAjX��uj[��}r{��(jõ��jö��j��Uojù��Usigma3r|��j÷��j��hAj[��uj^��}r}��(jõ��jö��j��Uojù��Usigma2r~��j÷��j��hAj^��uja��}r��(jõ��jö��j��Uojù��Usigma1r€��j÷��j��hAja��uhØ}r��(jõ��jö��hAhØjù��USref^{*}r‚��jû��Kjü��j×��jÿ��j��j÷��j��ujf��}rƒ��(jõ��jR��j÷��jV��Uexecution_infor„��Njù��UPerformancer…��jû��U1Uversionr†��U1.0r‡��j��h(Umoderˆ��Umainr‰��Uperformance_inforŠ��NUgeneral_infor‹��NUprojectSpecificrŒ��Njÿ��Upost-coupling analysisr��hAUPerformancerŽ��uhb}r��(jõ��jR��j÷��jV��j„��Njù��U -Structuresr��jû��U1j†��U1.0r‘��j��h%jˆ��Umainr’��jŠ��Nj‹��NjŒ��Njÿ��Ucoupled analysisr“��hAU -Structuresr”��ujƒ��}r•��(jõ��jö��j��G?ð£× -=p¤j÷��j��jù��UThetar–��jû��Kj��j��j��j��j��j��hAjƒ��uhá}r—��(jõ��jö��hAhájù��U -Lambda^{*}r˜��jû��Kjü��jç��jÿ��j��j÷��j��ujˆ��}r™��(jõ��jö��j÷��jø��jù��UARrš��j��Uojb��}r›��jd��}rœ��(jf��G@������jg��G@!������usj��jh��ji��G@������hAjˆ��uhç}r��(jõ��jö��hAhçjù��Usection^{*}rž��jû��Kjü��j€��jÿ��j��j÷��j��uhé}rŸ��(jõ��jö��hAhéjù��UL^{c,*}r ��jû��Kjü��h±jÿ��j��j÷��j��uhë}r¡��(jõ��jö��hAhëjù��Udpdx^{*}r¢��jû��Kjü��hdjÿ��j$��j÷��j��uhí}r£��(jõ��jö��hAhíjù��UD^{c,*}r¤��jû��Kjü��hºjÿ��j��j÷��j��uj“��}r¥��(jõ��jö��hAj“��jù��UWE^{c,0}r¦��jû��Kjü��h¥jÿ��j���j÷��j��uj–��}r§��(jõ��jö��j��G��������hAj–��jù��UJ1^{*}r¨��jû��Kj��j��j��jO��jü��jx��jÿ��j$��j��jP��j÷��j��uj™��}r©��(jõ��jö��hAj™��jù��UWF^{c,0}rª��jû��Kjü��h©jÿ��j���j÷��j��ujr��}r«��(jõ��jö��hAjr��jù��UL^{c}r¬��jû��Kjü��h±jÿ��j��j÷��jø��uhö}r��(jõ��jö��hAhöjù��U -lambda^{*}r®��jû��Kjü��j}��jÿ��j��j÷��j��uj ��}r¯��(jõ��jö��hAj ��jù��UD^{c}r°��jû��Kjü��hºjÿ��j��j÷��jø��uj£��}r±��(jõ��jö��hAj£��jù��USref^{0}r²��jû��Kjü��j×��jÿ��j���j÷��j��uj¦��}r³��(jõ��jö��hAj¦��jù��UM^{c}r´��jû��Kjü��jD��jÿ��j@��j÷��jø��uj©��}rµ��(jõ��jö��hAj©��jù��UESF^{c}r¶��jû��Kjü��j;��jÿ��j��j÷��jø��uhø}r·��(jõ��jö��hAhøjù��UJ2^{*,*}r¸��jû��Kjü��h„jÿ��j$��j÷��j��uj®��}r¹��(jõ��jö��j��Uojù��URj÷��j��hAj®��uhÿ}rº��(jõ��jö��hAhÿjù��UTemp^{*}r»��jû��Kjü��j…��jÿ��j$��j÷��j��uj��}r¼��(jõ��jö��hAj��jù��UAR^{*}r½��jû��Kjü��jˆ��jÿ��j��j÷��j��uj·��}r¾��(jõ��jö��j÷��j��jù��UCfr¿��j��Uojb��}rÀ��jd��}rÁ��(jf��G?è������jg��G?ô������usj��jh��ji��G?ð������hAj·��uh‚}rÂ��(jõ��jR��j÷��jV��j„��Njù��UAerodynamicsrÃ��jû��U1j†��U1.0rÄ��j��h%jˆ��UmainrÅ��jŠ��Nj‹��NjŒ��Njÿ��j“��hAUAerodynamicsrÆ��ujË��}rÇ��(jõ��jö��hAjË��jù��Uh^{c}rÈ��jû��Kjü��j>��jÿ��j@��j÷��jø��ujÏ��}rÉ��(jõ��jö��hAjÏ��jù��Utc^{c,i2,0}rÊ��jû��Kjü��jâ��jÿ��j���j÷��j��uh7}rË��(jõ��jR��hAh7jù��UJ0rÌ��jû��Kj��h(jÿ��jt��j÷��jV��uj -��}rÍ��(jõ��jö��hAj -��jù��ULambda^{c,i2,*}rÎ��jû��Kjü��jç��jÿ��j��j÷��j��uhå}rÏ��(jõ��jö��hAhåjù��UR^{*}rÐ��jû��Kjü��j?��jÿ��j$��j÷��j��ujø��}rÑ��(jõ��jö��hAjø��jù��Uh^{c,0}rÒ��jû��Kjü��j>��jÿ��j���j÷��j��uh}rÓ��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huhã}rÔ��(jõ��jö��hAhãjù��UT^{*}rÕ��jû��Kjü��j&��jÿ��j��j÷��j��uh§}rÖ��(jõ��jR��j÷��jV��j„��Njù��U -Propulsionr×��jû��U1j†��U1.0rØ��j��h%jˆ��UmainrÙ��jŠ��Nj‹��NjŒ��Njÿ��j“��hAU -PropulsionrÚ��uj��}rÛ��(jõ��jö��j÷��j��jù��UJ0rÜ��jû��Kj��j-��hAj��ujy��}rÝ��(jõ��jö��j��Uojù��UNzrÞ��j÷��j��hAjy��uh}rß��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huj}��}rà��(jõ��jö��j÷��j��jù��Ulambdará��j��Uojb��}râ��jd��}rã��(jf��G?¹™™™™™šjg��G?Ù™™™™™šusj��jh��ji��G?Ð������hAj}��uh;}rä��(jõ��jR��hAh;jù��UJ1rå��jû��Kj��h(jÿ��jt��j÷��jV��uhX}ræ��(jõ��jR��j÷��jV��hAhXjù��USys-OPTrç��jû��KUdesign_variablesrè��}ré��(jr��}rê��(Ulower_boundrë��NUupper_boundrì��Nji��Nujâ��}rí��(jë��Njì��Nji��G?©™™™™™šuho}rî��(jë��Njì��Nji��Nuhr}rï��(jë��Njì��Nji��Nuj×��}rð��(jë��Njì��Nji��Mèuj ��}rñ��(jë��Njì��Nji��Nujˆ��}rò��(jë��Njì��Nji��G@������ujÀ��}ró��(jë��Njì��Nji��Nuj>��}rô��(jë��Njì��Nji��Mȯuj©��}rõ��(jë��Njì��Nji��NujD��}rö��(jë��Njì��Nji��G?ù™™™™™šujç��}r÷��(jë��Njì��Nji��K7uhz}rø��(jë��Njì��Nji��NujM��}rù��(jë��Njì��Nji��Nujm��}rú��(jë��Njì��Nji��NuuUobjective_variablerû��]rü��j?��ajÿ��U optimizerrý��Uconstraint_variablesrþ��}rÿ��(h½}r���(jë��Njì��NujP��}r��(jë��Njì��Nuj–��}r��(jë��Njì��NuuujM��}r��(jõ��jö��hAjM��jù��USFC^{c}r��jû��Kjü��j8��jÿ��j��j÷��jø��uhß}r��(jõ��jö��hAhßjù��U fin^{c,*}r��jû��Kjü��j��jÿ��j��j÷��j��uh}r��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huhm}r��(jõ��jR��j÷��jV��hAhmjù��U Sub-OPT-0r ��jû��Kjè��}r -��(jp��}r��(jë��Njì��Nji��Nujt��}r��(jë��Njì��Nji��Nuj{��}r ��(jë��Njì��Nji��Nuj}��}r��(jë��Njì��Nji��G?Ð������uj€��}r��(jë��Njì��Nji��G?ð������uh¢}r��(jë��Njì��Nji��Nuujû��]r��j��ajÿ��jý��jþ��}r��(jƒ��}r��(jë��Njì��Nujb��}r��(jë��Njì��Nujd��}r��(jë��Njì��Nuji��}r��(jë��Njì��Nujk��}r��(jë��Njì��Nujr��}r��(jë��Njì��NuuuhG}r��(jõ��jR��j÷��jV��hAhGjù��U Sub-OPT-1r��jû��Kjè��}r��(j»��}r��(jë��Njì��Nji��Nuj½��}r��(jë��Njì��Nji��NujË��}r��(jë��Njì��Nji��Nuj·��}r��(jë��Njì��Nji��G?ð������uj¦��}r ��(jë��Njì��Nji��NujÃ��}r!��(jë��Njì��Nji��NujÅ��}r"��(jë��Njì��Nji��Nuujû��]r#��jx��ajÿ��jý��jþ��}r$��hd}r%��(jë��Njì��NusuhŽ}r&��(jõ��jR��j÷��jV��hAhŽjù��U Sub-OPT-2r'��jû��Kjè��}r(��(jG��}r)��(jë��Njì��Nji��NujA��}r*��(jë��Njì��Nji��Nuj&��}r+��(jë��Njì��Nji��G?á™™™™™šuujû��]r,��h„ajÿ��jý��jþ��}r-��(h¬}r.��(jë��Njì��Nuj…��}r/��(jë��Njì��Nuj!��}r0��(jë��Njì��NuuujP��}r1��(jõ��jö��j��G��������hAjP��jù��UJ2^{*}r2��jû��Kj��j��j��jO��jü��h„jÿ��j$��j��jP��j÷��j��ujn��}r3��(jõ��jö��hAjn��jù��Utc^{c,0}r4��jû��Kjü��jâ��jÿ��j���j÷��j��uj=��}r5��(jõ��jö��hAj=��jù��UTheta^{c,0}r6��jû��Kjü��h`jÿ��j���j÷��j��uhñ}r7��(jõ��jö��hAhñjù��Uh^{c,*}r8��jû��Kjü��j>��jÿ��j��j÷��j��ujz��}r9��(jõ��jö��hAjz��jù��UAR^{c,i2,0}r:��jû��Kjü��jˆ��jÿ��j���j÷��j��ujF��}r;��(jõ��jö��hAjF��jù��UAR^{0}r<��jû��Kjü��jˆ��jÿ��j���j÷��j��uj?��}r=��(jõ��jö��jû��Kj��j-��j÷��j��hAj?��jù��URujâ��}r>��(jõ��jö��j÷��jø��jù��Utcr?��j��Uojb��}r@��jd��}rA��(jf��G?„záG®{jg��G?· +(UdescriptionqUnSolution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.Uproblem_formulationq}q (Uallow_unconverged_couplingsq‰Ufunction_orderq]q(U +StructuresqUAerodynamicsqU +PropulsionqUPerformanceqU C[sigmas]qUC[Theta]qUC[dpdx]qUC[prop]qUF[R]qeUconvergence_typeqNUmdao_architectureqUCOqUcoupled_functions_groupsq]q(]qha]q ha]q!haeUfunction_orderingq"}q#(Ucoupledq$]q%(hhheUpre-couplingq&]U post-couplingq']q((hhhhhheuuUorganizationq)Nh"}q*(Upost-desvarsq+]h'h(Upre-desvarsq,]q-h$h%uUdistr_function_orderingq.]q/(}q0(h+]h,h-h']q1(hheh$]u]q2(}q3(h$]q4hah,]h']q5(hhU__J0__q6eh+]u}q7(h$]q8hah,]h']q9(hU__J1__q:eh+]u}q;(h$]q<hah,]h']q=(hU__J2__q>eh+]ueeUmg_function_orderingq?h*Unameq@UXDSM - CO - MdaouU_predqA}qB(U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2qC}qDUSub-Optimizer-1qE}qFsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/DqG}qHUCoordinatorqI}qJsUU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/CfqK}qLhE}qMsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/LqN}qOhI}qPsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqQ}qRhI}qSsU“/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/ThetaqT}qUU Sys-OptimizerqV}qWsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCqX}qYhI}qZsUc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambdaq[}q\hI}q]sU$/data_schema/aircraft/geometry/Thetaq^}q_U +Structuresq`}qasU&/data_schema/mdo_data/constraints/dpdxqb}qch}qdU equationsqe}qfUPythonqgUdpdx/1.0qhsssUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARqi}qjUSub-Optimizer-0qk}qlsUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFqm}qnhV}qosUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEqp}qqhV}qrsU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectiveqs}qth:}quhe}qvhgU†(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2+(x5_1-x5_0)**2+(x6_1-x6_0)**2+(x7_1-x7_0)**2+(x8_1-x8_0)**2sssUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqw}qxhV}qysU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2qz}q{hI}q|sU /data_schema/aircraft/other/dpdxq}}q~UAerodynamicsq}q€sU6/data_schema/distributedArchitectures/group2/objectiveq}q‚h>}qƒhe}q„hgUJ(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2sssU[/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Tq…}q†hI}q‡sU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2qˆ}q‰USub-Optimizer-2qŠ}q‹sU”/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2qŒ}qhE}qŽsU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFq}qhV}q‘sUO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/Mq’}q“hV}q”sU/data_schema/aircraft/weight/WTq•}q–h`}q—sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaq˜}q™hI}qšsU/data_schema/aircraft/weight/WOq›}qœhI}qsU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqž}qŸhk}q sU/data_schema/aircraft/weight/WEq¡}q¢U +Propulsionq£}q¤sU/data_schema/aircraft/weight/WFq¥}q¦h`}q§sU0/data_schema/mdo_data/constraints/propulsion/ESFq¨}q©h}qªhe}q«hgUESF/1.0q¬sssU/data_schema/aircraft/other/Lq}q®h}q¯sU /data_schema/aircraft/weight/WBEq°}q±hI}q²sUV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/Mq³}q´hI}qµsU/data_schema/aircraft/other/Dq¶}q·h}q¸sUm/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objectiveq¹}qºh6}q»he}q¼hgUh(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2+(x5_1-x5_0)**2+(x6_1-x6_0)**2ssshI}q½(Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5q¾}q¿Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4qÀ}qÁUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1qÂ}qÃUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3qÄ}qÅUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2qÆ}qÇhK}qÈUX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tcqÉ}qÊU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/SrefqË}qÌUO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/hqÍ}qÎhŒ}qÏhT}qÐUg/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESFqÑ}qÒUZ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/SrefqÓ}qÔU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objectiveqÕ}qÖU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2q×}qØhi}qÙUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finqÚ}qÛU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/LambdaqÜ}qÝUT/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/TqÞ}qßUY/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/Rqà}qáU]/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/sectionqâ}qãUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lqä}qåU]/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdxqæ}qçUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dqè}qéUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCqê}qëU…/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hqì}qíUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DTqî}qïhˆ}qðU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambdaqñ}qòU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiveqó}qôhs}qõU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2qö}q÷U’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqø}qùUh/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Tempqú}qûh}qüU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2qý}qþU…/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mqÿ}r���UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTr��}r��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcr��}r��U–/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2r��}r��U^/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Thetar��}r��UX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/ARr ��}r +��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFr��}r��h’}r ��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEr��}r��uj��}r��hk}r��sUc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambdar��}r��hI}r��sj��}r��h}r��he}r��hgU Theta/1.0r��sssU/data_schema/aircraft/other/finr��}r��h}r��sU//data_schema/mdo_data/constraints/propulsion/DTr��}r��h}r��he}r��hgUDT/1.0r ��sssU/data_schema/aircraft/other/Tr!��}r"��hŠ}r#��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r$��}r%��hI}r&��shê}r'��hV}r(��shÑ}r)��h}r*��heh«ssU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr+��}r,��hI}r-��sh>}r.��(UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE}r/��Uequation_labelr0��Ux4_1sU/data_schema/aircraft/other/SFCr1��}r2��j0��Ux2_0sU/data_schema/reference/ESFr3��}r4��j0��Ux1_0sU/data_schema/reference/hr5��}r6��j0��Ux0_0sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r7��}r8��j0��Ux0_1sU/data_schema/reference/Mr9��}r:��j0��Ux3_0sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r;��}r<��j0��Ux3_1sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF}r=��j0��Ux1_1sUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCr>��}r?��j0��Ux2_1sh¡}r@��j0��Ux4_0suU—/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/SrefrA��}rB��hI}rC��sU"/data_schema/aircraft/other/sigma5rD��}rE��h`}rF��sU"/data_schema/aircraft/other/sigma4rG��}rH��h`}rI��sU"/data_schema/aircraft/other/sigma3rJ��}rK��h`}rL��sU"/data_schema/aircraft/other/sigma2rM��}rN��h`}rO��sU"/data_schema/aircraft/other/sigma1rP��}rQ��h`}rR��shÓ}rS��hV}rT��sUPerformancerU��}rV��(hm}rW��j5��}rX��j9��}rY��hw}rZ��j>��}r[��UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finr\��}r]��uh`}r^��(UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARr_��}r`��UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lra��}rb��UY/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Srefrc��}rd��hp}re��U /data_schema/aircraft/weight/WFOrf��}rg��U/data_schema/aircraft/other/Nzrh��}ri��UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcrj��}rk��U%/data_schema/aircraft/geometry/lambdarl��}rm��h›}rn��U&/data_schema/aircraft/geometry/sectionro��}rp��hž}rq��uU'/data_schema/mdo_data/constraints/Thetarr��}rs��h}rt��hej��sshÜ}ru��hV}rv��sU!/data_schema/aircraft/geometry/ARrw��}rx��hV}ry��shâ}rz��hk}r{��shä}r|��hV}r}��shæ}r~��h}r��hehfsshè}r€��hV}r��sU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEr‚��}rƒ��hI}r„��sUm/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectiver…��}r†��h:}r‡��hehvssU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFrˆ��}r‰��hI}rŠ��sja��}r‹��hV}rŒ��shñ}r��hk}rŽ��sUU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr��}r��hV}r‘��sUa/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Srefr’��}r“��hI}r”��sUN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mr•��}r–��hE}r—��sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr˜��}r™��hV}rš��shó}r›��h>}rœ��heh„ssU/data_schema/aircraft/other/Rr��}rž��jU��}rŸ��shú}r ��h}r¡��he}r¢��hgUTemp/1.0r£��sssj ��}r¤��hV}r¥��sU/data_schema/aircraft/other/Cfr¦��}r§��hE}r¨��sh}r©��(U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2rª��}r«��U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2r¬��}r��j¦��}r®��U\/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetar¯��}r°��j˜��}r±��U]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2r²��}r³��U_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2r´��}rµ��hw}r¶��U!/data_schema/aircraft/other/CDminr·��}r¸��j•��}r¹��UN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrº��}r»��ujº��}r¼��hE}r½��sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2r¾��}r¿��hI}rÀ��sh6}rÁ��(j_��}rÂ��j0��Ux3_1shm}rÃ��j0��Ux6_1sU#/data_schema/aircraft/geometry/SrefrÄ��}rÅ��j0��Ux2_0sjc��}rÆ��j0��Ux2_1sjw��}rÇ��j0��Ux3_0sh•}rÈ��j0��Ux4_0sj¯��}rÉ��j0��Ux5_1sU!/data_schema/aircraft/geometry/tcrÊ��}rË��j0��Ux0_0sjj��}rÌ��j0��Ux0_1sU%/data_schema/aircraft/geometry/LambdarÍ��}rÎ��j0��Ux1_0shw}rÏ��j0��Ux4_1sh^}rÐ��j0��Ux5_0shž}rÑ��j0��Ux1_1sh¥}rÒ��j0��Ux6_0suj��}rÓ��hE}rÔ��shà}rÕ��h}rÖ��he}r×��hgU-dpdxrØ��sssUŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrÙ��}rÚ��hI}rÛ��sh}rÜ��j��}rÝ��j0��UdpdxrÞ��sshÞ}rß��hŠ}rà��sh£}rá��(j��}râ��h°}rã��j7��}rä��j;��}rå��j!��}ræ��uU6/data_schema/distributedArchitectures/group0/objectiverç��}rè��h6}ré��heh¼ssjh��}rê��hI}rë��sh}rì��(j3��}rí��j0��UESFrî��sU/data_schema/reference/Temprï��}rð��j0��UTemprñ��sU/data_schema/aircraft/other/DTrò��}ró��j0��UDTrô��sujl��}rõ��hk}rö��sh:}r÷��(UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L}rø��j0��Ux6_1sj5��}rù��j0��Ux1_0sjª��}rú��j0��Ux0_1sjÄ��}rû��j0��Ux4_0sj��}rü��j0��Ux8_1sjº��}rý��j0��Ux1_1sj¬��}rþ��j0��Ux5_1sj•��}rÿ��j0��Ux2_1sjÊ��}r���j0��Ux0_0sh}r��j0��Ux6_0sj²��}r��j0��Ux4_1sj´��}r��j0��Ux3_1sj9��}r��j0��Ux2_0sjÍ��}r��j0��Ux3_0sj��}r��j0��Ux7_0sh¶}r��j0��Ux8_0sjw��}r��j0��Ux5_0sj\��}r ��j0��Ux7_1suhV}r +��(Uš/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetar��}r��U"/data_schema/mdo_data/objectives/Rr ��}r��h³}r��UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/hr��}r��hG}r��j+��}r��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/ARr��}r��j’��}r��hN}r��hQ}r��h¹}r��hX}r��j��}r��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tcr��}r��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiver��}r��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finr ��}r!��j‚��}r"��j…��}r#��jˆ��}r$��uj>��}r%��hV}r&��shÚ}r'��hV}r(��sh}r)��h^}r*��j0��UThetar+��sshk}r,��(jr��}r-��Ud/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/sectionr.��}r/��U//data_schema/mdo_data/constraints/sigmas/sigma4r0��}r1��U//data_schema/mdo_data/constraints/sigmas/sigma5r2��}r3��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARr4��}r5��jç��}r6��U//data_schema/mdo_data/constraints/sigmas/sigma1r7��}r8��U//data_schema/mdo_data/constraints/sigmas/sigma2r9��}r:��jA��}r;��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcr<��}r=��h˜}r>��h[}r?��U//data_schema/mdo_data/constraints/sigmas/sigma3r@��}rA��uhE}rB��(jÙ��}rC��UŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/MrD��}rE��U6/data_schema/distributedArchitectures/group1/objectiverF��}rG��U™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rH��}rI��j¾��}rJ��hz}rK��hb}rL��U›/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2rM��}rN��U\/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/CfrO��}rP��uhŠ}rQ��(h…}rR��U1/data_schema/mdo_data/constraints/propulsion/TemprS��}rT��h}rU��h¨}rV��j��}rW��j$��}rX��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2rY��}rZ��uj��}r[��h>}r\��heh„ssj<��}r]��hI}r^��sj��}r_��hI}r`��shì}ra��hE}rb��sjH��}rc��hI}rd��sj��}re��hI}rf��sj ��}rg��h}rh��hej×��ssjÊ��}ri��hV}rj��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2rk��}rl��hŠ}rm��sh}rn��h}}ro��j0��Udpdxrp��sshø}rq��hk}rr��sjO��}rs��hI}rt��sj ��}ru��hI}rv��sj��}rw��hI}rx��shÿ}ry��hE}rz��sj3��}r{��h£}r|��sj1��}r}��h£}r~��sjf��}r��hI}r€��sjj��}r��hk}r‚��sjY��}rƒ��hI}r„��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r…��}r†��hŠ}r‡��sh¾}rˆ��h}r‰��he}rŠ��hgU +sigma5/1.0r‹��ssshÀ}rŒ��h}r��he}rŽ��hgU +sigma4/1.0r��ssshÂ}r��h}r‘��he}r’��hgU +sigma1/1.0r“��sssj\��}r”��hV}r•��shÄ}r–��h}r—��he}r˜��hgU +sigma3/1.0r™��ssshÆ}rš��h}r›��he}rœ��hgU +sigma2/1.0r��sssj4��}rž��hI}rŸ��shË}r ��hk}r¡��shÕ}r¢��h6}r£��heh¼ssj·��}r¤��hI}r¥��sjo��}r¦��hk}r§��sj��}r¨��hV}r©��sjò��}rª��h£}r«��sjS��}r¬��h}r��hej¢��ssj.��}r®��hI}r¯��sjD��}r°��hI}r±��sj0��}r²��h}r³��hejŽ��ssj2��}r´��h}rµ��hejŠ��ssj7��}r¶��h}r·��hej’��ssj9��}r¸��h}r¹��hejœ��ssj@��}rº��h}r»��hej˜��ssj¯��}r¼��hV}r½��sj_��}r¾��hk}r¿��shî}rÀ��h}rÁ��hej��ssh}rÂ��(jD��}rÃ��j0��Usigma5rÄ��sjG��}rÅ��j0��Usigma4rÆ��sjJ��}rÇ��j0��Usigma3rÈ��sjM��}rÉ��j0��Usigma2rÊ��sjP��}rË��j0��Usigma1rÌ��sujF��}rÍ��h:}rÎ��hehvssjÄ��}rÏ��hV}rÐ��sjc��}rÑ��hk}rÒ��sj5��}rÓ��hV}rÔ��sU_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2rÕ��}rÖ��hE}r×��shÉ}rØ��hV}rÙ��shö}rÚ��hE}rÛ��shÍ}rÜ��hV}rÝ��sjM��}rÞ��hI}rß��shý}rà��hŠ}rá��sj��}râ��hI}rã��sU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rä��}rå��hE}ræ��sh×}rç��hE}rè��sU]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2ré��}rê��hE}rë��sj9��}rì��hV}rí��sjÍ��}rî��hV}rï��sjï��}rð��h£}rñ��sj��}rò��hV}ró��sj��}rô��hV}rõ��suU_adjrö��}r÷��(hC}rø��(UAerodynamicsrù��j«��h:jú��uhG}rú��hVj��shK}rû��hIhÈshN}rü��hVj��shQ}rý��hVj��shT}rþ��hIhÐshX}rÿ��hVj��sh[}r���hkj?��sh^}r��(h6jÐ��hj*��uhb}r��hEjL��shi}r��hIhÙshm}r��(h6jÃ��UPerformancer��jW��uhp}r��(U +Structuresr��je��h>j/��uhs}r��hIhõshw}r ��(h6jÏ��UAerodynamicsr +��j¶��UPerformancer��jZ��uhz}r��hEjK��sh}}r ��hjo��sh}r��hŠjU��sh…}r��hŠjR��shˆ}r��hIhðshŒ}r��hIhÏsh}r��hIhüsh’}r��hIj ��sh•}r��h6jÈ��sh˜}r��hkj>��sh›}r��U +Structuresr��jn��shž}r��(h6jÑ��U +Structuresr��jq��uh¡}r��h>j@��sh¥}r��h6jÒ��sh¨}r��hŠjV��sh}r��h:j��sh°}r��U +Propulsionr��jã��sh³}r ��hVj��sh¶}r!��h:j��sh¹}r"��hVj��shI}r#��(jÙ��jÛ��hGhJj��j`��j4��jŸ��j$��j&��jh��jë��jH��jd��hNhPjA��jC��j·��j¥��hXhZh[h]j.��j¯��jD��j±��hQhSj<��j^��hzh|j‚��j„��jˆ��jŠ��h…h‡h³hµj��jf��j’��j”��h˜hšh›hjM��jß��jO��jt��j ��jv��j��jã��j��jx��h°h²jf��j€��j¾��jÀ��jY��j„��j+��j-��j��j��uj��}r$��hIj��sj��}r%��hVj��sj��}r&��hIj��sj��}r'��h:j��sj��}r(��hŠjW��sj!��}r)��U +Propulsionr*��jæ��sj$��}r+��hŠjX��shê}r,��hIhëshÑ}r-��hIhÒsj+��}r.��hVj��sh>}r/��(hhƒj��j\��hójœ��ujA��}r0��hkj;��sjD��}r1��hjÃ��sjG��}r2��hjÅ��sjJ��}r3��hjÇ��sjM��}r4��hjÉ��sjP��}r5��hjË��shÓ}r6��hIhÔsjU��}r7��j��jŸ��sh`}r8��(h•h—jD��jF��jG��jI��jJ��jL��jM��jO��jP��jR��h^hah¥h§ujr��}r9��hkj-��shÜ}r:��hIhÝsjw��}r;��(h6jÇ��h:j��uhâ}r<��hIhãshä}r=��hIhåshæ}r>��hIhçshè}r?��hIhésj‚��}r@��hVj"��sj…��}rA��hVj#��sjˆ��}rB��hVj$��sja��}rC��(h:jø��U +StructuresrD��jb��uhñ}rE��hIhòsj��}rF��(U +PropulsionrG��jâ��h:jü��uj’��}rH��hVj��sj•��}rI��(UAerodynamicsrJ��j¹��h:jÿ��uj˜��}rK��(UAerodynamicsrL��j±��h>j=��uhó}rM��hIhôsj��}rN��hjÝ��shú}rO��hIhûsj ��}rP��hIj +��sj¦��}rQ��UAerodynamicsrR��j®��sh}rS��(j��j��U/data_schema/aircraft/other/LrT��h¯h}h€h¶h¸ujº��}rU��(UAerodynamicsrV��j»��h:jý��uj¾��}rW��hEjJ��sh6}rX��(h¹h»hÕj£��jç��jé��uj��}rY��hIj��shà}rZ��hIhásjÙ��}r[��hEjC��sh}r\��(hàjÖ��j ��jh��uhÞ}r]��hIhßsh£}r^��(U/data_schema/reference/ESFr_��j|��jï��jñ��jò��j«��U/data_schema/aircraft/weight/WEr`��h¤j1��j~��ujç��}ra��hkj6��sjh��}rb��U +Structuresrc��ji��sh}rd��(h¨hªjS��j��hîjÁ��j��j��hÑj*��húj¡��ujl��}re��U +Structuresrf��jm��sh:}rg��(hshuj…��j‡��jF��jÎ��uhV}rh��(hêj(��j\��j•��hThWhÓjT��j��j©��j>��j&��hÚj(��hmhohphrjw��jy��j¯��j½��häj}��hwhyhèj��ja��jŒ��jÄ��jÐ��j��j‘��j5��jÔ��j˜��jš��hÉjÙ��hÍjÝ��jÊ��jj��hh‘hÜjv��j��jó��j9��jí��jÍ��jï��j ��j¥��h’h”j��jõ��uj>��}ri��(UPerformancerj��j[��h>j?��uhÚ}rk��hIhÛsh}rl��(jr��jt��j��j��uhk}rm��(j_��j¿��hñjŽ��jc��jÒ��hâj{��hËj¡��jj��j‚��j��j��jl��jö��højr��jo��j§��hžh hihluhE}rn��(hìjb��hÿjz��jª��hFj¦��j¨��jº��j½��hKhMhŒhŽh×jè��j•��j—��j²��jë��j��jÔ��höjÛ��j¬��jæ��j´��j×��uhŠ}ro��(hýjá��hˆh‹hÞjà��j7��jm��j;��j‡��j!��j#��uj��}rp��hVj��sj<��}rq��hkj=��sj��}rr��hVj��shì}rs��hIhísjH��}rt��hEjI��sj��}ru��hVj��sj ��}rv��hVj��sjÊ��}rw��(h6jË��h:j���ujk��}rx��(U +Propulsionry��jä��h>j8��uh}rz��(hæj��hbhduhø}r{��hIhùsjO��}r|��hEjP��sj ��}r}��hVj!��sj��}r~��hVj��shÿ}r��hIj���sj3��}r€��(hjí��h>j4��uj1��}r��h>j2��sjf��}r‚��U +Structuresrƒ��jg��sjj��}r„��(h6jÌ��U +Structuresr…��jk��ujY��}r†��hŠjZ��sj…��}r‡��(U +Propulsionrˆ��jå��h>j<��uh¾}r‰��hIh¿shÀ}rŠ��hIhÁshÂ}r‹��hIhÃsj\��}rŒ��(UPerformancer��j]��h:j ��uhÄ}rŽ��hIhÅshÆ}r��hIhÇsj4��}r��hkj5��shË}r‘��hIhÌshÕ}r’��hIhÖsj·��}r“��UAerodynamicsr”��j¸��sjo��}r•��U +Structuresr–��jp��sj��}r—��hIj��sjò��}r˜��hjó��sjS��}r™��hŠjT��sj.��}rš��hkj/��sjD��}r›��hEjE��sj0��}rœ��hkj1��sj2��}r��hkj3��sj7��}rž��hkj8��sj9��}rŸ��hkj:��sj@��}r ��hkjA��sj¯��}r¡��(h6jÉ��UAerodynamicsr¢��j°��uj_��}r£��(h6jÂ��U +Structuresr¤��j`��uhî}r¥��hIhïsh}r¦��(h¾j‰��hÀj��hÂj‘��hÄj—��hÆj›��j0��j³��j2��jµ��j7��j·��j9��j¹��j@��j»��ujF��}r§��hEjG��sjÄ��}r¨��(h6jÅ��h:jû��ujc��}r©��(h6jÆ��U +Structuresrª��jd��uj5��}r«��(UPerformancer¬��jX��h>j6��h:jù��ujÕ��}r��(UAerodynamicsr®��jµ��h:j��uhÉ}r¯��hIhÊshö}r°��hIh÷shÍ}r±��hIhÎsjM��}r²��hEjN��shý}r³��hIhþsj��}r´��hVj��sjä��}rµ��(UAerodynamicsr¶��j��h:jþ��uh×}r·��hIhØsjé��}r¸��(UAerodynamicsr¹��j³��h:j��uj9��}rº��(UPerformancer»��jY��h>j:��h:j��ujÍ��}r¼��(h6jÎ��h:j��ujï��}r½��hjð��sj��}r¾��hIj��sj��}r¿��hIj��suU_noderÀ��}rÁ��(hC}rÂ��(UcategoryrÃ��UvariablerÄ��UsubcategoryrÅ��Ushared couplingrÆ��UlabelrÇ��U tc^{c,i2}UinstancerÈ��KUrelated_to_schema_noderÉ��jÊ��h@hCuhG}rÊ��(jÃ��jÄ��h@hGjÇ��UD^{c,0}jÈ��KjÉ��h¶Uarchitecture_rolerË��Uinitial guess design variablerÌ��jÅ��UcouplingrÍ��uhK}rÎ��(jÃ��jÄ��h@hKjÇ��UCf^{*}jÈ��KjÉ��j¦��jË��Ufinal design variablerÏ��jÅ��jÍ��uhN}rÐ��(jÃ��jÄ��h@hNjÇ��UL^{c,0}jÈ��KjÉ��hjË��jÌ��jÅ��jÍ��uhQ}rÑ��(jÃ��jÄ��h@hQjÇ��UWT^{c,0}jÈ��KjÉ��h•jË��jÌ��jÅ��jÍ��uhT}rÒ��(jÃ��jÄ��h@hTjÇ��UTheta^{c,*}jÈ��KjÉ��h^jË��jÏ��jÅ��jÍ��uhX}rÓ��(jÃ��jÄ��h@hXjÇ��U SFC^{c,0}jÈ��KjÉ��j1��jË��jÌ��jÅ��jÍ��uh[}rÔ��(jÃ��jÄ��h@h[jÇ��U +lambda^{0}jÈ��KjÉ��jl��jË��jÌ��jÅ��jÍ��uh^}rÕ��(jÃ��jÄ��UshaperÖ��UojÇ��UThetar×��jÅ��jÆ��h@h^uhb}rØ��(jÃ��jÄ��Ureference_valuerÙ��G?ð£× +=p¤jÅ��jÍ��jÇ��UdpdxrÚ��jÈ��KUproblem_rolerÛ��U +constraintrÜ��Uconstraint_operatorrÝ��U<=rÞ��Uconstraint_typerß��U +inequalityrà��h@hbuhi}rá��(jÃ��jÄ��h@hijÇ��UAR^{c,*}jÈ��KjÉ��jw��jË��jÏ��jÅ��jÍ��uhm}râ��(jÃ��jÄ��h@hmjÇ��UWF^{c}jÈ��KjÉ��h¥jË��Ucoupling copy variablerã��jÅ��jÆ��uhp}rä��(jÃ��jÄ��h@hpjÇ��UWE^{c}jÈ��KjÉ��h¡jË��jã��jÅ��jÆ��uhs}rå��(jÃ��jÄ��h@hsjÇ��UJ1^{*,*}jÈ��KjÉ��jF��jË��Ufinal output variableræ��jÅ��jÍ��uhw}rç��(jÃ��jÄ��h@hwjÇ��UWT^{c}jÈ��KjÉ��h•jË��jã��jÅ��jÆ��uhz}rè��(jÃ��jÄ��h@hzjÇ��ULambda^{c,i2,0}jÈ��KjÉ��jÍ��jË��jÌ��jÅ��jÍ��uh}}ré��(jÃ��jÄ��jÖ��UojÇ��Udpdxrê��jÅ��jÍ��h@h}uh}rë��(jÃ��jÄ��jÅ��jÍ��jÇ��UJ2jÈ��KjÛ��U objectiverì��h@huh…}rí��(jÃ��jÄ��h@h…jÇ��UT^{0}jÈ��KjÉ��j!��jË��jÌ��jÅ��jÍ��uhˆ}rî��(jÃ��jÄ��h@hˆjÇ��U +h^{c,i2,*}jÈ��KjÉ��j5��jË��jÏ��jÅ��jÍ��uhŒ}rï��(jÃ��jÄ��h@hŒjÇ��U Sref^{c,i2,*}jÈ��KjÉ��jÄ��jË��jÏ��jÅ��jÍ��uh}rð��(jÃ��jÄ��h@hjÇ��U ESF^{c,*}jÈ��KjÉ��j3��jË��jÏ��jÅ��jÍ��uh’}rñ��(jÃ��jÄ��h@h’jÇ��UM^{*}jÈ��KjÉ��j9��jË��jÏ��jÅ��jÍ��uh•}rò��(jÃ��jÄ��jÖ��UojÇ��UWTró��jÅ��jÍ��h@h•uh˜}rô��(jÃ��jÄ��h@h˜jÇ��ULambda^{c,0}jÈ��KjÉ��jÍ��jË��jÌ��jÅ��jÍ��uh›}rõ��(jÃ��jÄ��jÖ��UojÇ��UWOrö��jÅ��jÍ��h@h›uhž}r÷��(jÃ��jÄ��h@hžjÇ��U +Lambda^{c}jÈ��KjÉ��jÍ��jË��Ucopy design variablerø��jÅ��jÆ��uh¡}rù��(jÃ��jÄ��jÖ��UojÇ��UWErú��jÅ��jÍ��h@h¡uh¥}rû��(jÃ��jÄ��jÖ��UojÇ��UWFrü��jÅ��jÍ��h@h¥uh¨}rý��(jÃ��jÄ��jÙ��U0.5;1.5rþ��jÅ��jÍ��jÇ��UESFrÿ��jÈ��KjÛ��jÜ��jÝ��U>=;<=r���jß��jà��h@h¨uh}r��(jÃ��jÄ��jÖ��UojÇ��ULjÅ��jÍ��h@huh°}r��(jÃ��jÄ��jÖ��UojÇ��UWBEr��jÅ��jÍ��h@h°uh³}r��(jÃ��jÄ��h@h³jÇ��UM^{0}jÈ��KjÉ��j9��jË��jÌ��jÅ��jÍ��uh¶}r��(jÃ��jÄ��jÖ��UojÇ��UDjÅ��jÍ��h@h¶uh¹}r��(jÃ��jÄ��jÙ��G��������h@h¹jÇ��UJ0^{*}jÈ��KjÛ��jÜ��jÝ��U==r��jÉ��jç��jË��jæ��jß��Uequalityr��jÅ��jÍ��uhI}r ��(jÃ��Ufunctionr +��h@hIUlevelr��NjÇ��UCOORr��jÖ��U8jË��Ucoordinatorr ��jÅ��Ucompleter��uj��}r��(jÃ��jÄ��h@j��jÇ��Utc^{c,*}jÈ��KjÉ��jÊ��jË��jÏ��jÅ��jÍ��uj��}r��(jÃ��jÄ��h@j��jÇ��U +Lambda^{0}jÈ��KjÉ��jÍ��jË��jÌ��jÅ��jÍ��uj��}r��(jÃ��jÄ��h@j��jÇ��U Theta^{*}jÈ��KjÉ��jr��jË��jæ��jÅ��jÍ��uj��}r��(jÃ��jÄ��jÖ��UojÇ��Ufinr��jÅ��jÍ��h@j��uj��}r��(jÃ��jÄ��jÙ��G��������jÅ��jÍ��jÇ��UDTr��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j��uj!��}r��(jÃ��jÄ��jÅ��jÍ��jÇ��UTjÖ��UoUvalid_rangesr��}r��Ulimit_ranger��}r��(Uminimumr��G?¹™™™™™šUmaximumr��G?ð������usjÛ��Udesign variabler��U nominal_valuer��G?á™™™™™šh@j!��uj$��}r��(jÃ��jÄ��h@j$��jÇ��U +h^{c,i2,0}jÈ��KjÉ��j5��jË��jÌ��jÅ��jÍ��uhê}r ��(jÃ��jÄ��h@hêjÇ��U SFC^{c,*}jÈ��KjÉ��j1��jË��jÏ��jÅ��jÍ��uhÑ}r!��(jÃ��jÄ��h@hÑjÇ��UESF^{*}jÈ��KjÉ��h¨jË��jæ��jÅ��jÍ��uj+��}r"��(jÃ��jÄ��h@j+��jÇ��U ESF^{c,0}jÈ��KjÉ��j3��jË��jÌ��jÅ��jÍ��uh>}r#��(jÃ��j +��h@h>jÇ��UJ2r$��jÈ��KjÛ��h'jË��Uconsistency constraint functionr%��jÅ��j��ujA��}r&��(jÃ��jÄ��h@jA��jÇ��U +Sref^{c,0}jÈ��KjÉ��jÄ��jË��jÌ��jÅ��jÍ��ujD��}r'��(jÃ��jÄ��jÖ��UojÇ��Usigma5r(��jÅ��jÍ��h@jD��ujG��}r)��(jÃ��jÄ��jÖ��UojÇ��Usigma4r*��jÅ��jÍ��h@jG��ujJ��}r+��(jÃ��jÄ��jÖ��UojÇ��Usigma3r,��jÅ��jÍ��h@jJ��ujM��}r-��(jÃ��jÄ��jÖ��UojÇ��Usigma2r.��jÅ��jÍ��h@jM��ujP��}r/��(jÃ��jÄ��jÖ��UojÇ��Usigma1r0��jÅ��jÍ��h@jP��uhÓ}r1��(jÃ��jÄ��h@hÓjÇ��USref^{*}jÈ��KjÉ��jÄ��jË��jÏ��jÅ��jÍ��ujU��}r2��(jÃ��j +��jÅ��j��Uexecution_infor3��NjÇ��UPerformancer4��jÈ��U1Uversionr5��U1.0r6��jÛ��h'Umoder7��Umainr8��Uperformance_infor9��NUgeneral_infor:��NUprojectSpecificr;��NjË��Upost-coupling analysisr<��h@UPerformancer=��uh`}r>��(jÃ��j +��jÅ��j��j3��NjÇ��U +Structuresr?��jÈ��U1j5��U1.0r@��jÛ��h$j7��UmainrA��j9��Nj:��Nj;��NjË��Ucoupled analysisrB��h@U +StructuresrC��ujr��}rD��(jÃ��jÄ��jÙ��U 0.96;1.04rE��jÅ��jÍ��jÇ��UThetarF��jÈ��KjÛ��jÜ��jÝ��U>=;<=rG��jß��jà��h@jr��uhÜ}rH��(jÃ��jÄ��h@hÜjÇ��U +Lambda^{*}jÈ��KjÉ��jÍ��jË��jÏ��jÅ��jÍ��ujw��}rI��(jÃ��jÄ��jÅ��jÆ��jÇ��UARrJ��jÖ��Uoj��}rK��j��}rL��(j��G@������j��G@!������usjÛ��j��j��G@������h@jw��uhâ}rM��(jÃ��jÄ��h@hâjÇ��Usection^{*}jÈ��KjÉ��jo��jË��jÏ��jÅ��jÍ��uhä}rN��(jÃ��jÄ��h@häjÇ��UL^{c,*}jÈ��KjÉ��hjË��jÏ��jÅ��jÍ��uhæ}rO��(jÃ��jÄ��h@hæjÇ��Udpdx^{*}jÈ��KjÉ��hbjË��jæ��jÅ��jÍ��uhè}rP��(jÃ��jÄ��h@hèjÇ��UD^{c,*}jÈ��KjÉ��h¶jË��jÏ��jÅ��jÍ��uj‚��}rQ��(jÃ��jÄ��h@j‚��jÇ��UWE^{c,0}jÈ��KjÉ��h¡jË��jÌ��jÅ��jÍ��uj…��}rR��(jÃ��jÄ��jÙ��G��������h@j…��jÇ��UJ1^{*}jÈ��KjÛ��jÜ��jÝ��j��jÉ��jF��jË��jæ��jß��j��jÅ��jÍ��ujˆ��}rS��(jÃ��jÄ��h@jˆ��jÇ��UWF^{c,0}jÈ��KjÉ��h¥jË��jÌ��jÅ��jÍ��uja��}rT��(jÃ��jÄ��h@ja��jÇ��UL^{c}jÈ��KjÉ��hjË��jã��jÅ��jÆ��uhñ}rU��(jÃ��jÄ��h@hñjÇ��U +lambda^{*}jÈ��KjÉ��jl��jË��jÏ��jÅ��jÍ��uj��}rV��(jÃ��jÄ��h@j��jÇ��UD^{c}jÈ��KjÉ��h¶jË��jã��jÅ��jÆ��uj’��}rW��(jÃ��jÄ��h@j’��jÇ��USref^{0}jÈ��KjÉ��jÄ��jË��jÌ��jÅ��jÍ��uj•��}rX��(jÃ��jÄ��h@j•��jÇ��UM^{c}jÈ��KjÉ��j9��jË��jø��jÅ��jÆ��uj˜��}rY��(jÃ��jÄ��h@j˜��jÇ��UESF^{c}jÈ��KjÉ��j3��jË��jã��jÅ��jÆ��uhó}rZ��(jÃ��jÄ��h@hójÇ��UJ2^{*,*}jÈ��KjÉ��hjË��jæ��jÅ��jÍ��uj��}r[��(jÃ��jÄ��jÖ��UojÇ��URjÅ��jÍ��h@j��uhú}r\��(jÃ��jÄ��h@hújÇ��UTemp^{*}jÈ��KjÉ��jS��jË��jæ��jÅ��jÍ��uj ��}r]��(jÃ��jÄ��h@j ��jÇ��UAR^{*}jÈ��KjÉ��jw��jË��jÏ��jÅ��jÍ��uj¦��}r^��(jÃ��jÄ��jÅ��jÍ��jÇ��UCfr_��jÖ��Uoj��}r`��j��}ra��(j��G?è������j��G?ô������usjÛ��j��j��G?ð������h@j¦��uh}rb��(jÃ��j +��jÅ��j��j3��NjÇ��UAerodynamicsrc��jÈ��U1j5��U1.0rd��jÛ��h$j7��Umainre��j9��Nj:��Nj;��NjË��jB��h@UAerodynamicsrf��ujº��}rg��(jÃ��jÄ��h@jº��jÇ��Uh^{c}jÈ��KjÉ��j5��jË��jø��jÅ��jÆ��uj¾��}rh��(jÃ��jÄ��h@j¾��jÇ��Utc^{c,i2,0}jÈ��KjÉ��jÊ��jË��jÌ��jÅ��jÍ��uh6}ri��(jÃ��j +��h@h6jÇ��UJ0rj��jÈ��KjÛ��h'jË��j%��jÅ��j��uj��}rk��(jÃ��jÄ��h@j��jÇ��ULambda^{c,i2,*}jÈ��KjÉ��jÍ��jË��jÏ��jÅ��jÍ��uhà}rl��(jÃ��jÄ��h@hàjÇ��UR^{*}jÈ��KjÉ��j ��jË��jæ��jÅ��jÍ��ujÙ��}rm��(jÃ��jÄ��h@jÙ��jÇ��Uh^{c,0}jÈ��KjÉ��j5��jË��jÌ��jÅ��jÍ��uh}rn��(jÃ��j +��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��huhÞ}ro��(jÃ��jÄ��h@hÞjÇ��UT^{*}jÈ��KjÉ��j!��jË��jÏ��jÅ��jÍ��uh£}rp��(jÃ��j +��jÅ��j��j3��NjÇ��U +Propulsionrq��jÈ��U1j5��U1.0rr��jÛ��h$j7��Umainrs��j9��Nj:��Nj;��NjË��jB��h@U +Propulsionrt��ujç��}ru��(jÃ��jÄ��jÅ��jÍ��jÇ��UJ0jÈ��KjÛ��jì��h@jç��ujh��}rv��(jÃ��jÄ��jÖ��UojÇ��UNzrw��jÅ��jÍ��h@jh��uh}rx��(jÃ��j +��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��hujl��}ry��(jÃ��jÄ��jÅ��jÍ��jÇ��Ulambdarz��jÖ��Uoj��}r{��j��}r|��(j��G?¹™™™™™šj��G?Ù™™™™™šusjÛ��j��j��G?Ð������h@jl��uh:}r}��(jÃ��j +��h@h:jÇ��UJ1r~��jÈ��KjÛ��h'jË��j%��jÅ��j��uhV}r��(jÃ��j +��jÅ��j��h@hVjÇ��USys-OPTr€��jÈ��KUdesign_variablesr��}r‚��(ja��}rƒ��(Ulower_boundr„��NUupper_boundr…��Nj��NujÊ��}r†��(j„��Nj…��Nj��G?©™™™™™šuhm}r‡��(j„��Nj…��Nj��Nuhp}rˆ��(j„��Nj…��Nj��NujÄ��}r‰��(j„��Nj…��Nj��Mèuj��}rŠ��(j„��Nj…��Nj��Nujw��}r‹��(j„��Nj…��Nj��G@������uj¯��}rŒ��(j„��Nj…��Nj��Nuj5��}r��(j„��Nj…��Nj��Mȯuj˜��}rŽ��(j„��Nj…��Nj��Nuj9��}r��(j„��Nj…��Nj��G?ù™™™™™šujÍ��}r��(j„��Nj…��Nj��K7uhw}r‘��(j„��Nj…��Nj��Nuj>��}r’��(j„��Nj…��Nj��Nuj\��}r“��(j„��Nj…��Nj��NuuUobjective_variabler”��]r•��j ��ajË��U optimizerr–��Uconstraint_variablesr—��}r˜��(h¹}r™��(j„��Nj…��Nuj��}rš��(j„��Nj…��Nuj…��}r›��(j„��Nj…��Nuuuj>��}rœ��(jÃ��jÄ��h@j>��jÇ��USFC^{c}jÈ��KjÉ��j1��jË��jã��jÅ��jÆ��uhÚ}r��(jÃ��jÄ��h@hÚjÇ��U fin^{c,*}jÈ��KjÉ��j��jË��jÏ��jÅ��jÍ��uh}rž��(jÃ��j +��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��huhk}rŸ��(jÃ��j +��jÅ��j��h@hkjÇ��U Sub-OPT-0r ��jÈ��Kj��}r¡��(j_��}r¢��(j„��Nj…��Nj��Nujc��}r£��(j„��Nj…��Nj��Nujj��}r¤��(j„��Nj…��Nj��Nujl��}r¥��(j„��Nj…��Nj��G?Ð������ujo��}r¦��(j„��Nj…��Nj��G?ð������uhž}r§��(j„��Nj…��Nj��Nuuj”��]r¨��jç��ajË��j–��j—��}r©��(jr��}rª��(j„��Nj…��Nuj0��}r«��(j„��Nj…��Nuj2��}r¬��(j„��Nj…��Nuj7��}r��(j„��Nj…��Nuj9��}r®��(j„��Nj…��Nuj@��}r¯��(j„��Nj…��NuuuhE}r°��(jÃ��j +��jÅ��j��h@hEjÇ��U Sub-OPT-1r±��jÈ��Kj��}r²��(jª��}r³��(j„��Nj…��Nj��Nuj¬��}r´��(j„��Nj…��Nj��Nujº��}rµ��(j„��Nj…��Nj��Nuj¦��}r¶��(j„��Nj…��Nj��G?ð������uj•��}r·��(j„��Nj…��Nj��Nuj²��}r¸��(j„��Nj…��Nj��Nuj´��}r¹��(j„��Nj…��Nj��Nuuj”��]rº��jF��ajË��j–��j—��}r»��hb}r¼��(j„��Nj…��NusuhŠ}r½��(jÃ��j +��jÅ��j��h@hŠjÇ��U Sub-OPT-2r¾��jÈ��Kj��}r¿��(j;��}rÀ��(j„��Nj…��Nj��Nuj7��}rÁ��(j„��Nj…��Nj��Nuj!��}rÂ��(j„��Nj…��Nj��G?á™™™™™šuuj”��]rÃ��hajË��j–��j—��}rÄ��(h¨}rÅ��(j„��Nj…��NujS��}rÆ��(j„��Nj…��Nuj��}rÇ��(j„��Nj…��Nuuuj��}rÈ��(jÃ��jÄ��jÙ��G��������h@j��jÇ��UJ2^{*}jÈ��KjÛ��jÜ��jÝ��j��jÉ��hjË��jæ��jß��j��jÅ��jÍ��uj<��}rÉ��(jÃ��jÄ��h@j<��jÇ��Utc^{c,0}jÈ��KjÉ��jÊ��jË��jÌ��jÅ��jÍ��uj��}rÊ��(jÃ��jÄ��h@j��jÇ��UTheta^{c,0}jÈ��KjÉ��h^jË��jÌ��jÅ��jÍ��uhì}rË��(jÃ��jÄ��h@hìjÇ��Uh^{c,*}jÈ��KjÉ��j5��jË��jÏ��jÅ��jÍ��ujH��}rÌ��(jÃ��jÄ��h@jH��jÇ��UAR^{c,i2,0}jÈ��KjÉ��jw��jË��jÌ��jÅ��jÍ��uj��}rÍ��(jÃ��jÄ��h@j��jÇ��UAR^{0}jÈ��KjÉ��jw��jË��jÌ��jÅ��jÍ��uj ��}rÎ��(jÃ��jÄ��jÈ��KjÛ��jì��jÅ��jÍ��h@j ��jÇ��URujÊ��}rÏ��(jÃ��jÄ��jÅ��jÆ��jÇ��UtcrÐ��jÖ��Uoj��}rÑ��j��}rÒ��(j��G?„záG®{j��G?· =p£× -usj��jh��ji��G?©™™™™™šhAjâ��uj��}rB��(jõ��jö��j÷��jø��jù��Uh^{c,i2}rC��jû��Kjü��j>��hAj��uh}rD��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huhý}rE��(jõ��jö��hAhýjù��ULambda^{c,*}rF��jû��Kjü��jç��jÿ��j��j÷��j��uj��}rG��(jõ��jö��hAj��jù��UCf^{0}rH��jû��Kjü��j·��jÿ��j���j÷��j��ujR��}rI��(jõ��jö��hAjR��jù��U fin^{c,0}rJ��jû��Kjü��j��jÿ��j���j÷��j��ujN��}rK��(jõ��jö��hAjN��jù��Utc^{0}rL��jû��Kjü��jâ��jÿ��j���j÷��j��uj��}rM��(jõ��jö��hAj��jù��UM^{c,*}rN��jû��Kjü��jD��jÿ��j��j÷��j��uj;��}rO��(jõ��jö��j��Uojù��UESFrP��j÷��jø��hAj;��uj8��}rQ��(jõ��jö��j��Uojù��USFCrR��j÷��j��hAj8��ujw��}rS��(jõ��jö��j��Uojù��UWFOrT��j÷��j��hAjw��uj{��}rU��(jõ��jö��hAj{��jù��Utc^{c}rV��jû��Kjü��jâ��jÿ��j@��j÷��jø��uj‹��}rW��(jõ��jö��hAj‹��jù��U -M^{c,i2,0}rX��jû��Kjü��jD��jÿ��j���j÷��j��uj·��}rY��(jõ��jö��j÷��jø��jù��UM^{c,i2}rZ��jû��Kjü��jD��hAj·��uhÃ}r[��(jõ��jö��hAhÃjù��U -sigma5^{*}r\��jû��Kjü��jd��jÿ��j$��j÷��j��uhÅ}r]��(jõ��jö��hAhÅjù��U -sigma4^{*}r^��jû��Kjü��jb��jÿ��j$��j÷��j��uhÇ}r_��(jõ��jö��hAhÇjù��U -sigma1^{*}r`��jû��Kjü��ji��jÿ��j$��j÷��j��ujm��}ra��(jõ��jö��hAjm��jù��Ufin^{c}rb��jû��Kjü��j��jÿ��j��j÷��jø��uhÉ}rc��(jõ��jö��hAhÉjù��U -sigma3^{*}rd��jû��Kjü��jr��jÿ��j$��j÷��j��uhË}re��(jõ��jö��hAhËjù��U -sigma2^{*}rf��jû��Kjü��jk��jÿ��j$��j÷��j��ujf��}rg��(jõ��jö��hAjf��jù��UAR^{c,0}rh��jû��Kjü��jˆ��jÿ��j���j÷��j��uhÐ}ri��(jõ��jö��hAhÐjù��U -Sref^{c,*}rj��jû��Kjü��j×��jÿ��j��j÷��j��uhÚ}rk��(jõ��jö��hAhÚjù��UJ0^{*,*}rl��jû��Kjü��j��jÿ��j$��j÷��j��ujÈ��}rm��(jõ��jö��j��Uojù��UCDminrn��j÷��j��hAjÈ��uj€��}ro��(jõ��jö��j÷��j��jù��Usectionrp��j��Uojb��}rq��jd��}rr��(jf��G?è������jg��G?ô������usj��jh��ji��G?ð������hAj€��uj��}rs��(jõ��jö��hAj��jù��UWT^{c,*}rt��jû��Kjü��h™jÿ��j��j÷��j��uj��}ru��(jõ��jö��j��Uojù��UDTrv��j÷��j��hAj��uj…��}rw��(jõ��jö��j��G?ðQë…¸Rj÷��j��jù��UTemprx��jû��Kj��j��j��j��j��j��hAj…��uj`��}ry��(jõ��jö��hAj`��jù��Usection^{0}rz��jû��Kjü��j€��jÿ��j���j÷��j��ujv��}r{��(jõ��jö��hAjv��jù��UM^{c,0}r|��jû��Kjü��jD��jÿ��j���j÷��j��ujb��}r}��(jõ��jö��j��G?ñp£× -=qj÷��j��jù��Usigma4r~��jû��Kj��j��j��j��j��j��hAjb��ujd��}r��(jõ��jö��j��G?ñp£× -=qj÷��j��jù��Usigma5r€��jû��Kj��j��j��j��j��j��hAjd��uji��}r��(jõ��jö��j��G?ñp£× -=qj÷��j��jù��Usigma1r‚��jû��Kj��j��j��j��j��j��hAji��ujk��}rƒ��(jõ��jö��j��G?ñp£× -=qj÷��j��jù��Usigma2r„��jû��Kj��j��j��j��j��j��hAjk��ujr��}r…��(jõ��jö��j��G?ñp£× -=qj÷��j��jù��Usigma3r†��jû��Kj��j��j��j��j��j��hAjr��ujÀ��}r‡��(jõ��jö��hAjÀ��jù��U Theta^{c}rˆ��jû��Kjü��h`jÿ��j��j÷��jø��ujp��}r‰��(jõ��jö��hAjp��jù��UAR^{c}rŠ��jû��Kjü��jˆ��jÿ��j@��j÷��jø��uhó}r‹��(jõ��jö��hAhójù��UDT^{*}rŒ��jû��Kjü��j!��jÿ��j$��j÷��j��uh}r��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��hujx��}rŽ��(jõ��jö��j÷��j��jù��UJ1r��jû��Kj��j-��hAjx��uj×��}r��(jõ��jö��j÷��jø��jù��USrefr‘��j��Uojb��}r’��jd��}r“��(jf��Môjg��MÜusj��jh��ji��MèhAj×��ujt��}r”��(jõ��jö��hAjt��jù��USref^{c}r•��jû��Kjü��j×��jÿ��j@��j÷��jø��uj>��}r–��(jõ��jö��j÷��jø��jù��Uhj��Uojb��}r—��jd��}r˜��(jf��M0ujg��M`êusj��jh��ji��MȯhAj>��uj��}r™��(jõ��jö��j÷��jø��jù��U Lambda^{c,i2}rš��jû��Kjü��jç��hAj��uhÎ}r›��(jõ��jö��hAhÎjù��Utc^{*}rœ��jû��Kjü��jâ��jÿ��j��j÷��j��uhû}r��(jõ��jö��hAhûjù��Utc^{c,i2,*}rž��jû��Kjü��jâ��jÿ��j��j÷��j��uhÒ}rŸ��(jõ��jö��hAhÒjù��Uh^{*}r ��jû��Kjü��j>��jÿ��j��j÷��j��uj��}r¡��(jõ��jö��hAj��jù��U Sref^{c,i2,0}r¢��jû��Kjü��j×��jÿ��j���j÷��j��uj��}r£��(jõ��jö��hAj��jù��U -M^{c,i2,*}r¤��jû��Kjü��jD��jÿ��j��j÷��j��ujB��}r¥��(jõ��jö��hAjB��jù��Uh^{0}r¦��jû��Kjü��j>��jÿ��j���j÷��j��uj��}r§��(jõ��jö��j÷��jø��jù��U AR^{c,i2}r¨��jû��Kjü��jˆ��hAj��uhÜ}r©��(jõ��jö��hAhÜjù��UAR^{c,i2,*}rª��jû��Kjü��jˆ��jÿ��j��j÷��j��uj��}r«��(jõ��jö��j÷��jø��jù��USref^{c,i2}r¬��jû��Kjü��j×��hAj��ujD��}r��(jõ��jö��j÷��jø��jù��UMj��Uojb��}r®��jd��}r¯��(jf��G?öffffffjg��G?üÌÌÌÌÌÍusj��jh��ji��G?ù™™™™™šhAjD��ujç��}r°��(jõ��jö��j÷��jø��jù��ULambdar±��j��Uojb��}r²��jd��}r³��(jf��K(jg��KFusj��jh��ji��K7hAjç��uj��}r´��(jõ��jö��j��Uojù��UTemprµ��j÷��j��hAj��uj��}r¶��(jõ��jö��hAj��jù��UWF^{c,*}r·��jû��Kjü��h©jÿ��j��j÷��j��uj��}r¸��(jõ��jö��hAj��jù��UWE^{c,*}r¹��jû��Kjü��h¥jÿ��j��j÷��j��uuUnode_dict_factoryrº��hUGRAPH_PROPERTIESr»��]r¼��(U functionsr½��Unodesr¾��Uedgesr¿��U couplingsrÀ��U system_inputsrÁ��eU NODE_CAT_TREErÂ��}rÃ��(jö��}rÄ��(Ucollided circular couplingrÅ��]Ushared circular couplingrÆ��]Usupplied inputrÇ��]U collisionrÈ��]U!collided shared circular couplingrÉ��]UholerÊ��]Ucollided shared couplingrË��]Upure circular couplingrÌ��]j��]Ushared couplingrÍ��]Usupplied shared inputrÎ��]UoutputrÏ��]Ucollided couplingrÐ��]ujR��}rÑ��(UindependentrÒ��]U -outputlessrÓ��]jV��]U inputlessrÔ��]uUarchitecture elementrÕ��}rÖ��(U initiatorr×��]jý��]Ucopy design variablerØ��]Udoe output sample listrÙ��]Uinitial guess design variablerÚ��]Uconsistency constraint variablerÛ��]UMDA coupling variablerÜ��]UMDArÝ��]Uindependent output functionrÞ��]Uoptimizer functionrß��]UMDA 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î��]UXML PyMergerrï��]UInput Providerrð��]U Convergerrñ��]uUvariable grouprò��}ró��(U -hole grouprô��]Ucoupling grouprõ��]Ushared coupling grouprö��]Uoutput groupr÷��]Usupplied input grouprø��]Usupplied shared input grouprù��]uuU_succrú��j)��Uadjlist_outer_dict_factoryrû��hub. \ No newline at end of file +usjÛ��j��j��G?©™™™™™šh@jÊ��ujk��}rÓ��(jÃ��jÄ��jÅ��jÆ��jÇ��Uh^{c,i2}jÈ��KjÉ��j5��h@jk��uh}rÔ��(jÃ��j +��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��huhø}rÕ��(jÃ��jÄ��h@højÇ��ULambda^{c,*}jÈ��KjÉ��jÍ��jË��jÏ��jÅ��jÍ��ujO��}rÖ��(jÃ��jÄ��h@jO��jÇ��UCf^{0}jÈ��KjÉ��j¦��jË��jÌ��jÅ��jÍ��uj ��}r×��(jÃ��jÄ��h@j ��jÇ��U fin^{c,0}jÈ��KjÉ��j��jË��jÌ��jÅ��jÍ��uj��}rØ��(jÃ��jÄ��h@j��jÇ��Utc^{0}jÈ��KjÉ��jÊ��jË��jÌ��jÅ��jÍ��uhÿ}rÙ��(jÃ��jÄ��h@hÿjÇ��UM^{c,*}jÈ��KjÉ��j9��jË��jÏ��jÅ��jÍ��uj3��}rÚ��(jÃ��jÄ��jÖ��UojÇ��UESFrÛ��jÅ��jÆ��h@j3��uj1��}rÜ��(jÃ��jÄ��jÖ��UojÇ��USFCrÝ��jÅ��jÍ��h@j1��ujf��}rÞ��(jÃ��jÄ��jÖ��UojÇ��UWFOrß��jÅ��jÍ��h@jf��ujj��}rà��(jÃ��jÄ��h@jj��jÇ��Utc^{c}jÈ��KjÉ��jÊ��jË��jø��jÅ��jÆ��ujY��}rá��(jÃ��jÄ��h@jY��jÇ��U +M^{c,i2,0}jÈ��KjÉ��j9��jË��jÌ��jÅ��jÍ��uj…��}râ��(jÃ��jÄ��jÅ��jÆ��jÇ��UM^{c,i2}jÈ��KjÉ��j9��h@j…��uh¾}rã��(jÃ��jÄ��h@h¾jÇ��U +sigma5^{*}jÈ��KjÉ��j2��jË��jæ��jÅ��jÍ��uhÀ}rä��(jÃ��jÄ��h@hÀjÇ��U +sigma4^{*}jÈ��KjÉ��j0��jË��jæ��jÅ��jÍ��uhÂ}rå��(jÃ��jÄ��h@hÂjÇ��U +sigma1^{*}jÈ��KjÉ��j7��jË��jæ��jÅ��jÍ��uj\��}ræ��(jÃ��jÄ��h@j\��jÇ��Ufin^{c}jÈ��KjÉ��j��jË��jã��jÅ��jÆ��uhÄ}rç��(jÃ��jÄ��h@hÄjÇ��U +sigma3^{*}jÈ��KjÉ��j@��jË��jæ��jÅ��jÍ��uhÆ}rè��(jÃ��jÄ��h@hÆjÇ��U +sigma2^{*}jÈ��KjÉ��j9��jË��jæ��jÅ��jÍ��uj4��}ré��(jÃ��jÄ��h@j4��jÇ��UAR^{c,0}jÈ��KjÉ��jw��jË��jÌ��jÅ��jÍ��uhË}rê��(jÃ��jÄ��h@hËjÇ��U +Sref^{c,*}jÈ��KjÉ��jÄ��jË��jÏ��jÅ��jÍ��uhÕ}rë��(jÃ��jÄ��h@hÕjÇ��UJ0^{*,*}jÈ��KjÉ��jç��jË��jæ��jÅ��jÍ��uj·��}rì��(jÃ��jÄ��jÖ��UojÇ��UCDminrí��jÅ��jÍ��h@j·��ujo��}rî��(jÃ��jÄ��jÅ��jÍ��jÇ��Usectionrï��jÖ��Uoj��}rð��j��}rñ��(j��G?è������j��G?ô������usjÛ��j��j��G?ð������h@jo��uj��}rò��(jÃ��jÄ��h@j��jÇ��UWT^{c,*}jÈ��KjÉ��h•jË��jÏ��jÅ��jÍ��ujò��}ró��(jÃ��jÄ��jÖ��UojÇ��UDTrô��jÅ��jÍ��h@jò��ujS��}rõ��(jÃ��jÄ��jÙ��G?ðQë…¸RjÅ��jÍ��jÇ��UTemprö��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@jS��uj.��}r÷��(jÃ��jÄ��h@j.��jÇ��Usection^{0}jÈ��KjÉ��jo��jË��jÌ��jÅ��jÍ��ujD��}rø��(jÃ��jÄ��h@jD��jÇ��UM^{c,0}jÈ��KjÉ��j9��jË��jÌ��jÅ��jÍ��uj0��}rù��(jÃ��jÄ��jÙ��G?ñp£× +=qjÅ��jÍ��jÇ��Usigma4rú��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j0��uj2��}rû��(jÃ��jÄ��jÙ��G?ñp£× +=qjÅ��jÍ��jÇ��Usigma5rü��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j2��uj7��}rý��(jÃ��jÄ��jÙ��G?ñp£× +=qjÅ��jÍ��jÇ��Usigma1rþ��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j7��uj9��}rÿ��(jÃ��jÄ��jÙ��G?ñp£× +=qjÅ��jÍ��jÇ��Usigma2r���jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j9��uj@��}r��(jÃ��jÄ��jÙ��G?ñp£× +=qjÅ��jÍ��jÇ��Usigma3r��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j@��uj¯��}r��(jÃ��jÄ��h@j¯��jÇ��U Theta^{c}jÈ��KjÉ��h^jË��jã��jÅ��jÆ��uj_��}r��(jÃ��jÄ��h@j_��jÇ��UAR^{c}jÈ��KjÉ��jw��jË��jø��jÅ��jÆ��uhî}r��(jÃ��jÄ��h@hîjÇ��UDT^{*}jÈ��KjÉ��j��jË��jæ��jÅ��jÍ��uh}r��(jÃ��j +��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��hujF��}r��(jÃ��jÄ��jÅ��jÍ��jÇ��UJ1jÈ��KjÛ��jì��h@jF��ujÄ��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��USrefr ��jÖ��Uoj��}r +��j��}r��(j��Môj��MÜusjÛ��j��j��Mèh@jÄ��ujc��}r��(jÃ��jÄ��h@jc��jÇ��USref^{c}jÈ��KjÉ��jÄ��jË��jø��jÅ��jÆ��uj5��}r ��(jÃ��jÄ��jÅ��jÆ��jÇ��UhjÖ��Uoj��}r��j��}r��(j��M0uj��M`êusjÛ��j��j��Mȯh@j5��ujÕ��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��U Lambda^{c,i2}jÈ��KjÉ��jÍ��h@jÕ��uhÉ}r��(jÃ��jÄ��h@hÉjÇ��Utc^{*}jÈ��KjÉ��jÊ��jË��jÏ��jÅ��jÍ��uhö}r��(jÃ��jÄ��h@höjÇ��Utc^{c,i2,*}jÈ��KjÉ��jÊ��jË��jÏ��jÅ��jÍ��uhÍ}r��(jÃ��jÄ��h@hÍjÇ��Uh^{*}jÈ��KjÉ��j5��jË��jÏ��jÅ��jÍ��ujM��}r��(jÃ��jÄ��h@jM��jÇ��U Sref^{c,i2,0}jÈ��KjÉ��jÄ��jË��jÌ��jÅ��jÍ��uhý}r��(jÃ��jÄ��h@hýjÇ��U +M^{c,i2,*}jÈ��KjÉ��j9��jË��jÏ��jÅ��jÍ��uj��}r��(jÃ��jÄ��h@j��jÇ��Uh^{0}jÈ��KjÉ��j5��jË��jÌ��jÅ��jÍ��ujä��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��U AR^{c,i2}jÈ��KjÉ��jw��h@jä��uh×}r��(jÃ��jÄ��h@h×jÇ��UAR^{c,i2,*}jÈ��KjÉ��jw��jË��jÏ��jÅ��jÍ��ujé��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��USref^{c,i2}jÈ��KjÉ��jÄ��h@jé��uj9��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��UMjÖ��Uoj��}r��j��}r��(j��G?öffffffj��G?üÌÌÌÌÌÍusjÛ��j��j��G?ù™™™™™šh@j9��ujÍ��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��ULambdar��jÖ��Uoj��}r��j��}r ��(j��K(j��KFusjÛ��j��j��K7h@jÍ��ujï��}r!��(jÃ��jÄ��jÖ��UojÇ��UTempr"��jÅ��jÍ��h@jï��uj��}r#��(jÃ��jÄ��h@j��jÇ��UWF^{c,*}jÈ��KjÉ��h¥jË��jÏ��jÅ��jÍ��uj��}r$��(jÃ��jÄ��h@j��jÇ��UWE^{c,*}jÈ��KjÉ��h¡jË��jÏ��jÅ��jÍ��uuUnode_dict_factoryr%��hUGRAPH_PROPERTIESr&��]r'��(U functionsr(��Unodesr)��Uedgesr*��U couplingsr+��U system_inputsr,��eU NODE_CAT_TREEr-��}r.��(jÄ��}r/��(Ucollided circular couplingr0��]Ushared circular couplingr1��]Usupplied inputr2��]U collisionr3��]U!collided shared circular couplingr4��]Uholer5��]Ucollided shared couplingr6��]Upure circular couplingr7��]jÍ��]Ushared couplingr8��]Usupplied shared inputr9��]Uoutputr:��]Ucollided couplingr;��]uj +��}r<��(Uindependentr=��]U +outputlessr>��]j��]U inputlessr?��]uUarchitecture elementr@��}rA��(U initiatorrB��]j–��]Ucopy design variablerC��]Udoe output sample listrD��]Uinitial guess design variablerE��]Uconsistency constraint variablerF��]UMDA coupling variablerG��]UMDArH��]Uindependent output functionrI��]Uoptimizer functionrJ��]UMDA analysisrK��]Udoe input sample listrL��]Usurrogate model approximaterM��]U#initial guess MDA coupling variablerN��]Ufinal output variablerO��]Ucoupling weightrP��]Ufinal MDA coupling variablerQ��]Ufinal design variablerR��]uU RCE componentrS��}rT��(U +CPACS ToolrU��]U +XML MergerrV��]U +XML LoaderrW��]U OptimizerrX��]UConsistency constraint functionrY��]UXML PyMergerrZ��]UInput Providerr[��]U Convergerr\��]uUvariable groupr]��}r^��(U +hole groupr_��]Ucoupling groupr`��]Ushared coupling groupra��]Uoutput grouprb��]Usupplied input grouprc��]Usupplied shared input grouprd��]uuU_succre��j÷��Uadjlist_outer_dict_factoryrf��hub. \ No newline at end of file diff --git a/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms index 4526eae67872bb68b445dd175d89ecaef582d3bc..7204440ad1c3669cc6af013732cd9327cd30a859 100644 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 d89388b05f1a1837b78ef8567c23123c9eda09d8..5889838fe20800722235ad6f4748b146aa445203 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 5a262843e21a33acb6c9220cce42e282fb56ea2e..b3dfaf47ffae909770f68ffb2e2d91701e83ba8a 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 13b649825a3c3f6e6e78d7847c5062a431a9515f..95b775406cc240947fd5f8d4b3f3aef5a67f0bfd 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..3b66b9d4337fbb310fba4962e5cdf12bda1eacb2 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 c6f1fb2a22ffd9a114235bce894bcd2863bf1436..225c01277a798fcebafa3d016cfab755d0d24349 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/VISTOMS/VISTOMS.html b/examples/scripts/ssbj/VISTOMS/VISTOMS.html index fc14e7ccb96f6c3b2333d7a1ae8a63369f3731a1..413a7af324f28bc824b8ae7f5a06d1a0494d6b98 100644 --- a/examples/scripts/ssbj/VISTOMS/VISTOMS.html +++ b/examples/scripts/ssbj/VISTOMS/VISTOMS.html @@ -1879,7 +1879,7 @@ th, td { } //@Imco: Here is the sellar problem example data - theData = {"graphs": [{"description": "Repository of the super-sonic business jet test case optimization problem", "problem_formulation": {}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "01", "name": "RCG"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDO", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "id": "02", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "name": "FPG - MDO"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 couplings"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 9, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Optimizer", "Structures", "Converger", "Coordinator"], "pipeline_data": {"Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "Coordinator": ["/data_schema/aircraft/other/CDmin"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "Optimizer", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "03", "name": "XDSM - MDF-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Optimizer", "name": "Optimizer", "metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 7, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "04", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Structures", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - MDF-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: IDF.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "IDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/D": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/other/L": {"lower_bound": null, "upper_bound": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc"}, {"consistency_nodes": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D"]}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Gc", "name": "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "short_name": "6 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "16 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "10 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "6 couplings"}, {"to": "id_Gc", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "8 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Propulsion"], ["id_Optimizer", "id_Structures"], ["id_Optimizer", "id_Aerodynamics"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Cprop", "id_Gc"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_CTheta", "id_Gc"], ["id_Cdpdx", "id_FR"], ["id_Cdpdx", "id_Gc"], ["id_Csigmas", "id_FR"], ["id_Csigmas", "id_Gc"]], "process_step_blocks": ["id_Gc", "id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 5, "edges": [["id_Gc", "id_Optimizer"], ["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "__Gc", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Optimizer", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Gc"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "gc_Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "gc_D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "gc_L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "gc_WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "gc_WT", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "gc_ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "05", "name": "XDSM - IDF - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "CO", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "distr_function_ordering": [{"coupled": [], "pre-desvars": [], "post-coupling": ["Performance", "F[R]"], "post-desvars": []}, [{"post-desvars": [], "coupled": ["Structures"], "pre-desvars": [], "post-coupling": ["C[sigmas]", "C[Theta]", "__J0__"]}, {"post-desvars": [], "coupled": ["Aerodynamics"], "pre-desvars": [], "post-coupling": ["C[dpdx]", "__J1__"]}, {"post-desvars": [], "coupled": ["Propulsion"], "pre-desvars": [], "post-coupling": ["C[prop]", "__J2__"]}]], "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer", "metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0", "metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J0", "name": "J0", "metadata": [{"name": "__J0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1", "metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J1", "name": "J1", "metadata": [{"name": "__J1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2", "metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J2", "name": "J2", "metadata": [{"name": "__J2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "15 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_J0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "6 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "7 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_J1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_J2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_J2", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "5 couplings"}, {"to": "id_J2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "2 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "7 couplings"}, {"to": "id_J0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "4 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "15 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "short_name": "7 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_J2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_J1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_J1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "9 couplings"}, {"to": "id_J1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "6 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/reference/h,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "6 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Optimizer", "id_Performance"], ["id_Sys-Optimizer", "id_Sub-Optimizer-0"], ["id_Sys-Optimizer", "id_Sub-Optimizer-1"], ["id_Sys-Optimizer", "id_Sub-Optimizer-2"]], "process_step_blocks": ["id_Performance", "id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Performance", "id_FR"], ["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_FR", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_J0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_J1"], ["id_FR", "id_Sys-Optimizer"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_J2"]], "process_step_blocks": ["id_J2", "id_J0", "id_CTheta", "id_Cprop", "id_J1", "id_Csigmas", "id_Cdpdx"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 5, "edges": [["id_J2", "id_Sub-Optimizer-2"], ["id_J0", "id_Sub-Optimizer-0"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_J1", "id_Sub-Optimizer-1"], ["id_Csigmas", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 6, "edges": [["id_Sub-Optimizer-0", "id_Sys-Optimizer"], ["id_Sub-Optimizer-1", "id_Sys-Optimizer"], ["id_Sub-Optimizer-2", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 7, "edges": [["id_Sys-Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "06", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "copyDesignVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sys-Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "tc__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "h__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "copyDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Lambda__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "AR__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "h__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "AR__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Lambda__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "h__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "group0", "level": 2}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "group2", "level": 2}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "group1", "level": 2}], "name": "distributedArchitectures", "level": 1}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["__J0__", "Coordinator", "F[R]", "__J2__", "__J1__"], "pipeline_data": {"__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Sys-Optimizer"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["__J0__", "Coordinator", "C[Theta]", "C[sigmas]"], "pipeline_data": {"__J0__": ["/data_schema/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__J1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__J1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Propulsion", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"]}, "name": "J2"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Sys-Optimizer", "Structures", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "J0"}, {"input": ["F[R]", "Sys-Optimizer", "C[Theta]", "Sub-Optimizer-0", "Sub-Optimizer-1", "Sub-Optimizer-2", "C[prop]", "__J0__", "C[dpdx]", "__J2__", "C[sigmas]", "__J1__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Coordinator", "C[prop]", "__J2__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "__J2__": ["/data_schema/distributedArchitectures/group2/objective"]}, "name": "Sub-Optimizer-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "J1"}, {"input": ["Sys-Optimizer"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"]}, "name": "Performance"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "Structures"}], "name": "XDSM - CO - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: BLISS-2000.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "BLISS-2000", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "distr_function_ordering": [{"post-desvars": [], "coupled": ["Sub-Surrogate-Model-0", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-2"], "pre-desvars": [], "post-coupling": ["Performance", "F[R]", "__Gc__"]}, [{"post-coupling": ["C[sigmas]", "C[Theta]", "__WCF0__"], "coupled": ["Structures"], "pre-desvars": [], "post-desvars": []}, {"post-coupling": ["C[dpdx]", "__WCF1__"], "coupled": ["Aerodynamics"], "pre-desvars": [], "post-desvars": []}, {"post-coupling": ["C[prop]", "__WCF2__"], "coupled": ["Propulsion"], "pre-desvars": [], "post-desvars": []}]], "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Sys-Converger"}, {"instance": 1}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Sys-Converger", "name": "Sys-Converger"}, {"metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer"}, {"metadata": [{"name": "Sub-Surrogate-Model-0"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-0", "name": "Sub-Surrogate-Model-0"}, {"metadata": [{"name": "Sub-Surrogate-Model-1"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-1", "name": "Sub-Surrogate-Model-1"}, {"metadata": [{"name": "Sub-Surrogate-Model-2"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-2", "name": "Sub-Surrogate-Model-2"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}, {"metadata": [{"name": "Sub-SM-bounds-0"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-0", "name": "Sub-SM-bounds-0"}, {"metadata": [{"name": "Sub-DOE-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-0", "name": "Sub-DOE-0"}, {"metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "__WCF0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF0", "name": "WCF0"}, {"metadata": [{"name": "Sub-SM-builder-0"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-0", "name": "Sub-SM-builder-0"}, {"metadata": [{"name": "Sub-SM-bounds-1"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-1", "name": "Sub-SM-bounds-1"}, {"metadata": [{"name": "Sub-DOE-1"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-1", "name": "Sub-DOE-1"}, {"metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "__WCF1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF1", "name": "WCF1"}, {"metadata": [{"name": "Sub-SM-builder-1"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-1", "name": "Sub-SM-builder-1"}, {"metadata": [{"name": "Sub-SM-bounds-2"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-2", "name": "Sub-SM-bounds-2"}, {"metadata": [{"name": "Sub-DOE-2"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group2/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-2", "name": "Sub-DOE-2"}, {"metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "__WCF2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF2", "name": "WCF2"}, {"metadata": [{"name": "Sub-SM-builder-2"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-2", "name": "Sub-SM-builder-2"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "21 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_Gc", "name": "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0", "short_name": "6 inputs"}, {"to": "id_WCF1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_WCF1", "from": "id_Sub-DOE-1", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w2,/data_schema/distributedArchitectures/group1/couplingWeights/w0,/data_schema/distributedArchitectures/group1/couplingWeights/w1", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "3 inputs"}, {"to": "id_WCF0", "from": "id_Sub-DOE-0", "name": "/data_schema/distributedArchitectures/group0/couplingWeights/w1,/data_schema/distributedArchitectures/group0/couplingWeights/w0,/data_schema/distributedArchitectures/group0/couplingWeights/w2", "short_name": "3 couplings"}, {"to": "id_WCF0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Sys-Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Sys-Converger", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/aircraft/geometry/section,/data_schema/aircraft/geometry/lambda", "short_name": "2 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "short_name": "6 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "short_name": "2 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_WCF0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_WCF1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_WCF2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "5 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_WCF2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_WCF2", "from": "id_Sub-DOE-2", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w2,/data_schema/distributedArchitectures/group2/couplingWeights/w1,/data_schema/distributedArchitectures/group2/couplingWeights/w0", "short_name": "3 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "12 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sub-SM-builder-1", "name": "//surrogateModels/SubSMB1/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2", "short_name": "9 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sub-SM-builder-0", "name": "//surrogateModels/SubSMB0/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sub-SM-builder-2", "name": "//surrogateModels/SubSMB2/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/reference/M,/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2", "short_name": "6 couplings"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "6 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_WCF0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Converger", "name": "/data_schema/mdoData/systemConvergenceCheck", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Gc", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "short_name": "9 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "short_name": "9 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 couplings"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Converger"]], "process_step_blocks": ["id_Sys-Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Converger", "id_Sub-SM-bounds-2"], ["id_Sys-Converger", "id_Sub-SM-bounds-1"], ["id_Sys-Converger", "id_Sub-SM-bounds-0"]], "process_step_blocks": ["id_Sub-SM-bounds-2", "id_Sub-SM-bounds-1", "id_Sub-SM-bounds-0"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Sub-SM-bounds-2", "id_Sub-DOE-2"], ["id_Sub-SM-bounds-1", "id_Sub-DOE-1"], ["id_Sub-SM-bounds-0", "id_Sub-DOE-0"]], "process_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Sub-DOE-2", "id_Sub-Optimizer-2"], ["id_Sub-DOE-1", "id_Sub-Optimizer-1"], ["id_Sub-DOE-0", "id_Sub-Optimizer-0"]], "process_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_WCF0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_WCF1"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_WCF2"]], "process_step_blocks": ["id_WCF1", "id_Cprop", "id_CTheta", "id_Cdpdx", "id_WCF0", "id_WCF2", "id_Csigmas"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 7, "edges": [["id_WCF1", "id_Sub-Optimizer-1"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"], ["id_WCF0", "id_Sub-Optimizer-0"], ["id_WCF2", "id_Sub-Optimizer-2"], ["id_Csigmas", "id_Sub-Optimizer-0"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"], "step_number": 8, "edges": [["id_Sub-Optimizer-0", "id_Sub-DOE-0"], ["id_Sub-Optimizer-1", "id_Sub-DOE-1"], ["id_Sub-Optimizer-2", "id_Sub-DOE-2"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 9, "edges": [["id_Sub-DOE-2", "id_Sub-SM-builder-2"], ["id_Sub-DOE-1", "id_Sub-SM-builder-1"], ["id_Sub-DOE-0", "id_Sub-SM-builder-0"]], "process_step_blocks": ["id_Sub-SM-builder-2", "id_Sub-SM-builder-0", "id_Sub-SM-builder-1"]}, {"converger_step_blocks": [], "step_number": 10, "edges": [["id_Sub-SM-builder-2", "id_Sys-Optimizer"], ["id_Sub-SM-builder-0", "id_Sys-Optimizer"], ["id_Sub-SM-builder-1", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 11, "edges": [["id_Sys-Optimizer", "id_Sub-Surrogate-Model-1"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-0"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-2"]], "process_step_blocks": ["id_Sub-Surrogate-Model-0", "id_Sub-Surrogate-Model-1", "id_Sub-Surrogate-Model-2"]}, {"converger_step_blocks": [], "step_number": 12, "edges": [["id_Sub-Surrogate-Model-0", "id_Performance"], ["id_Sub-Surrogate-Model-1", "id_Performance"], ["id_Sub-Surrogate-Model-2", "id_Performance"]], "process_step_blocks": ["id_Performance"]}, {"converger_step_blocks": [], "step_number": 13, "edges": [["id_Performance", "id_FR"], ["id_Performance", "id_Gc"]], "process_step_blocks": ["id_FR", "id_Gc"]}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 14, "edges": [["id_FR", "id_Sys-Optimizer"], ["id_Gc", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Converger"], "step_number": 15, "edges": [["id_Sys-Optimizer", "id_Sys-Converger"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 16, "edges": [["id_Sys-Converger", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "F[R]", "__Gc__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc__": ["/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0"]}, "name": "Sys-Optimizer"}, {"input": ["Aerodynamics", "Sub-DOE-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sub-DOE-1": ["/data_schema/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/distributedArchitectures/group1/couplingWeights/w1"]}, "name": "WCF1"}, {"input": ["Coordinator", "Sub-Optimizer-2", "Sub-DOE-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sub-Optimizer-2": ["/data_schema/aircraft/other/T"], "Sub-DOE-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"]}, "name": "Propulsion"}, {"input": ["Sub-DOE-0", "Structures"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/distributedArchitectures/group0/couplingWeights/w2"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"]}, "name": "WCF0"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sys-Converger"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Sub-DOE-0", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sub-DOE-0": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sub-Optimizer-0": ["/data_schema/aircraft/geometry/section", "/data_schema/aircraft/geometry/lambda"]}, "name": "Structures"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sub-SM-bounds-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "C[Theta]", "__WCF0__", "C[sigmas]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/distributedArchitectures/group0/objective"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__WCF1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__WCF1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Coordinator", "__WCF2__", "C[prop]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T"], "__WCF2__": ["/data_schema/distributedArchitectures/group2/objective"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"]}, "name": "Sub-Optimizer-2"}, {"input": ["Sub-SM-bounds-2", "Sub-DOE-2"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-DOE-2": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-SM-builder-2"}, {"input": ["Sub-DOE-0", "Sub-SM-bounds-0"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"]}, "name": "Sub-SM-builder-0"}, {"input": ["Sub-DOE-1", "Sub-SM-bounds-1"], "pipeline_data": {"Sub-DOE-1": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"]}, "name": "Sub-SM-builder-1"}, {"input": ["Propulsion", "Sub-DOE-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sub-DOE-2": ["/data_schema/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/distributedArchitectures/group2/couplingWeights/w0"]}, "name": "WCF2"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-1"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"], "Sub-SM-builder-1": ["//surrogateModels/SubSMB1/definition"]}, "name": "Sub-Surrogate-Model-1"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-0"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2"], "Sub-SM-builder-0": ["//surrogateModels/SubSMB0/definition"]}, "name": "Sub-Surrogate-Model-0"}, {"input": ["Sub-SM-builder-2", "Sys-Optimizer"], "pipeline_data": {"Sub-SM-builder-2": ["//surrogateModels/SubSMB2/definition"], "Sys-Optimizer": ["/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/reference/M", "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2"]}, "name": "Sub-Surrogate-Model-2"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"]}, "name": "Gc"}, {"input": ["Coordinator", "Sub-DOE-1", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sub-DOE-1": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/aircraft/other/Cf"]}, "name": "Aerodynamics"}, {"input": ["F[R]", "Sub-Surrogate-Model-2", "Sys-Optimizer", "__WCF1__", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "C[Theta]", "__WCF0__", "C[prop]", "Sys-Converger", "C[dpdx]", "C[sigmas]", "__Gc__", "__WCF2__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "__WCF1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"], "Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF"], "Sys-Converger": ["/data_schema/mdoData/systemConvergenceCheck"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__Gc__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5"], "__WCF2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"]}, "name": "Coordinator"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"]}, "name": "Sub-SM-bounds-1"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2"]}, "name": "Sub-SM-bounds-0"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Sub-SM-bounds-2", "Sub-Optimizer-2", "Propulsion"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"], "Propulsion": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-DOE-2"}, {"input": ["Aerodynamics", "Sub-SM-bounds-1", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, "name": "Sub-DOE-1"}, {"input": ["Structures", "Sub-SM-bounds-0", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda"]}, "name": "Sub-DOE-0"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}, {"type": "variable", "name": "T", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "couplingWeights"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-0"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref__i2"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h__i2"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M__i2"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L__i2"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF__i2"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L__i2"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF__i2"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "AR__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref__i2"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "h__i2"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "M__i2"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D__i2"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta__i2"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta__i2"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT__i2"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D__i2"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF__i2"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}], "name": "sigmas"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc2"}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc5"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc2"}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group1"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "definition"}], "name": "SubSMB2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "definition"}], "name": "SubSMB0"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "definition"}], "name": "SubSMB1"}], "name": "surrogateModels"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "systemConvergenceCheck"}], "name": "mdoData"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "07", "name": "XDSM - BLISS-2000 - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "08", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "09", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "10", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "11", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "12", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "13", "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "14", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "15", "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "16", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "17", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "18", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "19", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "20", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "21", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "22", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "23", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "24", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "25", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "26", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "27", "name": "FPG - MDA"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "28", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "29", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "30", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "31", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "32", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "33", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "34", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "35", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "36", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "37", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "38", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "39", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "40", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "41", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "42", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "43", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "44", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "45", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "46", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "47", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "48", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "49", "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "50", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "51", "name": "XDSM - converged-DOE-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "52", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "53", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "54", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "55", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "56", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "57", "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "58", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "59", "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "60", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "61", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "62", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "63", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "64", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "65", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "66", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "67", "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "68", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}], "type": "variable", "name": "architectureRoles", "level": 1}, {"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}], "type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "69", "name": "XDSM - converged-DOE-J - Mdao"}], "categories": [{"name": "schema", "description": "schema"}, {"name": "catschema_nodeLev", "description": "node levels"}, {"name": "catschema_funLev", "description": "function levels"}, {"name": "catschema_roleLev", "description": "role levels"}, {"name": "catschema_sysLev", "description": "system levels"}]} + theData = {"graphs": [{"description": "Repository of the super-sonic business jet test case optimization problem", "problem_formulation": {}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "01", "name": "RCG"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDO", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "id": "02", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "name": "FPG - MDO"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 couplings"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 9, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Optimizer", "Structures", "Converger", "Coordinator"], "pipeline_data": {"Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "Coordinator": ["/data_schema/aircraft/other/CDmin"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "Optimizer", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "03", "name": "XDSM - MDF-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Optimizer", "name": "Optimizer", "metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 7, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "04", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"type": "variable", "children": [{"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Structures", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - MDF-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: IDF.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "IDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/D": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/other/L": {"lower_bound": null, "upper_bound": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc"}, {"consistency_nodes": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D"]}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Gc", "name": "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "short_name": "6 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "16 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "10 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "6 couplings"}, {"to": "id_Gc", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "8 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Propulsion"], ["id_Optimizer", "id_Structures"], ["id_Optimizer", "id_Aerodynamics"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Cprop", "id_Gc"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_CTheta", "id_Gc"], ["id_Cdpdx", "id_FR"], ["id_Cdpdx", "id_Gc"], ["id_Csigmas", "id_FR"], ["id_Csigmas", "id_Gc"]], "process_step_blocks": ["id_Gc", "id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 5, "edges": [["id_Gc", "id_Optimizer"], ["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "__Gc", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Optimizer", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Gc"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_WT"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "05", "name": "XDSM - IDF - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "CO", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "distr_function_ordering": [{"post-coupling": ["Performance", "F[R]"], "coupled": [], "pre-desvars": [], "post-desvars": []}, [{"post-desvars": [], "post-coupling": ["C[sigmas]", "C[Theta]", "__J0__"], "pre-desvars": [], "coupled": ["Structures"]}, {"post-desvars": [], "post-coupling": ["C[dpdx]", "__J1__"], "pre-desvars": [], "coupled": ["Aerodynamics"]}, {"post-desvars": [], "post-coupling": ["C[prop]", "__J2__"], "pre-desvars": [], "coupled": ["Propulsion"]}]], "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer", "metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0", "metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J0", "name": "J0", "metadata": [{"name": "__J0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1", "metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J1", "name": "J1", "metadata": [{"name": "__J1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2", "metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J2", "name": "J2", "metadata": [{"name": "__J2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "15 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_J0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "6 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "7 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_J1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_J2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_J2", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "5 couplings"}, {"to": "id_J2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "2 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "7 couplings"}, {"to": "id_J0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "4 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "15 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "short_name": "7 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_J2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_J1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_J1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "9 couplings"}, {"to": "id_J1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "6 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/reference/h,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "6 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Optimizer", "id_Performance"], ["id_Sys-Optimizer", "id_Sub-Optimizer-0"], ["id_Sys-Optimizer", "id_Sub-Optimizer-1"], ["id_Sys-Optimizer", "id_Sub-Optimizer-2"]], "process_step_blocks": ["id_Performance", "id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Performance", "id_FR"], ["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_FR", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_J0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_J1"], ["id_FR", "id_Sys-Optimizer"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_J2"]], "process_step_blocks": ["id_J2", "id_J0", "id_CTheta", "id_Cprop", "id_J1", "id_Csigmas", "id_Cdpdx"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 5, "edges": [["id_J2", "id_Sub-Optimizer-2"], ["id_J0", "id_Sub-Optimizer-0"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_J1", "id_Sub-Optimizer-1"], ["id_Csigmas", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 6, "edges": [["id_Sub-Optimizer-0", "id_Sys-Optimizer"], ["id_Sub-Optimizer-1", "id_Sys-Optimizer"], ["id_Sub-Optimizer-2", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 7, "edges": [["id_Sys-Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "06", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "copyDesignVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sys-Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "tc__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref__i2", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "h__i2", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M__i2", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "copyDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Lambda__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "AR__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref__i2", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h__i2", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M__i2", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "AR__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Lambda__i2", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h__i2", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M__i2", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group0", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group2", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group1", "level": 2}], "name": "distributedArchitectures", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["__J0__", "Coordinator", "F[R]", "__J2__", "__J1__"], "pipeline_data": {"__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Sys-Optimizer"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["__J0__", "Coordinator", "C[Theta]", "C[sigmas]"], "pipeline_data": {"__J0__": ["/data_schema/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__J1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__J1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Propulsion", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"]}, "name": "J2"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Sys-Optimizer", "Structures", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "J0"}, {"input": ["F[R]", "Sys-Optimizer", "C[Theta]", "Sub-Optimizer-0", "Sub-Optimizer-1", "Sub-Optimizer-2", "C[prop]", "__J0__", "C[dpdx]", "__J2__", "C[sigmas]", "__J1__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Coordinator", "C[prop]", "__J2__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "__J2__": ["/data_schema/distributedArchitectures/group2/objective"]}, "name": "Sub-Optimizer-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "J1"}, {"input": ["Sys-Optimizer"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"]}, "name": "Performance"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "Structures"}], "name": "XDSM - CO - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: BLISS-2000.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "BLISS-2000", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "distr_function_ordering": [{"post-desvars": [], "pre-desvars": [], "post-coupling": ["Performance", "F[R]", "__Gc__"], "coupled": ["Sub-Surrogate-Model-0", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-2"]}, [{"coupled": ["Structures"], "pre-desvars": [], "post-coupling": ["C[sigmas]", "C[Theta]", "__WCF0__"], "post-desvars": []}, {"coupled": ["Aerodynamics"], "pre-desvars": [], "post-coupling": ["C[dpdx]", "__WCF1__"], "post-desvars": []}, {"coupled": ["Propulsion"], "pre-desvars": [], "post-coupling": ["C[prop]", "__WCF2__"], "post-desvars": []}]], "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Sys-Converger"}, {"instance": 1}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Sys-Converger", "name": "Sys-Converger"}, {"metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer"}, {"metadata": [{"name": "Sub-Surrogate-Model-0"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-0", "name": "Sub-Surrogate-Model-0"}, {"metadata": [{"name": "Sub-Surrogate-Model-1"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-1", "name": "Sub-Surrogate-Model-1"}, {"metadata": [{"name": "Sub-Surrogate-Model-2"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-2", "name": "Sub-Surrogate-Model-2"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}, {"metadata": [{"name": "Sub-SM-bounds-0"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-0", "name": "Sub-SM-bounds-0"}, {"metadata": [{"name": "Sub-DOE-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-0", "name": "Sub-DOE-0"}, {"metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "__WCF0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF0", "name": "WCF0"}, {"metadata": [{"name": "Sub-SM-builder-0"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-0", "name": "Sub-SM-builder-0"}, {"metadata": [{"name": "Sub-SM-bounds-1"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-1", "name": "Sub-SM-bounds-1"}, {"metadata": [{"name": "Sub-DOE-1"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-1", "name": "Sub-DOE-1"}, {"metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "__WCF1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF1", "name": "WCF1"}, {"metadata": [{"name": "Sub-SM-builder-1"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-1", "name": "Sub-SM-builder-1"}, {"metadata": [{"name": "Sub-SM-bounds-2"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-2", "name": "Sub-SM-bounds-2"}, {"metadata": [{"name": "Sub-DOE-2"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group2/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-2", "name": "Sub-DOE-2"}, {"metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "__WCF2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF2", "name": "WCF2"}, {"metadata": [{"name": "Sub-SM-builder-2"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-2", "name": "Sub-SM-builder-2"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "21 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_Gc", "name": "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0", "short_name": "6 inputs"}, {"to": "id_WCF1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_WCF1", "from": "id_Sub-DOE-1", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w2,/data_schema/distributedArchitectures/group1/couplingWeights/w0,/data_schema/distributedArchitectures/group1/couplingWeights/w1", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "3 inputs"}, {"to": "id_WCF0", "from": "id_Sub-DOE-0", "name": "/data_schema/distributedArchitectures/group0/couplingWeights/w1,/data_schema/distributedArchitectures/group0/couplingWeights/w0,/data_schema/distributedArchitectures/group0/couplingWeights/w2", "short_name": "3 couplings"}, {"to": "id_WCF0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Sys-Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Sys-Converger", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/aircraft/geometry/section,/data_schema/aircraft/geometry/lambda", "short_name": "2 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "short_name": "6 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "short_name": "2 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_WCF0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_WCF1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_WCF2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "5 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_WCF2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_WCF2", "from": "id_Sub-DOE-2", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w2,/data_schema/distributedArchitectures/group2/couplingWeights/w1,/data_schema/distributedArchitectures/group2/couplingWeights/w0", "short_name": "3 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "12 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sub-SM-builder-1", "name": "//surrogateModels/SubSMB1/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2", "short_name": "9 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sub-SM-builder-0", "name": "//surrogateModels/SubSMB0/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sub-SM-builder-2", "name": "//surrogateModels/SubSMB2/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/reference/M,/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2", "short_name": "6 couplings"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "6 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_WCF0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Converger", "name": "/data_schema/mdoData/systemConvergenceCheck", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Gc", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "short_name": "9 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "short_name": "9 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 couplings"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Converger"]], "process_step_blocks": ["id_Sys-Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Converger", "id_Sub-SM-bounds-2"], ["id_Sys-Converger", "id_Sub-SM-bounds-1"], ["id_Sys-Converger", "id_Sub-SM-bounds-0"]], "process_step_blocks": ["id_Sub-SM-bounds-2", "id_Sub-SM-bounds-1", "id_Sub-SM-bounds-0"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Sub-SM-bounds-2", "id_Sub-DOE-2"], ["id_Sub-SM-bounds-1", "id_Sub-DOE-1"], ["id_Sub-SM-bounds-0", "id_Sub-DOE-0"]], "process_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Sub-DOE-2", "id_Sub-Optimizer-2"], ["id_Sub-DOE-1", "id_Sub-Optimizer-1"], ["id_Sub-DOE-0", "id_Sub-Optimizer-0"]], "process_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_WCF0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_WCF1"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_WCF2"]], "process_step_blocks": ["id_WCF1", "id_Cprop", "id_CTheta", "id_Cdpdx", "id_WCF0", "id_WCF2", "id_Csigmas"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 7, "edges": [["id_WCF1", "id_Sub-Optimizer-1"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"], ["id_WCF0", "id_Sub-Optimizer-0"], ["id_WCF2", "id_Sub-Optimizer-2"], ["id_Csigmas", "id_Sub-Optimizer-0"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"], "step_number": 8, "edges": [["id_Sub-Optimizer-0", "id_Sub-DOE-0"], ["id_Sub-Optimizer-1", "id_Sub-DOE-1"], ["id_Sub-Optimizer-2", "id_Sub-DOE-2"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 9, "edges": [["id_Sub-DOE-2", "id_Sub-SM-builder-2"], ["id_Sub-DOE-1", "id_Sub-SM-builder-1"], ["id_Sub-DOE-0", "id_Sub-SM-builder-0"]], "process_step_blocks": ["id_Sub-SM-builder-2", "id_Sub-SM-builder-0", "id_Sub-SM-builder-1"]}, {"converger_step_blocks": [], "step_number": 10, "edges": [["id_Sub-SM-builder-2", "id_Sys-Optimizer"], ["id_Sub-SM-builder-0", "id_Sys-Optimizer"], ["id_Sub-SM-builder-1", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 11, "edges": [["id_Sys-Optimizer", "id_Sub-Surrogate-Model-1"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-0"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-2"]], "process_step_blocks": ["id_Sub-Surrogate-Model-0", "id_Sub-Surrogate-Model-1", "id_Sub-Surrogate-Model-2"]}, {"converger_step_blocks": [], "step_number": 12, "edges": [["id_Sub-Surrogate-Model-0", "id_Performance"], ["id_Sub-Surrogate-Model-1", "id_Performance"], ["id_Sub-Surrogate-Model-2", "id_Performance"]], "process_step_blocks": ["id_Performance"]}, {"converger_step_blocks": [], "step_number": 13, "edges": [["id_Performance", "id_FR"], ["id_Performance", "id_Gc"]], "process_step_blocks": ["id_FR", "id_Gc"]}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 14, "edges": [["id_FR", "id_Sys-Optimizer"], ["id_Gc", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Converger"], "step_number": 15, "edges": [["id_Sys-Optimizer", "id_Sys-Converger"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 16, "edges": [["id_Sys-Converger", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "F[R]", "__Gc__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc__": ["/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0"]}, "name": "Sys-Optimizer"}, {"input": ["Aerodynamics", "Sub-DOE-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sub-DOE-1": ["/data_schema/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/distributedArchitectures/group1/couplingWeights/w1"]}, "name": "WCF1"}, {"input": ["Coordinator", "Sub-Optimizer-2", "Sub-DOE-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sub-Optimizer-2": ["/data_schema/aircraft/other/T"], "Sub-DOE-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"]}, "name": "Propulsion"}, {"input": ["Sub-DOE-0", "Structures"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/distributedArchitectures/group0/couplingWeights/w2"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"]}, "name": "WCF0"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sys-Converger"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Sub-DOE-0", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sub-DOE-0": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sub-Optimizer-0": ["/data_schema/aircraft/geometry/section", "/data_schema/aircraft/geometry/lambda"]}, "name": "Structures"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sub-SM-bounds-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "C[Theta]", "__WCF0__", "C[sigmas]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/distributedArchitectures/group0/objective"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__WCF1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__WCF1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Coordinator", "__WCF2__", "C[prop]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T"], "__WCF2__": ["/data_schema/distributedArchitectures/group2/objective"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"]}, "name": "Sub-Optimizer-2"}, {"input": ["Sub-SM-bounds-2", "Sub-DOE-2"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-DOE-2": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-SM-builder-2"}, {"input": ["Sub-DOE-0", "Sub-SM-bounds-0"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"]}, "name": "Sub-SM-builder-0"}, {"input": ["Sub-DOE-1", "Sub-SM-bounds-1"], "pipeline_data": {"Sub-DOE-1": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"]}, "name": "Sub-SM-builder-1"}, {"input": ["Propulsion", "Sub-DOE-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sub-DOE-2": ["/data_schema/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/distributedArchitectures/group2/couplingWeights/w0"]}, "name": "WCF2"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-1"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"], "Sub-SM-builder-1": ["//surrogateModels/SubSMB1/definition"]}, "name": "Sub-Surrogate-Model-1"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-0"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2"], "Sub-SM-builder-0": ["//surrogateModels/SubSMB0/definition"]}, "name": "Sub-Surrogate-Model-0"}, {"input": ["Sub-SM-builder-2", "Sys-Optimizer"], "pipeline_data": {"Sub-SM-builder-2": ["//surrogateModels/SubSMB2/definition"], "Sys-Optimizer": ["/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/reference/M", "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2"]}, "name": "Sub-Surrogate-Model-2"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"]}, "name": "Gc"}, {"input": ["Coordinator", "Sub-DOE-1", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sub-DOE-1": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/aircraft/other/Cf"]}, "name": "Aerodynamics"}, {"input": ["F[R]", "Sub-Surrogate-Model-2", "Sys-Optimizer", "__WCF1__", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "C[Theta]", "__WCF0__", "C[prop]", "Sys-Converger", "C[dpdx]", "C[sigmas]", "__Gc__", "__WCF2__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "__WCF1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"], "Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF"], "Sys-Converger": ["/data_schema/mdoData/systemConvergenceCheck"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__Gc__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5"], "__WCF2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"]}, "name": "Coordinator"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"]}, "name": "Sub-SM-bounds-1"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2"]}, "name": "Sub-SM-bounds-0"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Sub-SM-bounds-2", "Sub-Optimizer-2", "Propulsion"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"], "Propulsion": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-DOE-2"}, {"input": ["Aerodynamics", "Sub-SM-bounds-1", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, "name": "Sub-DOE-1"}, {"input": ["Structures", "Sub-SM-bounds-0", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda"]}, "name": "Sub-DOE-0"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}, {"type": "variable", "name": "T", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "couplingWeights"}], "type": "variable", "name": "architectureRoles", "level": 1}, {"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-0"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "tc__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref__i2", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "h__i2", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M__i2", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "L__i2", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WE__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF__i2", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "L__i2", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WE__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF__i2", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Lambda__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "AR__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Sref__i2", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "h__i2", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "M__i2", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "h", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WT__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "D__i2", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta__i2", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Theta__i2", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT__i2", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D__i2", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF__i2", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "gc3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc2", "value": "unknown", "dimension": null}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "gc5", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc2", "value": "unknown", "dimension": null}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group1"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "definition", "value": "unknown", "dimension": null}], "name": "SubSMB2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "definition", "value": "unknown", "dimension": null}], "name": "SubSMB0"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "definition", "value": "unknown", "dimension": null}], "name": "SubSMB1"}], "name": "surrogateModels"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "systemConvergenceCheck", "value": "unknown", "dimension": null}], "name": "mdoData"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "07", "name": "XDSM - BLISS-2000 - Mdao"}], "categories": [{"name": "schema", "description": "schema"}, {"name": "catschema_nodeLev", "description": "node levels"}, {"name": "catschema_funLev", "description": "function levels"}, {"name": "catschema_roleLev", "description": "role levels"}, {"name": "catschema_sysLev", "description": "system levels"}]} function loadAllData(data) { makeKadmosMenu(data); diff --git a/kadmos/graph/graph_data.py b/kadmos/graph/graph_data.py index 7df5476a9032d06abd5ef01e470f08fc38ce83c8..dd4d1e270db02b63fa4ca5cdb9d25d6eba6d25df 100644 --- a/kadmos/graph/graph_data.py +++ b/kadmos/graph/graph_data.py @@ -304,21 +304,23 @@ class DataGraph(KadmosGraph): #dict of inequality operators operators = {'>': oper.gt, - '>=': oper.ge, - '<': oper.lt, - '<=': oper.le, - '==': oper.eq} + '>=': oper.ge, + '<': oper.lt, + '<=': oper.le, + '==': oper.eq} # Input assertions assert self.has_node(node), 'Node %s not present in the graph.' % node - if isinstance(operator,basestring): + if isinstance(operator, basestring): assert operator in operators, 'Operator has to be one of the following: %s' % operators.keys() - else: - assert len(operator) == 1 or len(operator) == 2, 'Only one or two operators can be provided' + elif isinstance(operator, list): + assert len(operator) == 1 or len(operator) == 2, 'Only one or two operators can be provided.' assert len(operator) == len(reference_value), '{} operators provided with {} reference values. Please provide ' \ 'equal sized lists.'.format(len(operator),len(reference_value)) for op in operator: assert operators[op](1,0) or operators[op](0,1), 'Operator has to be one of the following: >, >=, < or <=' + else: + raise AssertionError('operator input is of wrong type {}.'.format(type(operator))) assert isinstance(reference_value, (numbers.Number, list)), 'Reference value is not a number or list.' #check if multiple bounds are used correctly. @@ -329,16 +331,20 @@ class DataGraph(KadmosGraph): if operators[operator[1]](a,b) and operators[operator[0]](b,a): pass else: - print("ERROR: x {} {} and x {} {} are not consistent as " - "bounds".format(operator[0],reference_value[0],operator[1],reference_value[1])) + raise IOError("ERROR: x {} {} and x {} {} are not consistent as " + "bounds".format(operator[0], reference_value[0], operator[1], reference_value[1])) else: - print("ERROR: the combination of {} and {} as bounds is not logical. " - "Please correct the operators provided".format(operator[0],operator[1])) + raise IOError("ERROR: the combination of {} and {} as bounds is not logical. " + "Please correct the operators provided".format(operator[0],operator[1])) # Mark nodes self.node[node]['problem_role'] = self.PROBLEM_ROLES_VARS[2] - self.node[node]['constraint_operator'] = operator - self.node[node]['reference_value'] = reference_value + if isinstance(operator, basestring): + self.node[node]['constraint_operator'] = operator + self.node[node]['reference_value'] = reference_value + else: + self.node[node]['constraint_operator'] = ';'.join(operator) + self.node[node]['reference_value'] = ';'.join([str(item) for item in reference_value]) if operator == '==': self.node[node]['constraint_type'] = 'equality' else: