Article Search
닫기

Original Article

Split Viewer

International Journal of Fuzzy Logic and Intelligent Systems 2018; 18(4): 237-244

Published online December 31, 2018

https://doi.org/10.5391/IJFIS.2018.18.4.237

© The Korean Institute of Intelligent Systems

Application of Computational Intelligence Techniques to an Environmental Flow Formula

Zong Woo Geem, and Jin-Hong Kim

1Department of Energy IT, Gachon University, Seongnam, Korea, 2Department of Civil & Environmental Engineering, Chung-Ang University, Seoul, Korea

Correspondence to :
Jin-Hong Kim, (jinhong.kim.cau@gmail.com)

Received: November 20, 2018; Revised: December 15, 2018; Accepted: December 21, 2018

This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/3.0/) which permits unrestricted noncommercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Manning formula is one of the most famous functions used in hydraulics and hydrology, which calculates the average flow velocity based on roughness coefficient, hydraulic radius, and slope. This study intends to improve the original formula by minimizing the deviation error between calculated flow velocity and observed one. The first improvement approach was to estimate the exponent values of hydraulic radius and slope, instead of using current 2/3 and 1/2, while fixing the roughness value. When logarithm-converted multiple linear regression, calculus-based BFGS technique, and meta-heuristic genetic algorithm were applied to the problem, genetic algorithm found the best exponent values in terms of sum of squares error and coefficient of determination. The second approach was to estimate the individual roughness value, instead of a constant one, which is the function of hydraulic radius and slope. When multiple linear regression, artificial neural network with BFGS, and artificial neural network with genetic algorithm tackled the problem, the latter found the best solution. We hope these approaches will be utilized more practically in the future.

Keywords: Computational intelligence, Manning equation, Hydraulics, Curve fitting, Genetic algorithm, Artificial neural network

The Manning formula, also referred to as Gauckler-Manning formula (or Gauckler-Manning-Strickler formula) in Europe [1] or Manning’s equation in the United States [2] and English-speaking countries [3], is a simple-structured empirical formula which calculates the average velocity of uniform or gradually varied flow [2] in an open channel. The common form of the formula is

V=anR2/3S1/2,

where V is cross-sectional mean velocity (L/T); n is roughness coefficient (T/L1/3); R is hydraulic radius (L), which is calculated from the cross-sectional area A (L2) divided by wetted perimeter P (L) of the flow. For wide rectangular channels, R is approximated by flow depth [1, 4]; S is channel slope (L/L) which is assumed to be equal to friction slope [5]; and a is conversion factor between SI (a=1) and English (a = 1.49) units. This paper will follow the SI unit.

The Manning formula is utilized for fully rough turbulent flows [1] and is usually applied to free surface profile calculation in an open channel or circular-piped sewer design [2].

This empirical formula sometimes does not work very well because it is sensitive to roughness value n, which is discharge-dependent, and applied only to a specific flow condition (fully turbulent). The objective of this study is to improve the original Manning formula by optimally relating the calculated velocity from the formula and the observed velocity from real laboratory experiments using various statistical, optimization, and meta-heuristic methods. For the dataset, Jorissen’s result in 1938 [6] was used, which had been obtained after 26 runs with different conditions (observed mean velocity = 0.2640–0.5658 m/s; channel width = 0.610 m; water depth = 0.0204–0.1049 m; slope = 0.00111–0.00333; temperature = 18.9–23.3°C; bed condition = plane, ripples, or dunes) as shown in the second, third and fourth columns of Table 1. Actually, Jorissen’s data can be found in Johnson’s report [7] and it was again introduced by Brownlie [8].

If the Manning’s roughness coefficient n is assumed to be fixed, we can rearrange Eq. (1) as follows:

VR2/3S1/2=1n.

Also, Eq. (2) can be plotted using the dataset [8] as shown in Figure 1.

In order to find fixed n, the dataset was analyzed using a linear regression with zero intercept (0I-LR; y = cx+0) which passes the origin point (both x and y are equal to zero) and whose slope becomes 1/n [9]. The regression result shows that 1/n = 74.202 or n = 0.013477 with the coefficient of determination (R2) of 0.4861.

In this situation, is there any way to further improve the Manning formula with fixed roughness coefficient? For this “empirical” formula, the exponent values, such as 2/3 of hydraulic radius and 1/2 of slope, appear somewhat arbitrary and those values can be optimized using several techniques [10] such as multiple linear regression (MLR), calculus-based optimization, and meta-heuristic optimization.

For an optimal exponent estimation using MLR, we can first apply a logarithm to both sides of Eq. (1):

ln(V)=ln (1nRαSβ)=ln (1n)+αln(R)+βln(S).

And, the common form of MLR is

Y=c0+c1X1+c2X2.

Since we already have the dataset of V (Y = ln(V )), R (X1 = ln(R)), and S (X2 = ln(S)), the optimal values of α, β, and n can be obtained using the following relations:

α=c1,β=c2,n=1/ec0.

The regression result shows that α = 0.785254, β = 0.31775, and n = 0.03037 with R2 of 0.8294, which means that α increased from 0.6667 to 0.7853, β decreased from 0.5 to 0.3178, n increased from 0.0135 to 0.0304 (since the exponent values were changed, we might not fairly compare the magnitude of two roughness coefficients), and R2 soared from 0.4861 to 0.8294 as shown in Figure 2.

Instead of using the above logarithm-converted multiple linear regression (Ln-MLR), we can adopt optimization techniques for estimating the roughness coefficient and two exponent values. In this optimization process, we have to minimize the sum of squares error (SSE) as follows:

Minimize i=1n(Vi-V^i)2,V^i=1nRiαSiβ,

where Vi is ith observed mean velocity in dataset; i is calculated mean velocity using ith hydraulic radius Ri and slope Si in the dataset.

When a calculus-based optimization technique, named BFGS [11], was applied to the identical dataset, we could obtain α = 0.773554, β = 0.282297, and n = 0.03936 with R2 of 0.8295 and SSE of 0.0345, which means that R2 was slightly improved from 0.8294 to 0.8295 and SSE was also slightly improved from 0.0347 to 0.0345 when compared with the results from Ln-MLR.

