SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 116
AN ALGORITHM FOR DESIGN OF BRICK LINING FOR IRRIGATION
CHANNELS
Akshay Chaudhary1
, Amanpreet Singh2
1, 2
M.E Student, Irrigation and Hydraulics Department, PEC University of Technology, Chandigarh, India
Abstract
Irrigation water is a costly commodity, and as such, there should be no wastage during its carriage from the reservoirs to the fields.
Most of the canals constructed to carry this irrigation water, are unlined, and hence; a large part of it is lost in percolation and
absorption as seepage loss (25-50% of the water is lost in seepage). The seepage can be avoided by lining the canals. The conveyance
of water for spatial water balance has complex hierarchy extending upon huge canals hundreds of kilometers along with branches etc,
to small channels, distributaries in delivering the water to soil in the cropped field that act as storage units for the plants. The
networking of canal system is complex in nature. So, in order to solve such complex nature of problem, a computer algorithm based
on C++ language for the design and economics of lined channel is developed in the present study.
Keywords: Algorithm, Canals, C++, Percolation and Seepage loss
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
With the unfortunate partition of the country, and with the
creation of Pakistan, 31% of the country’s irrigated area stood
transferred to Pakistan, as against the transfer of only 18% of
its population. Thus, India was left high and dry with only 19%
of its cropped area under irrigation, facing acute famines and
food grain shortages. Large-scale efforts were then made to
develop and harness our vast water resources, so as to ensure
collection of water during monsoon, and its subsequent use for
irrigation during non-monsoon period. Several dams have
therefore been planned and constructed across various rivers to
store water during rainy season to reduce the fury of floods,
and long canal network constructed to move down the stored
water during dry weather to the fields, to ensure irrigation
supplies to the crops [1].
In the present study, the networking of canal system is complex
in nature. In order to solve such complex nature of the problem
a computer algorithm based on C++ language for the design
and economics of lined channel is developed. The programme
in C++ language is easy to compile and build [2]. In computer
algorithm following design calculations are going to be done:
 Design of Channel cross section
 Cost estimates for brick lining
In the computer algorithm, the minors and the watercourses are
also to be lined in order to increase the efficiency of irrigation
so that the outlet discharge factor could be maintained at the
head of the minor. Less time is required for irrigating a
particular area of land, as by lining losses are less and
discharge almost remains constant so that more area can come
under irrigation, which on the other hand can increase the crop
yield.
So, for the financial viability of lining, it is necessary to
analyze the extra capital cost of providing lining on one hand,
and on the other hand an evaluation of the benefits of lining is
done. Almost all the benefits of lining of canal can be evaluated
in terms of capitalized value. For lining to be economically
feasible, the capitalized value of benefits should be equal to or
greater than extra cost involved in providing lining.
2. METHODOLOGY AND ANALYSIS
Design of irrigation channels involves the conditions of steady
and uniform flow. A steady and uniform flow is said to prevail,
when the discharge is same at all the sections in a particular
length of the channel under consideration and the depth of flow
does not change.
C++ programming language was considered as just an
enhanced version of the C programming language with a few
extra keywords, but it is not so. It is one of the well designed
and widely accepted object oriented programming language.
Though C++ has no provision for input/output, it of course has
to be dealt with at some point or other. There is not much use in
writing a programme that spends all its time telling itself a
secret. Each operating system has its own facility for inputting
and outputting data from and to the files and devices. It’s a
simple matter for a system programmer to write a few small
programs that would link to the C++ compiler for particular
operating systems input/output facilities. In input file certain
value is assigned to the constants, which after calculation gives
us the value of unknowns in the output file [2].
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 117
The flow chart shown in figure 1 gives us a brief idea about
design of channel cross section and cost estimates for brick
lining calculation. Based upon this flowchart an algorithm was
developed in which input data file consists of manning’s
coefficient (n), discharge (Q), slope (S) and length of canal (L)
and on the other hand output data file consists of depth (d),
hydraulic mean depth (R), velocity (V), area (A), wetted
perimeter (P), Berm width, number of bricks (N), quantity of
cement (C), quantity of sand (M) and total cost (Zz).
Fig 1: Flowchart
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 118
3. RESULTS AND DISCUSSION
In this study optimal design parameters are calculated for the
following cases:
3.1 Case 1: Keep S, L and N constant, vary Q.
In this case keeping S= 0.0002, L= 10000m, n= 0.016 and
varying the discharge (shown in table 1), optimal cost of canal
and optimal parameters are found out and their variation studies
with the variation of discharge. It is obvious that for higher
discharges bigger sections will be required resulting in increase
of cost of canal.
Table 1: Keep S, L and N constant, vary Q.
Q
varies
d R V A P Bb Zz
0.3 0.64 0.32 0.41 0.73 2.3 0.92 2.74E+0
06
1 1 0.5 0.56 1.8 3.6 1.1 4.3E+00
6
5 1.84 0.92 0.83 6.0 6.55 2.2 7.86E+0
06
10 2.38 1.19 0.99 10.1 8.5 2.44 1.02E+0
07
30 3.6 1.8 1.3 23 12.8 3.04 1.54E+0
07
50 4.35 2.18 1.5 33.7 15.5 3.42 1.86E+0
07
100 5.64 2.82 1.76 56.7 20.1 4.07 2.42E+0
07
Figure 2.1 shows the variation of optimal depth of flow “d”
with discharge. Depth of flow increases with increase in
discharge. Figure 2.2 show that velocity increases with increase
in value of discharge. Figure 2.3 show that the area of canal
increases as discharge increases and is higher for high
discharge values. Figure 2.4 show the variation of optimal cost
of canal with discharge. It is observed that the optimal cost of
canal increases almost linearly with the increase in discharge.
Fig 2.1: Q vs d
Fig 2.2: Q vs V
Fig 2.3: Q vs A
Fig 2.4: Q vs ZZ
The optimal value in figures 2.1, 2.2, 2.3, 2.4 can be used to
find out the optimal depth, velocity, area and cost of canal for a
particular value of discharge.
3.2 Case 2: Keep Q, L and n constant, vary Slope.
In this case Q= 10 cumecs, L= 10000m, n= 0.016 and varying
the ground slope (shown in table 2), optimal cost of canal and
optimal parameters are found out and their variation studies
with the variation of ground slope.
0
2
4
6
0.3 1 5 10 30 50 100
Depth
Discharge
Q v/s d
0
0.5
1
1.5
2
0.3 1 5 10 30 50 100
Velocity
Discharge
Q v/s V
0
9
18
27
36
45
54
63
0.3 1 5 10 30 50 100
Area
Discharge
Q v/s A
0.00E+00
1.00E+07
2.00E+07
3.00E+07
0.3 1 5 10 30 50 100
TotalCost
Discharge
Q v/s Zz
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 119
Table 2
Figure 2.5 shows the variation of optimal depth of flow “d”
with ground slope. Depth of flow decreases with increase in
ground slope. Figure 2.6 show that velocity increases with
increase in ground slope. Figure 2.7 show that the area of canal
decreases as slope increases. Figure 2.8 show the variation of
optimal cost of canal with discharge. It is observed that the
optimal cost of canal decreases almost linearly with the
increase in ground slope.
Fig 2.5: S vs d
Fig 2.6: S vs V
Fig 2.7: S vs A
Fig 2.8: S vs ZZ
3.3 Case 3: Keep Q, S and n constant and vary L.
Keeping Q=10 cumecs, S= 0.0002, n=0.016 and varying length
of canal (shown in table 3), optimal cost are found out and their
variation with L. Figure 2.9, 2.10, 2.11, 2.12 shows that the
optimal cost increases with the increase in length of canal.
Table 3
L
varies
d R V A P Bb Zz
10000 2.4 1.2 0.99 10.1 8.5 2.44 1.02E+007
20000 2.4 1.2 0.99 10.1 8.5 2.44 2.04E+007
30000 2.4 1.2 0.99 10.1 8.5 2.44 3.06E+007
40000 2.4 1.2 0.99 10.1 8.5 2.44 4.08E+007
50000 2.4 1.2 0.99 10.1 8.5 2.44 5.10E+007
0
0.5
1
1.5
2
2.5
3
0.0001 0.0002 0.0003 0.0004 0.0005
Depth
Slope
S v/s d
0
0.5
1
1.5
0.0001 0.0002 0.0003 0.0004 0.0005
Velocity
Slope
S v/s V
0
5
10
15
0.0001 0.0002 0.0003 0.0004 0.0005
Area
Slpoe
S v/s A
0.00E+00
5.00E+06
1.00E+07
1.50E+07
0.0001 0.0002 0.0003 0.0004 0.0005
TotalCost Slope
S v/s Zz
S
varies d R V A P Bb Zz
0.0001 2.7 1.35 0.77 13.1 9.7 2.60 1.16E+007
0.0002 2.4 1.2 0.99 10.1 8.5 2.44 1.02E+007
0.0003 2.2 1.1 1.15 8.66 7.9 2.35 9.44E+006
0.0004 2.1 1.05 1.3 7.77 7.5 2.30 8.95E+006
0.0005 2.0 1.0 1.4 7.15 7.2 2.25 8.60E+006
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 120
Fig 2.9: L vs ZZ
Fig 2.10: L vs V
Fig 2.11: L vs d
Fig 2.12: L vs A
3.4 Case 4: Keep Q, S and L constant, vary n.
Keeping Q= 10cumecs, L= 10000, S=0.0002 and varying
roughness coefficient (shown in table 4), various optimal
parameters and optimal cost of canal are found out.
Table 4
N
varies
d R V A P Bb Zz
0.014 2.26 1.13 1.10 9.10 8.1 2.40 9.7E+006
0.015 2.32 1.16 1.04 9.60 8.3 2.40 9.95E+006
0.016 2.38 1.19 0.99 10.1 8.5 2.44 1.02E+007
0.017 2.44 1.22 0.95 10.5 8.7 2.47 1.04E+007
Figure 2.13 and 2.15 show that the depth and area increases
linearly with the increase in value of roughness coefficient.
Figure 2.14 show that velocity decreases whereas in figure 2.16
total cost of canal increases with the increase in n [3, 4].
Fig 2.13: n vs d
Fig 2.14: n vs A
0.00E+00
2.00E+07
4.00E+07
6.00E+07
10000 20000 30000 40000 50000
TotalCost
Length
L v/s Zz
0
0.4
0.8
1.2
1.6
2
0 10000 20000 30000 40000 50000 60000
Velocity
Length
L v/s V
0
0.6
1.2
1.8
2.4
3
0 10000 20000 30000 40000 50000 60000
Depth
Length
L v/s d
0
4
8
12
16
20
10000 20000 30000 40000 50000
Area
Length
L v/s A
0
0.5
1
1.5
2
2.5
3
0.014 0.015 0.016 0.017
Depth
Manning's Coefficient(n)
n v/s d
0
2
4
6
8
10
12
0.014 0.015 0.016 0.017
Area
Manning's Coefficient(n)
n v/s A
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 121
Fig 2.15: n vs V
Fig 2.16: n vs ZZ
4. CONCLUSIONS
 The optimal depth of canal remains constant for all values
