EPANET
3.0
EPANET Development Project
|
Simulates extended period hydraulics. More...
#include <hydengine.h>
Public Member Functions | |
void | open (Network *nw) |
void | init (bool initFlows) |
int | solve (int *t) |
void | advance (int *tstep) |
void | close () |
int | getElapsedTime () |
double | getPeakKwatts () |
Simulates extended period hydraulics.
The HydEngine class carries out an extended period hydraulic simulation on a pipe network, calling on its HydSolver object to solve the conservation of mass and energy equations at each time step.