When a popular meta-heuristic algorithm, named genetic algorithm (GA) [12], was also applied to the identical dataset, we could obtain α = 0.812227, β = 0.319725, and n = 0.027611 with R2 of 0.8309 and SSE of 0.0342, which means that R2 was even improved from 0.8295 to 0.8309 and SSE was also even improved from 0.0345 to 0.0342 when compared with the results from BFGS. The fifth to eighth columns of Table 1 show the calculated velocities from different techniques, and Table 2 summarizes corresponding parameter values and fitness indexes.

Roughness value n varies along the reach in a river, and even varies in an identical reach with different flow amount [4]. The value of n generally decreases as discharge (or depth or hydraulic radius) increases [1315] although sometimes a direct proportion between the two occurs in sand-bed, instead of this inverse proportion [3, 14]. Anyhow, this discharge-dependency is seldom considered, and most cases adopt a fixed roughness value [3] for a given reach.

If the Manning’s roughness coefficient n is assumed to be varied, we can calculate individual roughness coefficient as follows:

ni=R2/3S1/2Vi.

The individual roughness value is shown in the third column of Table 3. When a graph of Ri versus ni is drawn as shown in Figure 3, we can confirm the previous studies where roughness decreases with increasing hydraulic radius.

Furthermore, when a graph of Si versus ni is drawn as shown in Figure 4, we can also confirm the previous research where roughness increases with increasing slope [16].

With the above relationships among hydraulic radius, slope and roughness, we can derive a two-independent-variable function using MLR as follows:

ni=c0+c1Ri+c2Si.

MLR could obtain c0 of 0.014049, c1 of −0.04483, and c0 of 1.09974 with R2 of 0.8367 and SSE of 0.0333. The corresponding ni and i values can be found in the seventh and fourth columns of Table 3, and Figure 5 shows the relationship between observed and calculated velocities. This varied roughness approach by MLR slightly enhanced the solution quality in terms of R2 from 0.8309 to 0.8367, and SSE from 0.0342 to 0.0333 when compared with those from the fixed roughness approach by GA.

In the varied roughness approach by MLR, the roughness ni was the function of hydraulic radius Ri and slope Si. We can ask if there is any way to improve this linear relationship among them.

This study introduces an artificial neural network (ANN) approach with optimization technique, which can consider non-linearity among variables. Actually ANN approaches have been applied to various prediction problems such as energy demand [17] or water pipe deterioration [18]. While those approaches used error-back-propagation technique to adjust the weight values among layers, a recent ANN approach hybridized ANN with an optimization algorithm to search the solution space of an ocean engineering problem more efficiently [19]. The basic ANN model, named feed-forward multilayer perceptron, can be structured as shown in Figure 6. As shown in the figure, there are three layers (input layer in left column, hidden layer in middle column, and output layer in right column). If we put certain values for hydraulic radius Ri and slope Si in the left input layer, these values are multiplied by weighting values (such as 16.18) on the links. Then, those multiplied values are summed at each node (for example, v1 = 16.18 × Ri + (−9.36) × Si + (−18.21)) in the middle hidden layer. Again, Sigmoid-functioned nodal values (for example, 11+e-v1) in the middle layer are multiplied by weighting values (such as −97.43), then the multiplied values are finally summed (for example, z=-97.431+e-v1+-1.651+e-v2+2.52) in the right output layer and Sigmoid functioned.

When the ANN was hybridized with BFGS (ANN+BFGS), this model slightly enhanced the solution quality when compared with MLR, obtaining R2 of 0.8447 and SSE of 0.0315. The corresponding ni and i values can be found in the eighth and fifth columns of Table 3.

When the ANN was hybridized with GA (ANN+GA), this model even enhanced the solution quality when compared with ANN+BFGS, obtaining R2 of 0.8636 and SSE of 0.0277. The corresponding ni and i values can be found in the ninth and sixth columns of Table 3. The optimal weight values from ANN+GA are shown in Figure 6, and this result can be explicitly described as follows:

n^i=0.01761+e-z,z=-97.431+e-v1+-1.651+e-v2+2.52,v1=Ri0.0781×16.18+Si0.0033×(-9.36)-18.21,v2=Ri0.0781×1.56+Si0.0033×(-8.06)+4.47.

The amount of data (26 points) introduced in Table 1 does not appear very large. Nonetheless, this is not small for our regression-type neural-network calculation. In fact, a much larger dataset is required for unstructured data (pixel-type photos or sound wave files). However, because our hydraulic data is very structured (number-type), 26 points might be enough for devising the better formula, which could be verified with statistical indexes (R2 and SSE) and our other papers for energy demand prediction [17] and pipe condition assessment [18].

Actually, Manning formula can be derived from Chézy formula [13] as follows:

V=CR1/2S1/2,

where C is Chézy number and can be represented as C = R1/6n−1. This is why the Manning formula is sometimes called as Chézy-Manning formula [20].

Since the basic structure of the Chézy formula relies on a physical relationship between the average velocity and the square root of the bed shear stress (τ ∝ RS), we may change only Chézy number while fixing the exponent 0.5. When BFGS tackled this situation (fixing R1/2S1/2 part of Chézy formula), we obtained a much higher exponent value (1.0024) for R in Chézy number with R2 = 0.8075 and SSE= 0.0412, which is a more theoretical approach but less accurate when compared with the approach of varied slope exponent.

Manning formula is usually used by engineers, who barely have much knowledge of cutting-edge computational intelligence techniques, such as artificial neural network and genetic algorithm. The ANN model in this study can be simply an improved model which considers higher nonlinearity between independent variables and a dependent one, than existing MLR model. And, the GA technique can be utilized for globally finding optimal weighting values of the ANN model. However, a calculus-based BFGS model, which finds optimal weighting values locally, could perform as well as GA in this study. In order for engineers to easily use these techniques, application software can be coded in the form of spreadsheet macros.

This study proposed various techniques to improve the original Manning formula. The approach was divided into two parts. The first approach was to estimate the exponents of hydraulic radius and slope while fixing the roughness value. When three different techniques, such as logarithm-converted MLR, gradient-based BFGS, and meta-heuristic GA as well as zero-intercept LR, tackled the problem, the GA technique found the best solutions with respect to determination coefficient and SSE.

