CSol
Public Member Functions | Public Attributes | List of all members
PipeNetwork_Outlet Class Reference

Pipe network processor class for outlet information.

#include <pn/csol_pn_proc_sw.h>

Public Member Functions

 PipeNetwork_Outlet (int id_, int ti_, int tj_, REAL tx_, REAL ty_)
 

Public Attributes

REAL head
 Height + underground head. More...
 
int id
 Outlet id in pn solver. More...
 
REAL last_w
 Last value of height + base, w. More...
 
int ti
 Grid cell i location. More...
 
int tj
 Grid cell j location. More...
 
REAL tx
 World x position. More...
 
REAL ty
 World y position. More...
 

Constructor & Destructor Documentation

PipeNetwork_Outlet ( int  id_,
int  ti_,
int  tj_,
REAL  tx_,
REAL  ty_ 
)
inline

Member Data Documentation

REAL head
int id
REAL last_w
int ti
int tj
REAL tx
REAL ty