of length and decreases with increase in slope whereas it
increases with increase in discharge and roughness
coefficient.
 The optimal cost of canal decreases with increase in slope
of canal and increases with increase in discharge, length
and roughness coefficient.
 Velocity of canal remains constant as length of canal
increases and decreases with increase in roughness
coefficient and increases with increase in discharge and
slope of canal.
 Area of canal increases when discharge and roughness
coefficient increases and decreases with increasing slope.
It remains constant in case of varying length.
REFERENCES
[1]. Varshney, Theory and Design of Irrigation Engineering,
Nem Chand & Bros., 1979.
[2]. Ravichandran, Programming with C++, Tata McGraw-Hill
Education, 2011.
[3]. S.K.Garg, Irrigation and Hydraulics Structures, Khanna,
2009.
[4]. B.C. Punmia and Pande Brij Bansi Lal, Irrigation and
Water Power Engineering, Standard Publishers Distributor.
0
0.2
0.4
0.6
0.8
1
1.2
0.014 0.015 0.016 0.017
Velocity
Manning's Coefficient(n)
n v/s V
0.00E+00
2.00E+06
4.00E+06
6.00E+06
8.00E+06
1.00E+07
1.20E+07
0.014 0.015 0.016 0.017
TotalCost
Manning's Coefficient(n)
n v/s Zz

More Related Content

What's hot

Cross section of the canal, balancing depth and canal fsl
Cross section of the canal, balancing depth  and canal fslCross section of the canal, balancing depth  and canal fsl
Cross section of the canal, balancing depth and canal fslAditya Mistry
 
Irrigation engineering
Irrigation engineeringIrrigation engineering
Irrigation engineeringNagma Modi
 
Seepage through canals_seminar presentation
Seepage through canals_seminar presentationSeepage through canals_seminar presentation
Seepage through canals_seminar presentationRaj Bisen
 
Canal alignment
Canal alignmentCanal alignment
Canal alignmentNaveenaa
 
Irrigation Wter Measurement and Water Conveyance Systems
Irrigation Wter Measurement and Water Conveyance SystemsIrrigation Wter Measurement and Water Conveyance Systems
Irrigation Wter Measurement and Water Conveyance SystemsMd Irfan Ansari
 
Chapter 6 concrete dam engineering with examples
Chapter 6 concrete dam engineering with examplesChapter 6 concrete dam engineering with examples
Chapter 6 concrete dam engineering with examplesMohsin Siddique
 
Kennedy's and laccy's theory
Kennedy's and laccy's theoryKennedy's and laccy's theory
Kennedy's and laccy's theoryamanraj20501920
 
Storage and distribution reservoirs
Storage and distribution reservoirsStorage and distribution reservoirs
Storage and distribution reservoirsfarooq husain
 
WREII Canals Head Works and Distribution system
WREII Canals Head Works and Distribution systemWREII Canals Head Works and Distribution system
WREII Canals Head Works and Distribution systemMitaliShelke
 

What's hot (20)

Design of a channel Reach
Design of a channel ReachDesign of a channel Reach
Design of a channel Reach
 
Cross section of the canal, balancing depth and canal fsl
Cross section of the canal, balancing depth  and canal fslCross section of the canal, balancing depth  and canal fsl
Cross section of the canal, balancing depth and canal fsl
 
5.1 reservoir planning
5.1 reservoir planning5.1 reservoir planning
5.1 reservoir planning
 
Canal design
Canal designCanal design
Canal design
 
Irrigation engineering
Irrigation engineeringIrrigation engineering
Irrigation engineering
 
Seepage through canals_seminar presentation
Seepage through canals_seminar presentationSeepage through canals_seminar presentation
Seepage through canals_seminar presentation
 
Canal Irrigation
Canal IrrigationCanal Irrigation
Canal Irrigation
 
Canal alignment
Canal alignmentCanal alignment
Canal alignment
 
AGEN 159 lec 3
AGEN 159 lec 3AGEN 159 lec 3
AGEN 159 lec 3
 
Eearthen channel design
Eearthen channel designEearthen channel design
Eearthen channel design
 
Canal Irrigation
Canal IrrigationCanal Irrigation
Canal Irrigation
 
Canal
CanalCanal
Canal
 
Irrigation Wter Measurement and Water Conveyance Systems
Irrigation Wter Measurement and Water Conveyance SystemsIrrigation Wter Measurement and Water Conveyance Systems
Irrigation Wter Measurement and Water Conveyance Systems
 
Chapter 6 concrete dam engineering with examples
Chapter 6 concrete dam engineering with examplesChapter 6 concrete dam engineering with examples
Chapter 6 concrete dam engineering with examples
 
Kennedy's and laccy's theory
Kennedy's and laccy's theoryKennedy's and laccy's theory
Kennedy's and laccy's theory
 
Storage and distribution reservoirs
Storage and distribution reservoirsStorage and distribution reservoirs
Storage and distribution reservoirs
 
weirs
weirsweirs
weirs
 
Reservoir Planning
Reservoir PlanningReservoir Planning
Reservoir Planning
 
WREII Canals Head Works and Distribution system
WREII Canals Head Works and Distribution systemWREII Canals Head Works and Distribution system
WREII Canals Head Works and Distribution system
 
Design of weir on river cauvery near thottilpatti village
Design of weir on river cauvery near thottilpatti villageDesign of weir on river cauvery near thottilpatti village
Design of weir on river cauvery near thottilpatti village
 

Similar to An algorithm for design of brick lining for irrigation channels

Deck drainage design
Deck drainage designDeck drainage design
Deck drainage designSarita Joshi
 
CH2 Hydraulics and hydrology of HP.pptx
CH2 Hydraulics and hydrology of HP.pptxCH2 Hydraulics and hydrology of HP.pptx
CH2 Hydraulics and hydrology of HP.pptxDawit Girma
 
Simplifying stormwater design is costing us money - a short case study
Simplifying stormwater design is costing us money - a short case studySimplifying stormwater design is costing us money - a short case study
Simplifying stormwater design is costing us money - a short case studyAdam Berry
 
IRJET- Estimation of Hydrological and Hydraulics Parameters for Bridge De...
IRJET-  	  Estimation of Hydrological and Hydraulics Parameters for Bridge De...IRJET-  	  Estimation of Hydrological and Hydraulics Parameters for Bridge De...
IRJET- Estimation of Hydrological and Hydraulics Parameters for Bridge De...IRJET Journal
 
Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...
Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...
Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...IDES Editor
 
Construction of a High Level Bridge
Construction of a High Level BridgeConstruction of a High Level Bridge
Construction of a High Level BridgeIJSRD
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
IRJET - Effect of Local Scour on Foundation of Hydraulic Structure
IRJET - Effect of Local Scour on Foundation of Hydraulic StructureIRJET - Effect of Local Scour on Foundation of Hydraulic Structure
IRJET - Effect of Local Scour on Foundation of Hydraulic StructureIRJET Journal
 
Performance Analysis of savonius hydro turbine using CFD simulation
Performance Analysis of savonius hydro turbine using CFD simulationPerformance Analysis of savonius hydro turbine using CFD simulation
Performance Analysis of savonius hydro turbine using CFD simulationIRJET Journal
 
Head Loss Estimation for Water Jets from Flip Buckets
Head Loss Estimation for Water Jets from Flip BucketsHead Loss Estimation for Water Jets from Flip Buckets
Head Loss Estimation for Water Jets from Flip Bucketstheijes
 
Optimizing pumping rate in pipe networks supplied by groundwater sources
Optimizing pumping rate in pipe networks supplied by groundwater sourcesOptimizing pumping rate in pipe networks supplied by groundwater sources
Optimizing pumping rate in pipe networks supplied by groundwater sourcesMedhat Elzahar
 
IRJET- Seepage Analysis using Drainage Seepage Tank
IRJET-  	  Seepage Analysis using Drainage Seepage TankIRJET-  	  Seepage Analysis using Drainage Seepage Tank
IRJET- Seepage Analysis using Drainage Seepage TankIRJET Journal
 
Flood modeling of river godavari using hec ras
Flood modeling of river godavari using hec rasFlood modeling of river godavari using hec ras
Flood modeling of river godavari using hec raseSAT Publishing House
 
Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...
Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...
Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...RafidAlboresha
 
Cofferdam design-optimization
Cofferdam design-optimizationCofferdam design-optimization
Cofferdam design-optimizationS K SHUKLA
 
Mechanical fluid , Broad Crested Wrir
Mechanical fluid , Broad Crested WrirMechanical fluid , Broad Crested Wrir
Mechanical fluid , Broad Crested WrirHusseinAli272
 
Complete design of r.c.c over head tank & boq estimate
Complete design of r.c.c over head tank & boq estimateComplete design of r.c.c over head tank & boq estimate
Complete design of r.c.c over head tank & boq estimateHarish Mahavar
 
Design rcc-over-head-tank
Design rcc-over-head-tankDesign rcc-over-head-tank
Design rcc-over-head-tankAnil Poonia
 
IRJET- A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...
IRJET-  	  A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...IRJET-  	  A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...
IRJET- A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...IRJET Journal
 

Similar to An algorithm for design of brick lining for irrigation channels (20)

Deck drainage design
Deck drainage designDeck drainage design
Deck drainage design
 
CH2 Hydraulics and hydrology of HP.pptx
CH2 Hydraulics and hydrology of HP.pptxCH2 Hydraulics and hydrology of HP.pptx
CH2 Hydraulics and hydrology of HP.pptx
 
Simplifying stormwater design is costing us money - a short case study
Simplifying stormwater design is costing us money - a short case studySimplifying stormwater design is costing us money - a short case study
Simplifying stormwater design is costing us money - a short case study
 
IRJET- Estimation of Hydrological and Hydraulics Parameters for Bridge De...
IRJET-  	  Estimation of Hydrological and Hydraulics Parameters for Bridge De...IRJET-  	  Estimation of Hydrological and Hydraulics Parameters for Bridge De...
IRJET- Estimation of Hydrological and Hydraulics Parameters for Bridge De...
 
Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...
Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...
Hydrological Application of Remote – Sensing and GIS for Handling of Excess R...
 
Construction of a High Level Bridge
Construction of a High Level BridgeConstruction of a High Level Bridge
Construction of a High Level Bridge
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET - Effect of Local Scour on Foundation of Hydraulic Structure
IRJET - Effect of Local Scour on Foundation of Hydraulic StructureIRJET - Effect of Local Scour on Foundation of Hydraulic Structure
IRJET - Effect of Local Scour on Foundation of Hydraulic Structure
 
Performance Analysis of savonius hydro turbine using CFD simulation
Performance Analysis of savonius hydro turbine using CFD simulationPerformance Analysis of savonius hydro turbine using CFD simulation
Performance Analysis of savonius hydro turbine using CFD simulation
 
Head Loss Estimation for Water Jets from Flip Buckets
Head Loss Estimation for Water Jets from Flip BucketsHead Loss Estimation for Water Jets from Flip Buckets
Head Loss Estimation for Water Jets from Flip Buckets
 
Optimizing pumping rate in pipe networks supplied by groundwater sources
Optimizing pumping rate in pipe networks supplied by groundwater sourcesOptimizing pumping rate in pipe networks supplied by groundwater sources
Optimizing pumping rate in pipe networks supplied by groundwater sources
 
