Skip to content

Data files and MATLAB code for optimal placement of pressure sensors in water networks.

License

Notifications You must be signed in to change notification settings

isantosruiz/placement

Repository files navigation

Placement of Pressure Sensors

Data files and MATLAB code for optimal placement of pressure sensors in water networks. Please read the guide SimulatingLeaks.pdf first.

Installation

Download the files and place them in a path accessible to MATLAB. Try the following code:

>> % Simulate different leaks using the EPANET model of the network
>> Hanoi = epanet('Hanoi.inp');
>> P = simulateLeaks(Hanoi,1:31,10:10:80);
>> % Compute the best 5 locations to place pressure sensors
>> sensors = placement(P,5)

About

Data files and MATLAB code for optimal placement of pressure sensors in water networks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages