Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Contents

Importance of Optimization Analysis . . . . . . . . . . . . . . . . . .


1.1
Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.2
Challenges Facing Water Management
and Policy Professionals . . . . . . . . . . . . . . . . . . . . . . . .
1.3
Local, Regional, and International Competition for Water
and Ensuing Conflicts. . . . . . . . . . . . . . . . . . . . . . . . . .
1.4
Urban and Agricultural Water Supply Challenges . . . . . .
1.5
Global Climate Change Impacts on Integrated
Regional Water Management. . . . . . . . . . . . . . . . . . . . .
1.6
The Incentive for this Book. . . . . . . . . . . . . . . . . . . . . .
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

....
....

1
1

....

....
....

4
7

....
....
....

11
12
15

Linear Optimization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2.1
Linear Programming. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2.2
Graphical Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2.3
Simplex Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2.3.1 Optimization of Water Distribution Networks . . . . . .
2.3.2 Optimization of One-Dimensional Confined Aquifers.
2.3.3 Optimization of Two-Dimensional Confined Aquifers.
2.4
Problems. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

17
17
19
22
35
41
46
51
53

Nonlinear Optimization . . . . . . . . . . . . . . . . . . . . . . . . . . .
3.1
Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3.2. One-Dimensional Search Methods . . . . . . . . . . . . . . . .
3.2.1 Fibonacci Method (Elimination Technique). . . . .
3.2.2 Golden Section Method (Elimination Technique).
3.2.3 Newton Method (Approximation Technique). . . .
3.3
Unconstrained Optimization Methods . . . . . . . . . . . . . .
3.3.1 Random Search Method . . . . . . . . . . . . . . . . . .
3.3.2 Univariate Method . . . . . . . . . . . . . . . . . . . . . .
3.3.3 Steepest Descent Method . . . . . . . . . . . . . . . . .

.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.

55
55
62
64
72
76
79
80
84
89

.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.

xi

xii

Contents

3.4

Constrained Optimization Methods. . . . . . . . .


3.4.1 Lagrange Multiplier Method . . . . . . . .
3.4.2 Generalized Reduced Gradient Method.
3.5
Problems. . . . . . . . . . . . . . . . . . . . . . . . . . .
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

92
92
95
107
109

Multiobjective Optimization . . . . . . . . . . . . . . . . . . .
4.1
Basic Concepts . . . . . . . . . . . . . . . . . . . . . . . .
4.2
Weighted Method . . . . . . . . . . . . . . . . . . . . . .
4.2.1 Optimization of Hydropower and Turbine.
4.2.2 Optimization of Broad-Crested Weirs. . . .
4.3
e-Constraint Method . . . . . . . . . . . . . . . . . . . . .
4.3.1 Optimization of Marine Outfalls . . . . . . .
4.4
Problems. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.

111
111
114
120
130
136
140
146
147

Optimization Analysis Using LINGO and MATLAB . . . .


5.1
LINGO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5.1.1 Creating an Input Model. . . . . . . . . . . . . . . .
5.1.2 Solving Linear Models . . . . . . . . . . . . . . . . .
5.1.3 Solving Nonlinear Models . . . . . . . . . . . . . .
5.2
MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5.2.1 Solving Linear Optimization Problems . . . . . .
5.2.2 Solving Unconstrained Nonlinear
Optimization Problems . . . . . . . . . . . . . . . . .
5.2.3 Solving Constrained Nonlinear
Optimization Problems . . . . . . . . . . . . . . . . .
5.2.4 Solving Multiobjective Optimization Problems
5.3
Problems. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

.
.
.
.
.
.
.

.
.
.
.
.
.
.

.
.
.
.
.
.
.

.
.
.
.
.
.
.

.
.
.
.
.
.
.

.
.
.
.
.
.
.

.
.
.
.
.
.
.

149
149
150
151
159
165
168

.......

177

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

180
186
193
193

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

195
195
196
198
199
202
203
203
205
207
207

Reservoir Optimization and Simulation Modeling:


A Case Study . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6.1
Introduction. . . . . . . . . . . . . . . . . . . . . . . . .
6.2
Optimization Analysis . . . . . . . . . . . . . . . . .
6.3
Simulation Analysis . . . . . . . . . . . . . . . . . . .
6.4
Case Study . . . . . . . . . . . . . . . . . . . . . . . . .
6.5
Optimization Model . . . . . . . . . . . . . . . . . . .
6.5.1 Boundary Conditions . . . . . . . . . . . . .
6.6
Finding Outlier Data . . . . . . . . . . . . . . . . . .
6.7
Simulation by HEC-ResSim . . . . . . . . . . . . .
6.8
Study Results . . . . . . . . . . . . . . . . . . . . . . .
6.8.1 Reservoir Operation Policy . . . . . . . . .

.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

Contents

6.8.2 Operation Policy Performance .


6.8.3 Optimization Outcomes . . . . .
6.9
Discussions . . . . . . . . . . . . . . . . . . .
6.10 Conclusions. . . . . . . . . . . . . . . . . . .
References . . . . . . . . . . . . . . . . . . . . . . . .
7

xiii

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

Reservoir Operation Management by Optimization


and Stochastic Simulation: A Case Study . . . . . . . . .
7.1
Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . .
7.2
Materials and Methods . . . . . . . . . . . . . . . . . . .
7.2.1 Study Area . . . . . . . . . . . . . . . . . . . . . .
7.2.2 Linear Programming and LINGO . . . . . .
7.2.3 The Optimization Model and Constraints .
7.2.4 Reliability Index . . . . . . . . . . . . . . . . . .
7.3
Results and Discussion . . . . . . . . . . . . . . . . . . .
7.3.1 Optimization Analysis Based on Observed
7.3.2 Reliability Analysis . . . . . . . . . . . . . . . .
7.3.3 Optimization Analysis Based on Synthetic
Inflow Data. . . . . . . . . . . . . . . . . . . . . .
7.3.4 Performance of the Model . . . . . . . . . . .
7.4
Conclusions. . . . . . . . . . . . . . . . . . . . . . . . . . .
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

.
.
.
.
.

207
208
209
214
214

......
......
......
......
......
......
......
......
Inflows
......

.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.

217
217
220
220
221
223
225
226
226
229

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

233
234
237
237

Using Optimization in Wellfield Operations:


An Implementation Case Study at Tampa Bay Water . .
8.1
Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8.2
Optimized Regional Operation Plan . . . . . . . . . . . .
8.2.1 Background. . . . . . . . . . . . . . . . . . . . . . . .
8.2.2 Optimization Formulation . . . . . . . . . . . . . .
8.3
Implementation Details . . . . . . . . . . . . . . . . . . . . .
8.3.1 Unit Response . . . . . . . . . . . . . . . . . . . . . .
8.3.2 Solving the Optimization Problem . . . . . . . .
8.3.3 Current OROP Implementation Procedure. . .
8.4
Summary of Models . . . . . . . . . . . . . . . . . . . . . . .
8.4.1 Weekly Demand Forecast Models . . . . . . . .
8.4.2 Groundwater Level Forecast Models . . . . . .
8.4.3 Surface Water Availability Models . . . . . . .
8.5
Control Points . . . . . . . . . . . . . . . . . . . . . . . . . . .
8.5.1 Preferential Weights for Objective Function .
8.6
Environmental Management Plan Wetland Referrals
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

239
239
242
242
244
252
252
253
254
256
257
258
258
260
260
262
263

Appendix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

265

http://www.springer.com/978-3-319-04399-9

You might also like