|
From: Michele G. <M.G...@ex...> - 2010-11-10 12:58:57
|
The second patch version of CWSNet library has been made available to general public, see https://sourceforge.net/projects/cwsnet/files/ The main change in this version of CWSNet is the creation of a common interface for Connectivity classes. The objects with this common interface are used to found the eventual nodes and links that are not connected to a source node. The demand driven and pressure driven solvers now produce new messages which indicate when various nodes and links are disconnected from any source nodes. The messages produced are slightly different from the one in EPANET2, since it is considered that water cannot flow against the pumping direction of a pump. The minor updates for this version are: * Added the code that read [COORDINATES] and [VERTICES] sections from an EPANET2 input file * The hydraulic_solver demo now accepts various command line arguments which can change the behaviour of the hydraulic simulation and the respective output report. * Few bug fixes in the demand driven hydraulic solver. Please see the release notes or the NEWS file in the source package for further details. Please see the link http://cwsnet.sourceforge.net/docs-1.0/html/index.html for the last API documentation. |