kdavies4 / ModelicaRes

Set up, analyze, and plot Modelica simulations in Python
http://kdavies4.github.io/ModelicaRes/
Other
51 stars 20 forks source link

Consider merge #23

Open kdavies4 opened 10 years ago

kdavies4 commented 10 years ago

Consider merging this project with those listed in the "see also" section of the README.

kdavies4 commented 9 years ago

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.

kdavies4 commented 9 years ago

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.

kdavies4 commented 9 years ago

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.