Public Attributes

Network Struct Reference

#include <WDN.h>

Collaboration diagram for Network:
Collaboration graph
[legend]

List of all members.

Public Attributes

int m
 Number of pipes.
int n
 Number of internal nodes.
int r
 Number of reservoir nodes.
vector< Pipepipe
 New pipes in the network (parallel to existing ico parallel expansion problem)
vector< PipeexistPipe
 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

vector<float> Network::elevation

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.

vector<float> Network::Q

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: