BEMNETADEFIS / OpenMDAO-Framework

OpenMDAO is an open-source Multidisciplinary Design Analysis and Optimization (MDAO) framework, written in Python. It helps users solve complex problems by allowing them to link together analysis codes from multiple disciplines at multiple levels of fidelity. The development effort for OpenMDAO is being led out of the NASA Glenn Research Center in the MDAO branch. The development effort is being funded by the Fundamental Aeronautic Program, Subsonic Fixe Wing project. The ultimate goal is to provide a flexible common analysis platform that can be shared between industry, academia, and government.

Home Page:openmdao.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To set up a development virtual environment for OpenMDAO, run:

    python install_openmdao_dev.py

where python is in the 2.7.x series.

If you have vanilla Python installed, this will create a virtualenv within the current directory
called 'devenv'. If you have Anaconda, this will create a conda environment called 'openmdao-dev' by default.
Either installs  all of the openmdao namespace packages into their respective environments as 'develop' eggs.

For additional options, run:

    python install_openmdao_dev.py --help

For more information, go to http://openmdao.org/dev_docs

About

OpenMDAO is an open-source Multidisciplinary Design Analysis and Optimization (MDAO) framework, written in Python. It helps users solve complex problems by allowing them to link together analysis codes from multiple disciplines at multiple levels of fidelity. The development effort for OpenMDAO is being led out of the NASA Glenn Research Center in the MDAO branch. The development effort is being funded by the Fundamental Aeronautic Program, Subsonic Fixe Wing project. The ultimate goal is to provide a flexible common analysis platform that can be shared between industry, academia, and government.

openmdao.org

License:Other


Languages

Language:Python 86.5%Language:Fortran 7.7%Language:HTML 3.3%Language:C 2.3%Language:Shell 0.1%Language:Batchfile 0.1%Language:Makefile 0.0%