Skip to content

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 …

License

younglch/OpenMDAO-Framework

 
 

Repository files navigation

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 …

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.5%
  • Fortran 7.7%
  • HTML 3.3%
  • C 2.3%
  • Shell 0.1%
  • Batchfile 0.1%