{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Part 2: Editing the OpenMDAO Assembly\n", "\n", "This is the second of three Jupyter Notebooks that show an example of the workflow pictured below:\n", "\n", "\n", "\n", "\n", "\n", "In this notebook engineer 2 is editing the assembly to remove the `characteristic_lenghts` component from it. This is done by editing the JSON file and creating a new JSON file that only has the definitions of the components needed to do the calculations.\n", "\n", "We also re-order the components to move the `nacelles` and `canard` component to the top of the assembly to demonstrate how easy it is to change the order of the components in the assembly.\n", "\n", "