You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will use PyFMI in the modelicares.exps.simulators.fmi context manager. PyFMI and ModelicaRes are complimentary, and there is no need to merge the projects. However, may wish to base PyFMI's results class (ResultBase or JMResultBase) on SimRes to add ModelicaRes features to it.
The Annex 60 version of BuildingsPy uses ModelicaRes for results analysis and plotting. ModelicaRes uses a different approach (context managers) to set up and run simulations, so there is currently little synergy for that part. Still need to consider the overlap in the area of model testing.
PySimulator uses the GNU Lesser General Public License (more conservative), which makes it difficult to share code. ModelicaRes will focus on the API rather than the GUI like PySimulator.
Consider merging this project with those listed in the "see also" section of the README.
- Support FMI (see PyFMI and pySimulator).
- Improve the GUI (pySimulator).
- Model testing (BuildingsPy).
The text was updated successfully, but these errors were encountered: