Lew Rossman
Lew Rossman
That is correct. The only processing the `[TAGS]` section of an input file receives is when `ENsaveinpfile` is called to save a network's data. In that case it merely copies...
Please don't conflate the notions of model verification and model validation. They are two different concepts. See [link](https://en.wikipedia.org/wiki/Verification_and_validation_of_computer_simulation_models).
With regards to EPANET's hydraulic solver, verification can be built in to the code itself in the form of having it report the error in meeting the conservation of energy...
Re: the Orestes et al. paper - if left clicking on the lnk doesn't work, try right clicking it and select "Search Google for "....'".
IMO a fatal error should not be issued if a bogus object ID appears in the `[COORDINATES]` or `[VERTICES]` sections since the engine never uses coordinates in its calculations. (This...
I corrected my previous comment by deleting the statement that the v2.2 API does not have get/set functions for vertices - the existing functions `EN_getVertex` and `EN_setVertices` serve that purpose.
@eladsal I don't think there was any particular reason for not adding patterns for valve settings other than it didn't seem to be of high priority. I question how common...
Thanks for the feedback. It seems that the consensus is to proceed with adding the use of positional valve curves to the program. However, after coding this addition I now...
The `dev-tcv-curve` branch has been replaced by the `dev-Positional-Control-Valve` branch that implements a PCV type valve. The input file format for this new type of valve is: ``` [VALVES] ;ID...
Hi Fernando. I agree with your suggestions and will modify the code for the PCV valve to use a Cv/Cvo curve from which a loss coefficient k can be computed...