All Projects → OpenMDAO → Openmdao Framework

OpenMDAO / Openmdao Framework

Licence: other
A python based open-source (Apache 2.0) engineering analysis framework designed to facilitate the use of MDAO. To add issues, visit our user forums at http://www.openmdao.org/forum . NOTE: this version is no longer being developed. The current active version can be found here: https://github.com/OpenMDAO/OpenMDAO.

Programming Languages

python
139335 projects - #7 most used programming language

A newer version of this software (a complete rewrite of OpenMDAO) exists here: https://github.com/OpenMDAO/OpenMDAO

Active development of OpenMDAO-Framework beyond 0.13.0 by the OpenMDAO team has ceased. To use the legacy version anyway, follow the directions below.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].