Skip to content

onodip/OpenMDAO-XDSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMDAO-XDSM

XDSM viewer plugin for OpenMDAO.

Example of the Sellar problem modeled in OpenMDAO and vizualized with this package:

XDSM diagram

More detailed documentation can be found in the omxdsm/docs folder.

Installation

The package can be installed from the Github repository

Install the package using pip:

pip install omxdsm@https://github.com/onodip/OpenMDAO-XDSM/tarball/master

With the installation XDSM diagrams can be created in HTML format using XDSMjs or in TeX (and PDF) format using the pyXDSM package.

Testing

Run the tests in omxdsm/tests/test_xdsm_viewer.py For development, setting the variables DEBUG=True and SHOW=True in this file will save the outputs of test functions and open them in the default browser and PDF viewer.

OpenMDAO compatibility

This package was created after the introduction of the OpenMDAO plugin system. In OpenMDAO versions between 2.7 and 3.0 it was part of the OpenMDAO package. The package is compatible with OpenMDAO versions above 3.0. OpenMDAO-XDSM should be able to vizualize Case Recorder data from older versions (at least >=2.7), although some vizualization options might not be available.