#include <WDN.h>
List of all members.
Public Attributes |
int | m |
| Number of pipes.
|
int | n |
| Number of internal nodes.
|
int | r |
| Number of reservoir nodes.
|
vector< Pipe > | pipe |
| New pipes in the network (parallel to existing ico parallel expansion problem)
|
vector< Pipe > | existPipe |
| Existing pipes in the network (only ico parallel expansion problem)
|
vector< float > | elevation |
| Elevation of each internal node.
|
vector< float > | Q |
| Demand at each internal node.
|
Detailed Description
Definition at line 29 of file WDN.h.
Member Data Documentation
Elevation of each internal node.
Definition at line 44 of file WDN.h.
Existing pipes in the network (only ico parallel expansion problem)
Definition at line 39 of file WDN.h.
Number of pipes.
Definition at line 32 of file WDN.h.
Number of internal nodes.
Definition at line 32 of file WDN.h.
New pipes in the network (parallel to existing ico parallel expansion problem)
Definition at line 39 of file WDN.h.
Demand at each internal node.
Definition at line 44 of file WDN.h.
Number of reservoir nodes.
Definition at line 32 of file WDN.h.
The documentation for this struct was generated from the following file: