from epyt import epanet
EPANET Plus is an enhanced implementation of the EPANET hydraulic and water-quality simulation engine that improves usability, extensibility, and integration. It keeps the trusted core simulation capabilities (pipes, pumps, valves, tanks, and transient water-quality tracking) while offering programmers and modelers a more accessible API and modern interfaces.
Because EPANET Plus is an engine, not a GUI, your entry point depends on your budget and technical skill. epanet plus
Austin Water used EPANET Plus’s variable speed pump efficiency curves to test 35 different pumping schedules. The legacy model assumed constant efficiency (60%). The Plus model revealed actual efficiency dropped to 40% at low flow. Adjusting their real-time control saved $90,000 in electricity annually. from epyt import epanet EPANET Plus is an
Beyond simple time-based controls, EPANET Plus supports complex rule-based control: Rules can incorporate hysteresis
Rules can incorporate hysteresis, delays, and logical operators (AND/OR). This enables realistic emulation of SCADA-driven operations.