The second approach was to estimate the individual roughness value while fixing the exponent values of hydraulic radius and slope. When three different techniques, such as MLR, ANN+BFGS, and ANN+GA, tackled the problem, ANN+GA found the best solutions with respect to determination coefficient and SSE.

Nonetheless, we have to admit that this study has a limitation when determining the Manning’s roughness n, which is also related with riverbed material, particle size distribution, and sediment transport, mainly because we do not currently have those detailed data. However, in order to fully investigate the roughness, we need such factors as riverbed type, flow depth, hydraulic radius, free surface width, d50, d75, d84, d90, cross section geometry, etc, as shown in previous studies [21]. While the goal of this paper to minimize any error between experimental data and corresponding hydraulic formula is accomplished by utilizing computational intelligence techniques, we have to consider more roughness-related data for implementing more practical and realistic formula in the future. Also, various soft computing techniques such as neural network [22], meta-heuristics [23], and fuzzy theory [24] will be utilized for this endeavor.

This research was supported by a grant (12-TI-C02) from Advanced Water Management Research Program funded by Ministry of Land, Infrastructure and Transport of Korean government.
Fig. 1.

Relationship plot of fixed roughness coefficient.


Fig. 2.

Relationship plot using multiple linear regression.


Fig. 3.

Relationship plot between hydraulic radius and roughness.


Fig. 4.

Relationship plot between slope and roughness.


Fig. 5.

Observed and calculated velocities from MLR.


Fig. 6.

Structure of feed-forward multilayer perceptron model.


Table. 1.

Table 1. Experimental dataset and calculated velocities with fixed n.

Run No.Vi (m/s)Ri (m)Sii (m/s)
0I-LRLn-MLRBFGSGA
10.4009450.0605830.001130.3847600.4216530.4276830.424328
20.4400860.0709160.001120.4254550.4758090.4818780.480858
30.4930250.0733640.001130.4371300.4900420.4959390.495704
40.5571270.0780540.001120.4535480.5130280.5189890.519815
50.3401640.0447170.001670.3820250.3760980.3775700.375687
60.4218100.0569990.001670.4491120.4550530.4555390.457541
70.4430440.0668410.001650.4964230.5137070.5135180.518728
80.5400740.0747970.001650.5350740.5611390.5601940.568344
90.2639830.0191210.003320.3057220.2401010.2375890.234723
100.3041270.0264820.003310.3792830.3097730.3053990.305505
110.3790980.0321990.003330.4333810.3618590.3558590.358765
120.4540980.0399720.003330.5005780.4288220.4206460.427642
130.3690260.0605830.001110.3813400.4192670.4255330.421913
140.4010140.0624950.001120.3910690.4308460.4369870.433936
150.4384310.0651830.001130.4039970.4465930.4525920.450315
160.5617990.0738820.001120.4372370.4913670.4973960.497130
170.5658470.0747970.001120.4408400.4961390.5021550.502126
180.3630130.0388340.001680.3487750.3373000.3391080.335656
190.4304400.0514570.001650.4169840.4183230.4194510.419442
200.4772830.0552010.001670.4396160.4437420.4443820.445783
210.5003360.0590320.001660.4583490.4668570.4672630.469848
220.5569120.0640650.001670.4854980.4987850.4986360.503096
230.2820290.0243820.003330.3600360.2908650.2869750.286223
240.2831860.0253940.003320.3693760.3000190.2958970.295552
250.3832700.0345780.003310.4531060.3819600.3753940.379418
260.3949110.0406490.003320.5054600.4341070.4257920.433106

Table. 2.

Table 2. Optimal parameter values from various techniques.

MethodαβnR2SSE
0I-LR0.66670.50000.01350.48610.1041
Ln-MLR0.78530.31780.03040.82940.0347
BFGS0.77360.28230.03940.82950.0345
GA0.81220.31970.02760.83090.0342

Table. 3.

Table 3. Experimental dataset and calculated velocities with varied n.

Run No.Vi (m/s)ni (s/m1/3)i(m/s)i
MLRANN+BFGSANN+GAMLRANN+BFGSANN+GA
10.4009450.0129330.4123190.4188190.4109500.0125760.0123810.012618
20.4400860.0130290.4737930.4871330.4717360.0121020.0117700.012155
30.4930250.0119490.4907990.5057320.4968090.0120030.0116490.011858
40.5571270.0109710.5187950.5385410.5858960.0117820.0113500.010432
50.3401640.0151350.3708990.3643150.3798310.0138810.0141320.013555
60.4218100.0143490.4540400.4454870.4533320.0133300.0135860.013351
70.4430440.0151000.5199340.5120350.5090770.0128670.0130660.013142
80.5400740.0133520.5763920.5702230.5603670.0125110.0126460.012868
90.2639830.0156080.2446200.2528570.2545190.0168430.0162940.016188
100.3041270.0168070.3097510.3156940.3160540.0165020.0161910.016173
110.3790980.0154060.3590280.3623600.3612780.0162680.0161180.016166
120.4540980.0148560.4237710.4218440.4177340.0159190.0159920.016149
130.3690260.0139260.4093700.4164700.4078220.0125540.0123400.012602
140.4010140.0131430.4223270.4301160.4191480.0124790.0122530.012574
150.4384310.0124180.4401500.4491510.4351600.0123700.0121220.012512
160.5617990.0104890.4923230.5081220.5020580.0119690.0115970.011737
170.5658470.0104990.4980870.5147020.5146450.0119280.0115430.011544
180.3630130.0129480.3320460.3267780.3435940.0141560.0143840.013680
190.4304400.0130550.4145180.4069850.4192850.0135570.0138080.013403
200.4772830.0124130.4417690.4333910.4427820.0134110.0136700.013380
210.5003360.0123460.4669550.4585010.4644400.0132280.0134720.013300
220.5569120.0117490.5027710.4940490.4944950.0130140.0132430.013232
230.2820290.0172040.2919770.2989500.2998630.0166180.0162310.016181
240.2831860.0175780.3005710.3070620.3077170.0165620.0162120.016177
250.3832700.0159320.3783610.3800010.3779600.0161390.0160690.016156
260.3949110.0172490.4290200.4264410.4219270.0158780.0159740.016145

  1. Chanson, H (2004). The Hydraulics of Open Channel Flow: An Introduction. Oxford, UK: Elsevier
  2. Czachorski, R. (2018) . Manning’s equation the details behind this highly versatile formula. http://www.h2ometrics.com/manning-equation/
  3. Ferguson, R (2010). Time to abandon the manning equation?. Earth Surface Processes and Landforms. 35, 1873-1876. https://doi.org/10.1002/esp.2091
    CrossRef
  4. Wikipedia. (2018) . Manning formula. https://en.wikipedia.org/wiki/Manningformula
  5. Mays, LW (2005). Water Resources Engineering. Hoboken, NJ: John Wiley & Sons
  6. Jorissen, AL (1938). Etude experimentale du transport solide des cours d’Eau (Experimental study of the solid transport of watercourses). Revue Universelle des Mines (Universal Journal of Mines). 14, 269-282.
  7. Johnson, JW (1943). Laboratory Investigations on Bed-Load Transportation and Bed Roughness (SCS-TP-50). Washington, DC: U.S. Soil Conservation Service
  8. Brownlie, WR (1981). Compilation of alluvial channel data: laboratory and field. Report No KH-R-43B. Pasadena, CA, USA: California Institute of Technology
  9. Kim, JS 2012. A study on the optimum parameter estimation of mean velocity equation. M.S. thesis. Pusan National University. Busan, Korea.
  10. Geem, ZW, Kim, JH, and Kim, JO (2011). Improvement of flow velocity formula for nature-like fishways. African Journal of Agricultural Research. 6, 6609-6612. https://doi.org/10.5897/AJARX11.032
    CrossRef
  11. Geem, ZW (2006). Parameter estimation for the nonlinear Muskingum model using BFGS technique. Journal of Irrigation and Drainage Engineering. 132, 474-478. https://doi.org/10.1061/(ASCE)0733-9437(2006)132:5(474)
    CrossRef
  12. Mohan, S (1997). Parameter estimation of nonlinear Muskingum models using genetic algorithm. Journal of Hydraulic Engineering. 123, 137-142. https://doi.org/10.1061/(ASCE)0733-9429(1997)123:2(137)
    CrossRef
  13. Hornberger, GM, Wiberg, PL, Raffensperger, JP, and Eshleman, KN (1998). Elements of Physical Hydrology. Baltimore, MD: The Johns Hopkins University Press
  14. Woo, HS (2001). River Hydraulics. Seoul, Korea: Cheongmungak
  15. Kim, W, Kim, YS, and Woo, HS (1995). Estimation of channel roughness coefficients in the Han river using unsteady flow model. Journal of Korean Water Resources Association. 28, 133-146.
  16. Jeon, MW, Lee, HS, Ahn, SU, Cho, YS, and Jeon, MW 2009. Estimation of average roughness coefficients of Bocheng stream basin., Proceedings of the Conference of the Korean Water Resources Association, Yongpyong, Korea, pp.1306-1310.
  17. Geem, ZW, and Roper, WE (2009). Energy demand estimation of South Korea using artificial neural network. Energy Policy. 37, 4049-4054. https://doi.org/10.1016/j.enpol.2009.04.049
    CrossRef
  18. Geem, ZW, Tseng, CL, Kim, J, and Bae, C 2007. Trenchless water pipe condition assessment using artificial neural network., Proceedings of the International Pipeline Conference (Pipelines 2007), Boston, MA, Array, pp.1-9. https://doi.org/10.1061/40934(252)26
    CrossRef
  19. Lee, A, Geem, ZW, and Suh, KD (2006). Determination of optimal initial weights of an artificial neural network by using the harmony search algorithm: application to breakwater armor stones. Applied Sciences. 6, 164. https://doi.org/10.3390/app6060164
    CrossRef
  20. Strupczewski, WG 1993. Warning of application of the Chezy-Manning formula regardless of channel shape., Proceedings of the International Conference on Hydrology and Water Resources, New Delhi, India, Array, pp.371-383. https://doi.org/10.1007/978-94-011-0389-324
    CrossRef
  21. Lee, JS, Oh, JE, Park, YJ, and Jung, JH (2012). Determination of relationships for manning roughness coefficient for hydraulic engineering field. Journal of the Korean Society of Hazard Mitigation. 12, 167-177. https://doi.org/10.9798/KOSHAM.2012.12.1.167
    CrossRef
  22. Lee, H-W, Kim, N-R, and Lee, J-H (2017). Deep neural network self-training based on unsupervised learning and dropout. International Journal of Fuzzy Logic and Intelligent Systems. 17, 1-9. https://doi.org/10.5391/IJFIS.2017.17.1.1
    CrossRef
  23. Park, JH, Yu, JS, and Geem, ZW (2018). Genetic algorithm-based optimal investment scheduling for public rental housing projects in South Korea. International Journal of Fuzzy Logic and Intelligent Systems. 18, 135-145. https://doi.org/10.5391/IJFIS.2018.18.2.135
    CrossRef
  24. Lee, WJ, Jung, HY, Yoon, JH, and Choi, SH (2017). Analysis of variance for fuzzy data based on permutation method. International Journal of Fuzzy Logic and Intelligent Systems. 17, 43-50. https://doi.org/10.5391/IJFIS.2017.17.1.43
    CrossRef

ZongWoo Geem is an associate professor in College of Information Technology, Gachon University. He received his B.E. from Chung-Ang University, M.Sc. from Johns Hopkins University, and Ph.D. from Korea University. He has researched at Virginia Tech, University of Maryland - College Park, and Johns Hopkins University. He invented a music-inspired algorithm, Harmony Search, which has been applied to various optimization problems. His research interest includes phenomenon-mimicking algorithm and its applications to energy, environment and water fields.

E-mail: zwgeem@gmail.com

Jin-Hong Kim is a professor in Department of Civil, Environmental & Plant Engineering, Chung-Ang University. He received his B.E. and M.Eng. from Seoul National University, and Ph.D. from University of Tokyo. His research interest includes hazard mitigation in urban flood, ecological enhancement using fish ladder, riparian vegetation behavior against flood flow, and close-to-nature river restoration.

E-mail: jinhong.kim.cau@gmail.com

Article

Original Article

International Journal of Fuzzy Logic and Intelligent Systems 2018; 18(4): 237-244