IRJET- Seepage Analysis using Drainage Seepage Tank
IRJET-  	  Seepage Analysis using Drainage Seepage TankIRJET-  	  Seepage Analysis using Drainage Seepage Tank
IRJET- Seepage Analysis using Drainage Seepage Tank
 
Flood modeling of river godavari using hec ras
Flood modeling of river godavari using hec rasFlood modeling of river godavari using hec ras
Flood modeling of river godavari using hec ras
 
Poster
PosterPoster
Poster
 
Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...
Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...
Effect of Height and Surface Roughness of a Broad Crested Weir on the Dischar...
 
Cofferdam design-optimization
Cofferdam design-optimizationCofferdam design-optimization
Cofferdam design-optimization
 
Mechanical fluid , Broad Crested Wrir
Mechanical fluid , Broad Crested WrirMechanical fluid , Broad Crested Wrir
Mechanical fluid , Broad Crested Wrir
 
Complete design of r.c.c over head tank & boq estimate
Complete design of r.c.c over head tank & boq estimateComplete design of r.c.c over head tank & boq estimate
Complete design of r.c.c over head tank & boq estimate
 
Design rcc-over-head-tank
Design rcc-over-head-tankDesign rcc-over-head-tank
Design rcc-over-head-tank
 
IRJET- A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...
IRJET-  	  A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...IRJET-  	  A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...
IRJET- A Modified Stilling Basin with Flow-Guide Pipes to Improve Hydraul...
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

An algorithm for design of brick lining for irrigation channels

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 116 AN ALGORITHM FOR DESIGN OF BRICK LINING FOR IRRIGATION CHANNELS Akshay Chaudhary1 , Amanpreet Singh2 1, 2 M.E Student, Irrigation and Hydraulics Department, PEC University of Technology, Chandigarh, India Abstract Irrigation water is a costly commodity, and as such, there should be no wastage during its carriage from the reservoirs to the fields. Most of the canals constructed to carry this irrigation water, are unlined, and hence; a large part of it is lost in percolation and absorption as seepage loss (25-50% of the water is lost in seepage). The seepage can be avoided by lining the canals. The conveyance of water for spatial water balance has complex hierarchy extending upon huge canals hundreds of kilometers along with branches etc, to small channels, distributaries in delivering the water to soil in the cropped field that act as storage units for the plants. The networking of canal system is complex in nature. So, in order to solve such complex nature of problem, a computer algorithm based on C++ language for the design and economics of lined channel is developed in the present study. Keywords: Algorithm, Canals, C++, Percolation and Seepage loss ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION With the unfortunate partition of the country, and with the creation of Pakistan, 31% of the country’s irrigated area stood transferred to Pakistan, as against the transfer of only 18% of its population. Thus, India was left high and dry with only 19% of its cropped area under irrigation, facing acute famines and food grain shortages. Large-scale efforts were then made to develop and harness our vast water resources, so as to ensure collection of water during monsoon, and its subsequent use for irrigation during non-monsoon period. Several dams have therefore been planned and constructed across various rivers to store water during rainy season to reduce the fury of floods, and long canal network constructed to move down the stored water during dry weather to the fields, to ensure irrigation supplies to the crops [1]. In the present study, the networking of canal system is complex in nature. In order to solve such complex nature of the problem a computer algorithm based on C++ language for the design and economics of lined channel is developed. The programme in C++ language is easy to compile and build [2]. In computer algorithm following design calculations are going to be done:  Design of Channel cross section  Cost estimates for brick lining In the computer algorithm, the minors and the watercourses are also to be lined in order to increase the efficiency of irrigation so that the outlet discharge factor could be maintained at the head of the minor. Less time is required for irrigating a particular area of land, as by lining losses are less and discharge almost remains constant so that more area can come under irrigation, which on the other hand can increase the crop yield. So, for the financial viability of lining, it is necessary to analyze the extra capital cost of providing lining on one hand, and on the other hand an evaluation of the benefits of lining is done. Almost all the benefits of lining of canal can be evaluated in terms of capitalized value. For lining to be economically feasible, the capitalized value of benefits should be equal to or greater than extra cost involved in providing lining. 2. METHODOLOGY AND ANALYSIS Design of irrigation channels involves the conditions of steady and uniform flow. A steady and uniform flow is said to prevail, when the discharge is same at all the sections in a particular length of the channel under consideration and the depth of flow does not change. C++ programming language was considered as just an enhanced version of the C programming language with a few extra keywords, but it is not so. It is one of the well designed and widely accepted object oriented programming language. Though C++ has no provision for input/output, it of course has to be dealt with at some point or other. There is not much use in writing a programme that spends all its time telling itself a secret. Each operating system has its own facility for inputting and outputting data from and to the files and devices. It’s a simple matter for a system programmer to write a few small programs that would link to the C++ compiler for particular operating systems input/output facilities. In input file certain value is assigned to the constants, which after calculation gives us the value of unknowns in the output file [2].
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 117 The flow chart shown in figure 1 gives us a brief idea about design of channel cross section and cost estimates for brick lining calculation. Based upon this flowchart an algorithm was developed in which input data file consists of manning’s coefficient (n), discharge (Q), slope (S) and length of canal (L) and on the other hand output data file consists of depth (d), hydraulic mean depth (R), velocity (V), area (A), wetted perimeter (P), Berm width, number of bricks (N), quantity of cement (C), quantity of sand (M) and total cost (Zz). Fig 1: Flowchart
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 118 3. RESULTS AND DISCUSSION In this study optimal design parameters are calculated for the following cases: 3.1 Case 1: Keep S, L and N constant, vary Q. In this case keeping S= 0.0002, L= 10000m, n= 0.016 and varying the discharge (shown in table 1), optimal cost of canal and optimal parameters are found out and their variation studies with the variation of discharge. It is obvious that for higher discharges bigger sections will be required resulting in increase of cost of canal. Table 1: Keep S, L and N constant, vary Q. Q varies d R V A P Bb Zz 0.3 0.64 0.32 0.41 0.73 2.3 0.92 2.74E+0 06 1 1 0.5 0.56 1.8 3.6 1.1 4.3E+00 6 5 1.84 0.92 0.83 6.0 6.55 2.2 7.86E+0 06 10 2.38 1.19 0.99 10.1 8.5 2.44 1.02E+0 07 30 3.6 1.8 1.3 23 12.8 3.04 1.54E+0 07 50 4.35 2.18 1.5 33.7 15.5 3.42 1.86E+0 07 100 5.64 2.82 1.76 56.7 20.1 4.07 2.42E+0 07 Figure 2.1 shows the variation of optimal depth of flow “d” with discharge. Depth of flow increases with increase in discharge. Figure 2.2 show that velocity increases with increase in value of discharge. Figure 2.3 show that the area of canal increases as discharge increases and is higher for high discharge values. Figure 2.4 show the variation of optimal cost of canal with discharge. It is observed that the optimal cost of canal increases almost linearly with the increase in discharge. Fig 2.1: Q vs d Fig 2.2: Q vs V Fig 2.3: Q vs A Fig 2.4: Q vs ZZ The optimal value in figures 2.1, 2.2, 2.3, 2.4 can be used to find out the optimal depth, velocity, area and cost of canal for a particular value of discharge. 3.2 Case 2: Keep Q, L and n constant, vary Slope. In this case Q= 10 cumecs, L= 10000m, n= 0.016 and varying the ground slope (shown in table 2), optimal cost of canal and optimal parameters are found out and their variation studies with the variation of ground slope. 0 2 4 6 0.3 1 5 10 30 50 100 Depth Discharge Q v/s d 0 0.5 1 1.5 2 0.3 1 5 10 30 50 100 Velocity Discharge Q v/s V 0 9 18 27 36 45 54 63 0.3 1 5 10 30 50 100 Area Discharge Q v/s A 0.00E+00 1.00E+07 2.00E+07 3.00E+07 0.3 1 5 10 30 50 100 TotalCost Discharge Q v/s Zz
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 119 Table 2 Figure 2.5 shows the variation of optimal depth of flow “d” with ground slope. Depth of flow decreases with increase in ground slope. Figure 2.6 show that velocity increases with increase in ground slope. Figure 2.7 show that the area of canal decreases as slope increases. Figure 2.8 show the variation of optimal cost of canal with discharge. It is observed that the optimal cost of canal decreases almost linearly with the increase in ground slope. Fig 2.5: S vs d Fig 2.6: S vs V Fig 2.7: S vs A Fig 2.8: S vs ZZ 3.3 Case 3: Keep Q, S and n constant and vary L. Keeping Q=10 cumecs, S= 0.0002, n=0.016 and varying length of canal (shown in table 3), optimal cost are found out and their variation with L. Figure 2.9, 2.10, 2.11, 2.12 shows that the optimal cost increases with the increase in length of canal. Table 3 L varies d R V A P Bb Zz 10000 2.4 1.2 0.99 10.1 8.5 2.44 1.02E+007 20000 2.4 1.2 0.99 10.1 8.5 2.44 2.04E+007 30000 2.4 1.2 0.99 10.1 8.5 2.44 3.06E+007 40000 2.4 1.2 0.99 10.1 8.5 2.44 4.08E+007 50000 2.4 1.2 0.99 10.1 8.5 2.44 5.10E+007 0 0.5 1 1.5 2 2.5 3 0.0001 0.0002 0.0003 0.0004 0.0005 Depth Slope S v/s d 0 0.5 1 1.5 0.0001 0.0002 0.0003 0.0004 0.0005 Velocity Slope S v/s V 0 5 10 15 0.0001 0.0002 0.0003 0.0004 0.0005 Area Slpoe S v/s A 0.00E+00 5.00E+06 1.00E+07 1.50E+07 0.0001 0.0002 0.0003 0.0004 0.0005 TotalCost Slope S v/s Zz S varies d R V A P Bb Zz 0.0001 2.7 1.35 0.77 13.1 9.7 2.60 1.16E+007 0.0002 2.4 1.2 0.99 10.1 8.5 2.44 1.02E+007 0.0003 2.2 1.1 1.15 8.66 7.9 2.35 9.44E+006 0.0004 2.1 1.05 1.3 7.77 7.5 2.30 8.95E+006 0.0005 2.0 1.0 1.4 7.15 7.2 2.25 8.60E+006
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 120 Fig 2.9: L vs ZZ Fig 2.10: L vs V Fig 2.11: L vs d Fig 2.12: L vs A 3.4 Case 4: Keep Q, S and L constant, vary n. Keeping Q= 10cumecs, L= 10000, S=0.0002 and varying roughness coefficient (shown in table 4), various optimal parameters and optimal cost of canal are found out. Table 4 N varies d R V A P Bb Zz 0.014 2.26 1.13 1.10 9.10 8.1 2.40 9.7E+006 0.015 2.32 1.16 1.04 9.60 8.3 2.40 9.95E+006 0.016 2.38 1.19 0.99 10.1 8.5 2.44 1.02E+007 0.017 2.44 1.22 0.95 10.5 8.7 2.47 1.04E+007 Figure 2.13 and 2.15 show that the depth and area increases linearly with the increase in value of roughness coefficient. Figure 2.14 show that velocity decreases whereas in figure 2.16 total cost of canal increases with the increase in n [3, 4]. Fig 2.13: n vs d Fig 2.14: n vs A 0.00E+00 2.00E+07 4.00E+07 6.00E+07 10000 20000 30000 40000 50000 TotalCost Length L v/s Zz 0 0.4 0.8 1.2 1.6 2 0 10000 20000 30000 40000 50000 60000 Velocity Length L v/s V 0 0.6 1.2 1.8 2.4 3 0 10000 20000 30000 40000 50000 60000 Depth Length L v/s d 0 4 8 12 16 20 10000 20000 30000 40000 50000 Area Length L v/s A 0 0.5 1 1.5 2 2.5 3 0.014 0.015 0.016 0.017 Depth Manning's Coefficient(n) n v/s d 0 2 4 6 8 10 12 0.014 0.015 0.016 0.017 Area Manning's Coefficient(n) n v/s A
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 121 Fig 2.15: n vs V Fig 2.16: n vs ZZ 4. CONCLUSIONS  The optimal depth of canal remains constant for all values of length and decreases with increase in slope whereas it increases with increase in discharge and roughness coefficient.  The optimal cost of canal decreases with increase in slope of canal and increases with increase in discharge, length and roughness coefficient.  Velocity of canal remains constant as length of canal increases and decreases with increase in roughness coefficient and increases with increase in discharge and slope of canal.  Area of canal increases when discharge and roughness coefficient increases and decreases with increasing slope. It remains constant in case of varying length. REFERENCES [1]. Varshney, Theory and Design of Irrigation Engineering, Nem Chand & Bros., 1979. [2]. Ravichandran, Programming with C++, Tata McGraw-Hill Education, 2011. [3]. S.K.Garg, Irrigation and Hydraulics Structures, Khanna, 2009. [4]. B.C. Punmia and Pande Brij Bansi Lal, Irrigation and Water Power Engineering, Standard Publishers Distributor. 0 0.2 0.4 0.6 0.8 1 1.2 0.014 0.015 0.016 0.017 Velocity Manning's Coefficient(n) n v/s V 0.00E+00 2.00E+06 4.00E+06 6.00E+06 8.00E+06 1.00E+07 1.20E+07 0.014 0.015 0.016 0.017 TotalCost Manning's Coefficient(n) n v/s Zz