Is it possible to develop an application that run automatically epanet and a solver for automatic design of water distribution network?

Is it possible to develop an application that run automatically epanet and a solver for automatic design of water distribution network? Best

Hi,

I am not familiar with epanet, but it seems this is a desktop software program to model water networks. Can this program be run from the command line? If that is the case you could use our generic worker to trigger an analysis in epanet.

You would do the following:

  1. generate an input file for epanet in your app
  2. send the input file to the generic worker, run the analysis and return the output files
  3. process the output files and visualize in your app

I hope this helps,

Regards,

Raoul