Published online December 31, 2018 https://doi.org/10.5391/IJFIS.2018.18.4.237

Copyright © The Korean Institute of Intelligent Systems.

Application of Computational Intelligence Techniques to an Environmental Flow Formula

Zong Woo Geem, and Jin-Hong Kim

1Department of Energy IT, Gachon University, Seongnam, Korea, 2Department of Civil & Environmental Engineering, Chung-Ang University, Seoul, Korea

Correspondence to: Jin-Hong Kim, (jinhong.kim.cau@gmail.com)

Received: November 20, 2018; Revised: December 15, 2018; Accepted: December 21, 2018

This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/3.0/) which permits unrestricted noncommercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Abstract

Manning formula is one of the most famous functions used in hydraulics and hydrology, which calculates the average flow velocity based on roughness coefficient, hydraulic radius, and slope. This study intends to improve the original formula by minimizing the deviation error between calculated flow velocity and observed one. The first improvement approach was to estimate the exponent values of hydraulic radius and slope, instead of using current 2/3 and 1/2, while fixing the roughness value. When logarithm-converted multiple linear regression, calculus-based BFGS technique, and meta-heuristic genetic algorithm were applied to the problem, genetic algorithm found the best exponent values in terms of sum of squares error and coefficient of determination. The second approach was to estimate the individual roughness value, instead of a constant one, which is the function of hydraulic radius and slope. When multiple linear regression, artificial neural network with BFGS, and artificial neural network with genetic algorithm tackled the problem, the latter found the best solution. We hope these approaches will be utilized more practically in the future.

Keywords: Computational intelligence, Manning equation, Hydraulics, Curve fitting, Genetic algorithm, Artificial neural network

1. Introduction

The Manning formula, also referred to as Gauckler-Manning formula (or Gauckler-Manning-Strickler formula) in Europe [1] or Manning’s equation in the United States [2] and English-speaking countries [3], is a simple-structured empirical formula which calculates the average velocity of uniform or gradually varied flow [2] in an open channel. The common form of the formula is

V=anR2/3S1/2,

where V is cross-sectional mean velocity (L/T); n is roughness coefficient (T/L1/3); R is hydraulic radius (L), which is calculated from the cross-sectional area A (L2) divided by wetted perimeter P (L) of the flow. For wide rectangular channels, R is approximated by flow depth [1, 4]; S is channel slope (L/L) which is assumed to be equal to friction slope [5]; and a is conversion factor between SI (a=1) and English (a = 1.49) units. This paper will follow the SI unit.

The Manning formula is utilized for fully rough turbulent flows [1] and is usually applied to free surface profile calculation in an open channel or circular-piped sewer design [2].

This empirical formula sometimes does not work very well because it is sensitive to roughness value n, which is discharge-dependent, and applied only to a specific flow condition (fully turbulent). The objective of this study is to improve the original Manning formula by optimally relating the calculated velocity from the formula and the observed velocity from real laboratory experiments using various statistical, optimization, and meta-heuristic methods. For the dataset, Jorissen’s result in 1938 [6] was used, which had been obtained after 26 runs with different conditions (observed mean velocity = 0.2640–0.5658 m/s; channel width = 0.610 m; water depth = 0.0204–0.1049 m; slope = 0.00111–0.00333; temperature = 18.9–23.3°C; bed condition = plane, ripples, or dunes) as shown in the second, third and fourth columns of Table 1. Actually, Jorissen’s data can be found in Johnson’s report [7] and it was again introduced by Brownlie [8].

2. Improvement of the Formula with Fixed Roughness Coefficient

If the Manning’s roughness coefficient n is assumed to be fixed, we can rearrange Eq. (1) as follows:

VR2/3S1/2=1n.

Also, Eq. (2) can be plotted using the dataset [8] as shown in Figure 1.

In order to find fixed n, the dataset was analyzed using a linear regression with zero intercept (0I-LR; y = cx+0) which passes the origin point (both x and y are equal to zero) and whose slope becomes 1/n [9]. The regression result shows that 1/n = 74.202 or n = 0.013477 with the coefficient of determination (R2) of 0.4861.

In this situation, is there any way to further improve the Manning formula with fixed roughness coefficient? For this “empirical” formula, the exponent values, such as 2/3 of hydraulic radius and 1/2 of slope, appear somewhat arbitrary and those values can be optimized using several techniques [10] such as multiple linear regression (MLR), calculus-based optimization, and meta-heuristic optimization.

For an optimal exponent estimation using MLR, we can first apply a logarithm to both sides of Eq. (1):

ln(V)=ln (1nRαSβ)=ln (1n)+αln(R)+βln(S).

And, the common form of MLR is

Y=c0+c1X1+c2X2.

Since we already have the dataset of V (Y = ln(V )), R (X1 = ln(R)), and S (X2 = ln(S)), the optimal values of α, β, and n can be obtained using the following relations:

α=c1,β=c2,n=1/ec0.

The regression result shows that α = 0.785254, β = 0.31775, and n = 0.03037 with R2 of 0.8294, which means that α increased from 0.6667 to 0.7853, β decreased from 0.5 to 0.3178, n increased from 0.0135 to 0.0304 (since the exponent values were changed, we might not fairly compare the magnitude of two roughness coefficients), and R2 soared from 0.4861 to 0.8294 as shown in Figure 2.

Instead of using the above logarithm-converted multiple linear regression (Ln-MLR), we can adopt optimization techniques for estimating the roughness coefficient and two exponent values. In this optimization process, we have to minimize the sum of squares error (SSE) as follows:

Minimize i=1n(Vi-V^i)2,V^i=1nRiαSiβ,

where Vi is ith observed mean velocity in dataset; i is calculated mean velocity using ith hydraulic radius Ri and slope Si in the dataset.

When a calculus-based optimization technique, named BFGS [11], was applied to the identical dataset, we could obtain α = 0.773554, β = 0.282297, and n = 0.03936 with R2 of 0.8295 and SSE of 0.0345, which means that R2 was slightly improved from 0.8294 to 0.8295 and SSE was also slightly improved from 0.0347 to 0.0345 when compared with the results from Ln-MLR.

