amoghskulkarni / WebGME-MOCA

A domain-specific modeling language for running analyses on manufacturing process models
2 stars 0 forks source link

Make it possible to integrate DES models into MOCA anlayses #26

Closed amoghskulkarni closed 6 years ago

amoghskulkarni commented 6 years ago

The DES models were developed as standalone components. It should be possible to integrate them in a DoE or optimization analysis, where the various parameters of the DES models are set by the DoE/Opt driver (in OpenMDAO context) and the results are used in the respective analysis. Inclusion of the input and output ports to the ProcessFlow blocks is the key.

amoghskulkarni commented 6 years ago

9eecb3e55b697070c667dca9f77ecd908c9f193a

This commit and (a few commits before this one) addresses this issue. The DES analysis can now be integrated in the MOCA analysis blocks (DoE/Opt).