An Open-source link between the AGILE project and the OpenMDAO framework
Project description
# OpenLEGO
Welcome to the Git repo of OpenLEGO!
OpenLEGO stands for “Open-source Link between AGILE and OpenMDAO”, which is just what it does. It links together two major efforts in the field of Multidisciplinary Design Analysis and Optimization (MDAO) which are both aming to make MDAO more readily applicable in the engineering industry.
## Outline
OpenLEGO enables to user to combine the strengths of KADMOS and OpenMDAO. By using OpenLEGO the user can manipulate MDAO problems from a high, abstract level using KADMOS and then automatically generate and run an OpenMDAO problem from it.
## Installation
The OpenLEGO package can be installed using the setup.py file provided in the root of this repo. Any required packages should automatically be installed alongside it.
The following packages are required by OpenLEGO:
[OpenMDAO](https://testpypi.python.org/pypi/openmdao)
[numpy](https://pypi.python.org/pypi/numpy)
[ssbj-kadmos](https://pypi.python.org/pypi/ssbj-kadmos)
OpenLEGO is also on [PyPi](https://pypi.python.org/pypi/openlego), so it can also be installed simply using pip install openlego.
## Usage
Check out the test cases in the openlego.test_suite.test_examples package included in this repo test get an idea of how OpenLEGO can be used.
## Credits OpenLEGO was originally developed by [Daniël de Vries](www.daniel-de-vries.com) as part of his MSc thesis at the [TU Delft](https://www.tudelft.nl/). Feel free to post any feedback on the code, suggestions for new features, and general ideas.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.