When a popular meta-heuristic algorithm, named genetic algorithm (GA) [12], was also applied to the identical dataset, we could obtain α = 0.812227, β = 0.319725, and n = 0.027611 with R2 of 0.8309 and SSE of 0.0342, which means that R2 was even improved from 0.8295 to 0.8309 and SSE was also even improved from 0.0345 to 0.0342 when compared with the results from BFGS. The fifth to eighth columns of Table 1 show the calculated velocities from different techniques, and Table 2 summarizes corresponding parameter values and fitness indexes.

3. Improvement of the Formula with Varied Roughness Coefficient

Roughness value n varies along the reach in a river, and even varies in an identical reach with different flow amount [4]. The value of n generally decreases as discharge (or depth or hydraulic radius) increases [1315] although sometimes a direct proportion between the two occurs in sand-bed, instead of this inverse proportion [3, 14]. Anyhow, this discharge-dependency is seldom considered, and most cases adopt a fixed roughness value [3] for a given reach.

If the Manning’s roughness coefficient n is assumed to be varied, we can calculate individual roughness coefficient as follows:

ni=R2/3S1/2Vi.

The individual roughness value is shown in the third column of Table 3. When a graph of Ri versus ni is drawn as shown in Figure 3, we can confirm the previous studies where roughness decreases with increasing hydraulic radius.

Furthermore, when a graph of Si versus ni is drawn as shown in Figure 4, we can also confirm the previous research where roughness increases with increasing slope [16].

With the above relationships among hydraulic radius, slope and roughness, we can derive a two-independent-variable function using MLR as follows:

ni=c0+c1Ri+c2Si.

MLR could obtain c0 of 0.014049, c1 of −0.04483, and c0 of 1.09974 with R2 of 0.8367 and SSE of 0.0333. The corresponding ni and i values can be found in the seventh and fourth columns of Table 3, and Figure 5 shows the relationship between observed and calculated velocities. This varied roughness approach by MLR slightly enhanced the solution quality in terms of R2 from 0.8309 to 0.8367, and SSE from 0.0342 to 0.0333 when compared with those from the fixed roughness approach by GA.

In the varied roughness approach by MLR, the roughness ni was the function of hydraulic radius Ri and slope Si. We can ask if there is any way to improve this linear relationship among them.

This study introduces an artificial neural network (ANN) approach with optimization technique, which can consider non-linearity among variables. Actually ANN approaches have been applied to various prediction problems such as energy demand [17] or water pipe deterioration [18]. While those approaches used error-back-propagation technique to adjust the weight values among layers, a recent ANN approach hybridized ANN with an optimization algorithm to search the solution space of an ocean engineering problem more efficiently [19]. The basic ANN model, named feed-forward multilayer perceptron, can be structured as shown in Figure 6. As shown in the figure, there are three layers (input layer in left column, hidden layer in middle column, and output layer in right column). If we put certain values for hydraulic radius Ri and slope Si in the left input layer, these values are multiplied by weighting values (such as 16.18) on the links. Then, those multiplied values are summed at each node (for example, v1 = 16.18 × Ri + (−9.36) × Si + (−18.21)) in the middle hidden layer. Again, Sigmoid-functioned nodal values (for example, 11+e-v1) in the middle layer are multiplied by weighting values (such as −97.43), then the multiplied values are finally summed (for example, z=-97.431+e-v1+-1.651+e-v2+2.52) in the right output layer and Sigmoid functioned.

When the ANN was hybridized with BFGS (ANN+BFGS), this model slightly enhanced the solution quality when compared with MLR, obtaining R2 of 0.8447 and SSE of 0.0315. The corresponding ni and i values can be found in the eighth and fifth columns of Table 3.

When the ANN was hybridized with GA (ANN+GA), this model even enhanced the solution quality when compared with ANN+BFGS, obtaining R2 of 0.8636 and SSE of 0.0277. The corresponding ni and i values can be found in the ninth and sixth columns of Table 3. The optimal weight values from ANN+GA are shown in Figure 6, and this result can be explicitly described as follows:

n^i=0.01761+e-z,z=-97.431+e-v1+-1.651+e-v2+2.52,v1=Ri0.0781×16.18+Si0.0033×(-9.36)-18.21,v2=Ri0.0781×1.56+Si0.0033×(-8.06)+4.47.

4. Discussions

The amount of data (26 points) introduced in Table 1 does not appear very large. Nonetheless, this is not small for our regression-type neural-network calculation. In fact, a much larger dataset is required for unstructured data (pixel-type photos or sound wave files). However, because our hydraulic data is very structured (number-type), 26 points might be enough for devising the better formula, which could be verified with statistical indexes (R2 and SSE) and our other papers for energy demand prediction [17] and pipe condition assessment [18].

Actually, Manning formula can be derived from Chézy formula [13] as follows:

V=CR1/2S1/2,

where C is Chézy number and can be represented as C = R1/6n−1. This is why the Manning formula is sometimes called as Chézy-Manning formula [20].

Since the basic structure of the Chézy formula relies on a physical relationship between the average velocity and the square root of the bed shear stress (τ ∝ RS), we may change only Chézy number while fixing the exponent 0.5. When BFGS tackled this situation (fixing R1/2S1/2 part of Chézy formula), we obtained a much higher exponent value (1.0024) for R in Chézy number with R2 = 0.8075 and SSE= 0.0412, which is a more theoretical approach but less accurate when compared with the approach of varied slope exponent.

Manning formula is usually used by engineers, who barely have much knowledge of cutting-edge computational intelligence techniques, such as artificial neural network and genetic algorithm. The ANN model in this study can be simply an improved model which considers higher nonlinearity between independent variables and a dependent one, than existing MLR model. And, the GA technique can be utilized for globally finding optimal weighting values of the ANN model. However, a calculus-based BFGS model, which finds optimal weighting values locally, could perform as well as GA in this study. In order for engineers to easily use these techniques, application software can be coded in the form of spreadsheet macros.

5. Conclusions

This study proposed various techniques to improve the original Manning formula. The approach was divided into two parts. The first approach was to estimate the exponents of hydraulic radius and slope while fixing the roughness value. When three different techniques, such as logarithm-converted MLR, gradient-based BFGS, and meta-heuristic GA as well as zero-intercept LR, tackled the problem, the GA technique found the best solutions with respect to determination coefficient and SSE.

