EPyT
EPyT copied to clipboard
EPyT: An EPANET-Python Toolkit for Smart Water Network Simulations
1.getMSXComputedNodeQualitySpecie & getMSXComputedLinkQualitySpecie Time efficient fix-> compute only Node or Links 2. getMSXComputedNodeQualitySpecie & getMSXComputedLinkQualitySpecie Enhance input flexibility -> to accept more than one specie_id 3. getMSXComputedQualitySpecie Enhance input flexibility...
Python with setupMSXwrite
1. writeMSXReportEXE 2. plotMSXConcentrationSpeciesOfLinks 3. plot MSXConcentrationSpeciesOfNodes 4. getMSXComputedQualitytLink 5. getMSXComputedQualityNode 6. getMSXComputedTimeSeries 7. setMSXPatternMatrix
Currently unable to add a GPV curve to GPV Link when creating new '.inp' file. After creating an '.inp', an error is thrown when trying to reload the network to...
Currently, EPyT (and EPANET) crashes when the same .inp is opened by another process -- e.g. this could happen when simulating scenarios in parallel. I think the crash comes from...
The methods `openAnyInp` and `openCurrentInp` try to run notepad.exe which exists on Windows only -- i.e. it crashes on Unix systems. I suggest implementing a more platform-independent solution, or at...