epanet-dev icon indicating copy to clipboard operation
epanet-dev copied to clipboard

Development Repository for the object-oriented implementation of EPANET

Results 26 epanet-dev issues
Sort by recently updated
recently updated
newest added

I was just surfing around and found this [OOPNET](http://ac.els-cdn.com/S1877705815025941/1-s2.0-S1877705815025941-main.pdf?_tid=a8c31308-6cba-11e6-b1a4-00000aab0f27&acdnat=1472346143_f6934edc1c4a4f97a80cf5591ca4d2e4) Has this been considered as an option for epanet moving forward?

Hi, I have ported the code to the d programming language [here](https://github.com/aferust/epanet-d-dev) for learning purposes and fun. I think dlang better suits "the code to be more modular, extensible, and...

- EPANET 3 hydraulic solver is enhanced with Rigid Water Column Global Gradient Algorithm (RWC-GGA) i.e. unsteady incompressible flow analysis algorithm of WDNs. - Valve representation which produces resistance according...

If we want to delete an Element, should we remove it from (1) nodeTable hashtable (2) nodes vector (3) MemPool Also we need to update the Index of all the...

It seems I can't utilize epanet3.dll with Excel. My goal is to compare 2.0 to 3.0 and would like to 'port' my EXCEL setup for running models to 3.0. It...

I'm reviewing the code and am 'new' at C++ (though I feel pretty good in VBA/ModL). I noticed that API to set system parameters (EN_setLinkValuie, EN_setControl, EN_setOption, EN_setTimeParam, EN_XXXX, ect...)...

I have a model (too large include in mail) with 200 valves(fcv and prv). Epanet v2.0 solves the hydraulic model with valves operating as expected with non-reversible flow controls. Surprisingly,...

Hello all, I have been checking the use of the TIME_WEIGHT option. Based on the example by [2], it seems to work . Now when the example of [2] is...

I'm reviewing the "Differences From EPANET2.md" document and notice that 3 new choices are discussed in detail for 'accuracy' but not listed in the table. These being, **HEADER_TOLERANCE**, **FLOW_TOLERANC**E, AND...