https://github.com/openmdao/openmdao_training
https://github.com/openmdao/openmdao_training
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmdao/openmdao_training
- Owner: OpenMDAO
- Created: 2019-08-18T17:22:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T16:21:51.000Z (over 6 years ago)
- Last Synced: 2024-06-11T19:03:02.277Z (almost 2 years ago)
- Language: Python
- Size: 54.6 MB
- Stars: 11
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openmdao_training
This repo contains slides and tutorial scripts to help users get started with NASA's [OpenMDAO](https://github.com/OpenMDAO/openmdao).
When given in a workshop, this material should take about 6 hours to complete.
With this repo, you will be able to go through the slides and scripts at your own pace.
To get started:
0. If you don't already have Python installed, download and install [Anaconda Python 3.7](https://www.anaconda.com/distribution/).
1. After that, follow [OpenMDAO's installation instructions](https://github.com/OpenMDAO/openmdao).
2. If you're looking for motivation to use OpenMDAO, check out the [`motivation_to_use_openmdao.pdf`](https://github.com/johnjasa/openmdao_training/blob/master/motivation_to_use_openmdao.pdf) file in the repo.
3. Then you can go through the `openmdao_workshop` powerpoint or pdf file in the repo, which will guide you through concepts within OpenMDAO and walk you through the tutorial scripts.
If you have any questions or suggestions, please [open an issue](https://github.com/johnjasa/openmdao_training/issues) so we can discuss them.