Kevin Davies
Kevin Davies
Otherwise, we mostly just need to clean things up (code, docstrings, examples). I need to do a sensitivity analysis (Morris method) using the exps module for my research. If that...
Here's an idea: instead of internally storing `memory_result`, `run()` and `continue_run()` could return the results as `SimRes` instances. The best way might be to extend the `pyfmi` results class (`ResultBase`...
Great!
Will use [PyFMI](https://pypi.python.org/pypi/PyFMI) in the [modelicares.exps.simulators.fmi](http://kdavies4.github.io/ModelicaRes/modelicares.exps.simulators.html#modelicares.exps.simulators.fmi) context manager. [PyFMI](https://pypi.python.org/pypi/PyFMI) and ModelicaRes are complimentary, and there is no need to merge the projects. However, may wish to base [PyFMI](https://pypi.python.org/pypi/PyFMI)'s results class...
The Annex 60 version of [BuildingsPy](http://simulationresearch.lbl.gov/modelica/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...
[PySimulator](https://github.com/PySimulator/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](https://github.com/PySimulator/PySimulator/).
Convert methods like `min`, `max`, `mean`, `FV`, `value`, and `IV` to properties. Remove the _f_ argument to methods where no longer needed.
Unit conversion will be based on [natu](http://kdavies4.github.io/natu/) module (to be published soon).
Thanks for your comment. That additional term was required by the Georgia Tech Research Institute due to export restrictions which existed at the time I developed the software as a...
@johnflavin I'm sorry for the delay. I will contact GTRC which originally imposed the extra terms on the license.