The second approach was to estimate the individual roughness value while fixing the exponent values of hydraulic radius and slope. When three different techniques, such as MLR, ANN+BFGS, and ANN+GA, tackled the problem, ANN+GA found the best solutions with respect to determination coefficient and SSE.

Nonetheless, we have to admit that this study has a limitation when determining the Manning’s roughness n, which is also related with riverbed material, particle size distribution, and sediment transport, mainly because we do not currently have those detailed data. However, in order to fully investigate the roughness, we need such factors as riverbed type, flow depth, hydraulic radius, free surface width, d50, d75, d84, d90, cross section geometry, etc, as shown in previous studies [21]. While the goal of this paper to minimize any error between experimental data and corresponding hydraulic formula is accomplished by utilizing computational intelligence techniques, we have to consider more roughness-related data for implementing more practical and realistic formula in the future. Also, various soft computing techniques such as neural network [22], meta-heuristics [23], and fuzzy theory [24] will be utilized for this endeavor.

Fig 1.

Figure 1.

Relationship plot of fixed roughness coefficient.

The International Journal of Fuzzy Logic and Intelligent Systems 2018; 18: 237-244https://doi.org/10.5391/IJFIS.2018.18.4.237

Fig 2.

Figure 2.

Relationship plot using multiple linear regression.

The International Journal of Fuzzy Logic and Intelligent Systems 2018; 18: 237-244https://doi.org/10.5391/IJFIS.2018.18.4.237

Fig 3.

Figure 3.

Relationship plot between hydraulic radius and roughness.

The International Journal of Fuzzy Logic and Intelligent Systems 2018; 18: 237-244https://doi.org/10.5391/IJFIS.2018.18.4.237

Fig 4.

Figure 4.

Relationship plot between slope and roughness.

The International Journal of Fuzzy Logic and Intelligent Systems 2018; 18: 237-244https://doi.org/10.5391/IJFIS.2018.18.4.237

Fig 5.

Figure 5.

Observed and calculated velocities from MLR.

The International Journal of Fuzzy Logic and Intelligent Systems 2018; 18: 237-244https://doi.org/10.5391/IJFIS.2018.18.4.237

Fig 6.

Figure 6.

Structure of feed-forward multilayer perceptron model.

The International Journal of Fuzzy Logic and Intelligent Systems 2018; 18: 237-244https://doi.org/10.5391/IJFIS.2018.18.4.237

Table 1 . Experimental dataset and calculated velocities with fixed n.

Run No.Vi (m/s)Ri (m)Sii (m/s)
0I-LRLn-MLRBFGSGA
10.4009450.0605830.001130.3847600.4216530.4276830.424328
20.4400860.0709160.001120.4254550.4758090.4818780.480858
30.4930250.0733640.001130.4371300.4900420.4959390.495704
40.5571270.0780540.001120.4535480.5130280.5189890.519815
50.3401640.0447170.001670.3820250.3760980.3775700.375687
60.4218100.0569990.001670.4491120.4550530.4555390.457541
70.4430440.0668410.001650.4964230.5137070.5135180.518728
80.5400740.0747970.001650.5350740.5611390.5601940.568344
90.2639830.0191210.003320.3057220.2401010.2375890.234723
100.3041270.0264820.003310.3792830.3097730.3053990.305505
110.3790980.0321990.003330.4333810.3618590.3558590.358765
120.4540980.0399720.003330.5005780.4288220.4206460.427642
130.3690260.0605830.001110.3813400.4192670.4255330.421913
140.4010140.0624950.001120.3910690.4308460.4369870.433936
150.4384310.0651830.001130.4039970.4465930.4525920.450315
160.5617990.0738820.001120.4372370.4913670.4973960.497130
170.5658470.0747970.001120.4408400.4961390.5021550.502126
180.3630130.0388340.001680.3487750.3373000.3391080.335656
190.4304400.0514570.001650.4169840.4183230.4194510.419442
200.4772830.0552010.001670.4396160.4437420.4443820.445783
210.5003360.0590320.001660.4583490.4668570.4672630.469848
220.5569120.0640650.001670.4854980.4987850.4986360.503096
230.2820290.0243820.003330.3600360.2908650.2869750.286223
240.2831860.0253940.003320.3693760.3000190.2958970.295552
250.3832700.0345780.003310.4531060.3819600.3753940.379418
260.3949110.0406490.003320.5054600.4341070.4257920.433106

Table 2 . Optimal parameter values from various techniques.

MethodαβnR2SSE
0I-LR0.66670.50000.01350.48610.1041
Ln-MLR0.78530.31780.03040.82940.0347
BFGS0.77360.28230.03940.82950.0345
GA0.81220.31970.02760.83090.0342

Table 3 . Experimental dataset and calculated velocities with varied n.

Run No.Vi (m/s)ni (s/m1/3)i(m/s)i
MLRANN+BFGSANN+GAMLRANN+BFGSANN+GA
10.4009450.0129330.4123190.4188190.4109500.0125760.0123810.012618
20.4400860.0130290.4737930.4871330.4717360.0121020.0117700.012155
30.4930250.0119490.4907990.5057320.4968090.0120030.0116490.011858
40.5571270.0109710.5187950.5385410.5858960.0117820.0113500.010432
50.3401640.0151350.3708990.3643150.3798310.0138810.0141320.013555
60.4218100.0143490.4540400.4454870.4533320.0133300.0135860.013351
70.4430440.0151000.5199340.5120350.5090770.0128670.0130660.013142
80.5400740.0133520.5763920.5702230.5603670.0125110.0126460.012868
90.2639830.0156080.2446200.2528570.2545190.0168430.0162940.016188
100.3041270.0168070.3097510.3156940.3160540.0165020.0161910.016173
110.3790980.0154060.3590280.3623600.3612780.0162680.0161180.016166
120.4540980.0148560.4237710.4218440.4177340.0159190.0159920.016149
130.3690260.0139260.4093700.4164700.4078220.0125540.0123400.012602
140.4010140.0131430.4223270.4301160.4191480.0124790.0122530.012574
150.4384310.0124180.4401500.4491510.4351600.0123700.0121220.012512
160.5617990.0104890.4923230.5081220.5020580.0119690.0115970.011737
170.5658470.0104990.4980870.5147020.5146450.0119280.0115430.011544
180.3630130.0129480.3320460.3267780.3435940.0141560.0143840.013680
190.4304400.0130550.4145180.4069850.4192850.0135570.0138080.013403
200.4772830.0124130.4417690.4333910.4427820.0134110.0136700.013380
210.5003360.0123460.4669550.4585010.4644400.0132280.0134720.013300
220.5569120.0117490.5027710.4940490.4944950.0130140.0132430.013232
230.2820290.0172040.2919770.2989500.2998630.0166180.0162310.016181
240.2831860.0175780.3005710.3070620.3077170.0165620.0162120.016177
250.3832700.0159320.3783610.3800010.3779600.0161390.0160690.016156
260.3949110.0172490.4290200.4264410.4219270.0158780.0159740.016145

