Baseform / Baseform-Epanet-Java-Library

A full port of the Epanet modeling library to Java, as a basis for our software platform's network analysis capabilities. This is a complete rewrite of the C language code to a portable, modern and extensible Java library that is hardware- and operating system-independent. The port is a full Epanet engine implementation, including the regular hydraulic and water quality simulation and fully integrating the MSX multi-species extension library.
www.baseform.org
GNU General Public License v3.0
38 stars 45 forks source link

No quality data generated, all zeros generated #4

Closed baizijian closed 7 years ago

baizijian commented 10 years ago

Hi,

I tried running the quality sim in the EPATool.java. The hydraulics simulations runs well and generates the data. But the quality sim does not generate anything.

It runs very fast past it, where the hydraulic simulation took 2 minutes, the quality simulation took less than 1 second. I checked that all the quality data is all zero.

Any pointers? I ran the code as it is, just putting my INP file in it.

Thanks, Zijian

Baseform commented 10 years ago

Dear Zijian,

Please send us your INP file to try to sort out the problem.

Best, Diogo

On 11 Apr 2014, at 04:37, baizijian notifications@github.com wrote:

Hi,

I tried running the quality sim in the EPATool.java. The hydraulics simulations runs well and generates the data. But the quality sim does not generate anything.

It runs very fast past it, where the hydraulic simulation took 2 minutes, the quality simulation took less than 1 second. I checked that all the quality data is all zero.

Any pointers? I ran the code as it is, just putting my INP file in it.

Thanks, Zijian

— Reply to this email directly or view it on GitHub.

baizijian commented 10 years ago

Hi Diogo,

Sorry for the late reply, been in the mess of many things. I'm afraid I can't send you the inp file as there is classified information in the inp file. I have found a workaround to use the dll of the epanet instead of the java. Thanks, if there are any issues or anything in the future, I'll keep you informed.

Regards, Zijian