The Liquid Distribution System module allows you to design and simulate piping systems that carry fluids throughout a facility. These systems can include appliances, tanks, pumps, valves, and pipes connected via nodes and joints. Each element can be customized, and the entire system can be exported for hydraulic simulation using EPANET.
Elements in the liquid distribution system can be converted to an EPANET input file, which is compatible with the EPANET software for detailed hydraulic analysis. You may also perform simulations directly using EPANET Toolbox functions through Lua scripting. These Lua functions follow the structure of the EPANET API from EPANET official site, but return the output value instead of an error code. Please see the API guide and the EPANET converter example on the GitHub repository for more information.