References

  1. Chanson, H (2004). The Hydraulics of Open Channel Flow: An Introduction. Oxford, UK: Elsevier
  2. Czachorski, R. (2018) . Manning’s equation the details behind this highly versatile formula. http://www.h2ometrics.com/manning-equation/
  3. Ferguson, R (2010). Time to abandon the manning equation?. Earth Surface Processes and Landforms. 35, 1873-1876. https://doi.org/10.1002/esp.2091
    CrossRef
  4. Wikipedia. (2018) . Manning formula. https://en.wikipedia.org/wiki/Manningformula
  5. Mays, LW (2005). Water Resources Engineering. Hoboken, NJ: John Wiley & Sons
  6. Jorissen, AL (1938). Etude experimentale du transport solide des cours d’Eau (Experimental study of the solid transport of watercourses). Revue Universelle des Mines (Universal Journal of Mines). 14, 269-282.
  7. Johnson, JW (1943). Laboratory Investigations on Bed-Load Transportation and Bed Roughness (SCS-TP-50). Washington, DC: U.S. Soil Conservation Service
  8. Brownlie, WR (1981). Compilation of alluvial channel data: laboratory and field. Report No KH-R-43B. Pasadena, CA, USA: California Institute of Technology
  9. Kim, JS 2012. A study on the optimum parameter estimation of mean velocity equation. M.S. thesis. Pusan National University. Busan, Korea.
  10. Geem, ZW, Kim, JH, and Kim, JO (2011). Improvement of flow velocity formula for nature-like fishways. African Journal of Agricultural Research. 6, 6609-6612. https://doi.org/10.5897/AJARX11.032
    CrossRef
  11. Geem, ZW (2006). Parameter estimation for the nonlinear Muskingum model using BFGS technique. Journal of Irrigation and Drainage Engineering. 132, 474-478. https://doi.org/10.1061/(ASCE)0733-9437(2006)132:5(474)
    CrossRef
  12. Mohan, S (1997). Parameter estimation of nonlinear Muskingum models using genetic algorithm. Journal of Hydraulic Engineering. 123, 137-142. https://doi.org/10.1061/(ASCE)0733-9429(1997)123:2(137)
    CrossRef
  13. Hornberger, GM, Wiberg, PL, Raffensperger, JP, and Eshleman, KN (1998). Elements of Physical Hydrology. Baltimore, MD: The Johns Hopkins University Press
  14. Woo, HS (2001). River Hydraulics. Seoul, Korea: Cheongmungak
  15. Kim, W, Kim, YS, and Woo, HS (1995). Estimation of channel roughness coefficients in the Han river using unsteady flow model. Journal of Korean Water Resources Association. 28, 133-146.
  16. Jeon, MW, Lee, HS, Ahn, SU, Cho, YS, and Jeon, MW 2009. Estimation of average roughness coefficients of Bocheng stream basin., Proceedings of the Conference of the Korean Water Resources Association, Yongpyong, Korea, pp.1306-1310.
  17. Geem, ZW, and Roper, WE (2009). Energy demand estimation of South Korea using artificial neural network. Energy Policy. 37, 4049-4054. https://doi.org/10.1016/j.enpol.2009.04.049
    CrossRef
  18. Geem, ZW, Tseng, CL, Kim, J, and Bae, C 2007. Trenchless water pipe condition assessment using artificial neural network., Proceedings of the International Pipeline Conference (Pipelines 2007), Boston, MA, Array, pp.1-9. https://doi.org/10.1061/40934(252)26
    CrossRef
  19. Lee, A, Geem, ZW, and Suh, KD (2006). Determination of optimal initial weights of an artificial neural network by using the harmony search algorithm: application to breakwater armor stones. Applied Sciences. 6, 164. https://doi.org/10.3390/app6060164
    CrossRef
  20. Strupczewski, WG 1993. Warning of application of the Chezy-Manning formula regardless of channel shape., Proceedings of the International Conference on Hydrology and Water Resources, New Delhi, India, Array, pp.371-383. https://doi.org/10.1007/978-94-011-0389-324
    CrossRef
  21. Lee, JS, Oh, JE, Park, YJ, and Jung, JH (2012). Determination of relationships for manning roughness coefficient for hydraulic engineering field. Journal of the Korean Society of Hazard Mitigation. 12, 167-177. https://doi.org/10.9798/KOSHAM.2012.12.1.167
    CrossRef
  22. Lee, H-W, Kim, N-R, and Lee, J-H (2017). Deep neural network self-training based on unsupervised learning and dropout. International Journal of Fuzzy Logic and Intelligent Systems. 17, 1-9. https://doi.org/10.5391/IJFIS.2017.17.1.1
    CrossRef
  23. Park, JH, Yu, JS, and Geem, ZW (2018). Genetic algorithm-based optimal investment scheduling for public rental housing projects in South Korea. International Journal of Fuzzy Logic and Intelligent Systems. 18, 135-145. https://doi.org/10.5391/IJFIS.2018.18.2.135
    CrossRef
  24. Lee, WJ, Jung, HY, Yoon, JH, and Choi, SH (2017). Analysis of variance for fuzzy data based on permutation method. International Journal of Fuzzy Logic and Intelligent Systems. 17, 43-50. https://doi.org/10.5391/IJFIS.2017.17.1.43
    CrossRef

Share this article on :

Related articles in IJFIS