SlideShare a Scribd company logo
1 of 27
Download to read offline
HYDTRENCH
• HYDFDR
• HYDCALC
• HYDPFL
Francis Mitchell, M.S., P.E.
F-MITCHELL@ATT.NET
Francis Mitchell, M.S., P.E. PAGE 1
HYDCALC
Abstract:
This software analyzes hydraulic conduits and hydraulic channels of various shape for different
parameters such as the flow, the slope, or the manning friction coefficient. This software can be
used as a tool to quickly design or check the viability of a hydraulic section.
This software can be downloaded through the link below,
https://www.dropbox.com/sh/jf8vsmhhq013mdd/AACJfnUjpiiCieTCusBS0JxEa?dl=0
Francis Mitchell, M.S., P.E. PAGE 2
HYDRAULIC CALCULATOR
Table of Contents Page
1.0 DESCRIPTION ....................................................................................................................3
2.0 MAIN MENU .....................................................................................................................7
3.0 DESIGN UNIT.....................................................................................................................9
4.0 PROJECT DATA................................................................................................................10
5.0 CIRCULAR CONDUIT........................................................................................................11
6.0 ELLIPTICAL CONDUIT ......................................................................................................12
7.0 ARCH CONDUIT...............................................................................................................13
8.0 RECTANGULAR CONDUIT ...............................................................................................14
9.0 IRREGULAR CONDUIT .....................................................................................................15
10.0 TRIANGULAR CHANNEL ..................................................................................................16
11.0 RECTANGULAR CHANNEL...............................................................................................17
12.0 TRAPEZOIDAL CHANNEL.................................................................................................18
13.0 IRREGULAR CHANNEL.....................................................................................................19
14.0 CIRCULAR PIPE LIBRARY..................................................................................................20
15.0 ELLIPTICAL PIPE LIBRARY ................................................................................................21
16.0 ARCH PIPE LIBRARY.........................................................................................................22
17.0 RECTANGULAR PIPE LIBRARY .........................................................................................23
18.0 HELP ABOUT ...................................................................................................................24
19.0 TYPICAL PRINTED OUTPUT .............................................................................................25
20.0 REFERENCES....................................................................................................................26
Francis Mitchell, M.S., P.E. PAGE 3
HYDRAULIC CALCULATOR
1.0 DESCRIPTION
The HYDCALC program was developed as a tool to help engineers quickly solve hydraulic problems
of prismatic and non-prismatic geometric shapes based on the Manning formula.
SRA
n
KQ h ***
1
* 3
2

Where:
Q is the flow in m3/s (Metric units), or in ft3/s (English units)
K is a coefficient expressed as 1.0 (Metric units), or 1.486 (English units)
n is the Manning coefficient based on the surface texture
A is the sectional area being analyzed in m2 (Metric units), or ft2 (English units)
Rh is the hydraulic radius or the ratio of the sectional area over the wet perimeter
S is the longitudinal slope in m/m (Metric units), or ft/ft (English units)
This program is divided in two parts, the conduit and the channel sections. For the conduit, this
program will handle either a circular, elliptical, arch, rectangular, or irregular shape conduits. For
the channel, the following shapes are included, triangular, rectangular, trapezoidal, and irregular.
The program solves the given section using the Manning formula and presents the results
graphically, displayed screen output, or printed format.
The program lists the maximum flow, the normal flow, the critical flow, and the minimum flow
conditions, for either the conduit or the channel sections.
In addition, HYDCALC can handle both the Metric and the English units; and convert the data back
and forth. Furthermore, this program allows the user to create his personal pipe library for non-
standard sections. Each pipe section has a denomination (given name), similar or different from
the actual size. This naming approach simplified the confusion sometimes associated with the
Metric and English pipe names.
Francis Mitchell, M.S., P.E. PAGE 4
The amount of data (conduit or channel) that could be incorporated into a file is virtually unlimited.
The procedure created to analyze the circular, elliptical, or arch conduit is based on the principle
that any of these shapes could be divided into four segments, or sectors. The procedure is based
on the geometric relation or a circular sector and circular segment that are defined by the following
equations.
Where:
Asec is the circular sector cross sectional area in m2 (Metric units), or ft2 (English units)
r is the circular sector radius in m (Metric units), or ft (English units)
 is the circular sector central angle in degree
and for the circular segment,
  sin
2
2

r
Aseg
Where:
Aseg is the circular segment sectional area in m2 (Metric units), or ft2 (English units)
r is the circular segment radius in m (Metric units), or ft (English units)
 is the circular segment central angle in radian, and degree
For the circular conduit, the four segments will have four equal radiuses. For the elliptical conduit
the two side segments have similar radius, and the top and bottom segments are the same. For the
arch conduit, the top segment is different from the bottom segment. This procedure produces a
much faster code, and geometrically correct analysis.
For the irregular conduit or channel (non-prismatic section), the method used to find the cross-
sectional area “A” is based on the following formula.
And for the perimeter “P”

 2
sec
360
rA 
   

 





 

1 11
2
i
i
iiii YYXX
A
Francis Mitchell, M.S., P.E. PAGE 5
Where:
Xi is the abscissa of a point i
Yi is the ordinate of a point i
Additionally, the approach used to calculate the composite or equivalent roughness coefficient “n”,
is the one outlined in the HEC-RAS manual, equation 2-5.
 









n
i
ii
c
P
nP
n 1
3
2
5.1
Where:
Pi is the length of a segment i
PT is the section wet perimeter
ni is the Manning coefficient of a segment i
Aside from solving the Manning equation for different flow, slope, roughness coefficient or
geometric section, HYDCALC also calculates the critical flow condition. The results list the critical
slope, velocity, or depth of flow. This computation is based on the following relation.
Where:
 is the velocity distribution coefficient
Q is the flow in m3/s (Metric units), or in ft3/s (English units)
G is the acceleration due to gravity (9.81 m/s2), (32.2 ft/s2)
A is the shape critical sectional area in m2 (Metric units), or ft2 (English units)
T is water surface width at critical depth in m (Metric units), or ft (English units)
Once the critical parameters have been calculated, the Froude number (Nf) is evaluated to
determine if the flow condition is subcritical (Nf<1), critical (Nf=1), or supercritical (Nf>1). The
Froude number is calculated by using the following equation.
    2
1
1 2
1
2
1

 
i
i iiii YYXXP
T
A
G
Q 32


Francis Mitchell, M.S., P.E. PAGE 6
Where:
Vc is the critical velocity in m/s (Metric units), or ft/s (English units)
G is the acceleration due to gravity (9.81 m/s2), (32.2 ft/s2)
Yc is the critical depth in m (Metric units), or ft (English units)
In general when performing a set of computations, the user should be aware that of the applicable
range of the solution being sought. The developer’s intent was to create a program simple enough
to use, but accurate.
c
c
f
GY
V
N 
Francis Mitchell, M.S., P.E. PAGE 7
2.0 MAIN MENU
A total of 16 icons are included
“NEW”
This icon will clear a project from memory.
“OPEN”
This icon will open a project file (filename.hdc).
“SAVE”
This icon will save a project file (filename.hdc).
“UNIT”
This icon will open the unit window.
“PROJECT”
This icon will open the project window.
“CIRCULAR CONDUIT”
This icon will open the circular conduit window.
“ELLIPTICAL CONDUIT”
This icon will open the elliptical conduit window.
“ARCH CONDUIT”
This icon will open the arch conduit window.
“RECTANGULAR CONDUIT”
This icon will open the rectangular conduit window.
Francis Mitchell, M.S., P.E. PAGE 8
“IRREGULAR CONDUIT”
This icon will open the irregular conduit window.
“TRIANGULAR CHANNEL”
This icon will open the triangular channel window.
“RECTANGULAR CHANNEL”
This icon will open the rectangular channel window.
“TRAPEZOIDAL CHANNEL”
This icon will open the trapezoidal channel window.
“IRREGULAR CHANNEL”
This icon will open the irregular channel window.
“PIPE LIBRARY”
This icon will open the pipe library window.
“HELP ABOUT”
This icon will open the help about window.
Francis Mitchell, M.S., P.E. PAGE 9
3.0 DESIGN UNIT
By clicking on either option, the project units will be changed, and all the data transformed
accordingly.
Francis Mitchell, M.S., P.E. PAGE 10
4.0 PROJECT DATA
The information entered here will be displayed on the printout.
Francis Mitchell, M.S., P.E. PAGE 11
5.0 CIRCULAR CONDUIT
The user chooses a pipe size from the available library, enters the Manning coefficient, the flow,
the slope, and the velocity distribution coefficient alpha.
A total of eight command buttons are available. (Typical for all subsequent conduit windows)
“PREV” Displays the previous data.
“NEXT” Displays the next data.
“SOLVE” Performs the analysis, draws the sketch, and fills in the output data fields.
“ADD” Adds a data to the last record.
“INSERT” Inserts a data at the current record position.
“DELETE” Deletes the current data.
“REPORT” Sends the displayed output values to the printer.
“OK” Close the window.
There is no limit on the amount of records a data file can have.
Francis Mitchell, M.S., P.E. PAGE 12
6.0 ELLIPTICAL CONDUIT
This window is similar to the circular conduit window. The elliptical conduit could be either
horizontal or vertical.
Francis Mitchell, M.S., P.E. PAGE 13
7.0 ARCH CONDUIT
This window is similar to the circular conduit window.
Francis Mitchell, M.S., P.E. PAGE 14
8.0 RECTANGULAR CONDUIT
This window is similar to the circular conduit window.
Francis Mitchell, M.S., P.E. PAGE 15
9.0 IRREGULAR CONDUIT
This window allows the user to analyze a polygonal conduit. Like the circular conduit window, the
flow, the slope and the velocity distribution coefficient are required.
The polygon points are entered in term of station, elevation, and Manning coefficient. The polygon
points can be manipulated, copied or pasted in other record.
A useful option in this window is when the user clicks on a point in the spreadsheet, the point
position is highlighted by a black node on the sketch (see point five at the bottom right corner of
the drawn section).
Francis Mitchell, M.S., P.E. PAGE 16
10.0 TRIANGULAR CHANNEL
The user enters the depth, the left and right side slope, the Manning coefficient, the flow, the slope,
and the velocity distribution coefficient alpha.
A total of eight command buttons are available. (Typical for all subsequent channel windows)
“PREV” Displays the previous data.
“NEXT” Displays the next data.
“SOLVE” Performs the analysis, draws the sketch, and fills in the output data fields.
“ADD” Adds a data to the last record.
“INSERT” Inserts a data at the current record position.
“DELETE” Deletes the current data.
“REPORT” Sends the displayed output values to the printer.
“OK” Close the window.
There is no limit on the amount of record a data file can have.
Francis Mitchell, M.S., P.E. PAGE 17
11.0 RECTANGULAR CHANNEL
This window is similar to the triangular channel window.
Francis Mitchell, M.S., P.E. PAGE 18
12.0 TRAPEZOIDAL CHANNEL
This window is similar to the triangular channel window.
Francis Mitchell, M.S., P.E. PAGE 19
13.0 IRREGULAR CHANNEL
This window allows the user to analyze a polygonal channel. Like the irregular conduit window, the
flow, the slope and the velocity distribution coefficient are required.
The polygon points are entered in term of station, elevation, and Manning coefficient. The polygon
points can be manipulated, copied or pasted in other record.
A useful option in this window is when the user clicks on a point in the spreadsheet, the point
position is highlighted by a black node on the sketch.
Francis Mitchell, M.S., P.E. PAGE 20
14.0 CIRCULAR PIPE LIBRARY
Different circular pipe conduit can be created. The data entered are dynamically converted into
either the English or the Metric units.
Francis Mitchell, M.S., P.E. PAGE 21
15.0 ELLIPTICAL PIPE LIBRARY
Different elliptical pipe conduit can be created. The data entered are dynamically converted into
either the English or the Metric units.
Depending on the corner radius or the top and bottom radius, a vertical or a horizontal ellipse can
be created.
Francis Mitchell, M.S., P.E. PAGE 22
16.0 ARCH PIPE LIBRARY
Different arch pipe conduit can be created. The data entered are dynamically converted into either
the English or the Metric units. Because of the four segments procedure, an upside down arch
section could be created.
Francis Mitchell, M.S., P.E. PAGE 23
17.0 RECTANGULAR PIPE LIBRARY
Different rectangular pipe conduit can be created. The data entered are dynamically converted into
either the English or the Metric units.
Francis Mitchell, M.S., P.E. PAGE 24
18.0 HELP ABOUT
This window displays the version, author, and copyright label. This program can be ordered as a
package from the following address.
Francis Mitchell, M.S., P.E.
f-mitchell@att.net
Phone: (305) 979-6387
Or by accessing the link below,
https://www.dropbox.com/sh/jf8vsmhhq013mdd/AACJfnUjpiiCieTCusBS0JxEa?dl=0
Francis Mitchell, M.S., P.E. PAGE 25
19.0 TYPICAL PRINTED OUTPUT
Francis Mitchell, M.S., P.E. PAGE 26
20.0 REFERENCES
American Iron and Steel Institute: ”Modern Sewer Design,” AISI, 1995.
American Society of Civil Engineers: “Gravity Sanitary Sewer Design and Construction, No. 60, No.
FD-5,” ASCE, 1982.
Cox, R. G.: “Effective Hydraulic Roughness,” Miscellaneous Paper H-73-2, U.S. Army Engineers
Waterways Experiment Station, Vicksburg, MS, February 1973.
Daugherty, Robert L., and Franzini, Joseph B.: “Fluid Mechanics with Engineering Applications,”
McGraw-Hill Book Co., New York, 1985.
French, Richard H.: “Open-Channel Hydraulics,” McGraw-Hill Book Co., New York, 1985.
Mitchell, Francis, and Chin, David: “A methodology for the Automatic Design of Sanitary Sewer
Systems,” Proceedings of the Fourth National Conference on Microcomputers in Civil Engineering,
University of Central Florida, Orlando, Florida, 1986.
Shammas, Namir C.; “Mathematical Algorithms in Visual Basic for Scientists and Engineers,”
McGraw-Hill Book Co., New York, 1995.
State of Florida Department of Transportation: “Drainage Handbook – Storm Drains,” Office of
Design, Drainage Section, Tallahassee, Florida, August 2000.
Streeter, Victor L., and Wylie, E. Benjamin: “Fluid Mechanics,” McGraw-Hill Book Co., New York,
1979.

More Related Content

What's hot

Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge...
 Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge... Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge...
Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge...hydrologyproject001
 
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCSCJournals
 
The International Journal of Engineering and Science
The International Journal of Engineering and ScienceThe International Journal of Engineering and Science
The International Journal of Engineering and Sciencetheijes
 
A Wear Map for Recip Compressor Performance
A Wear Map for Recip Compressor PerformanceA Wear Map for Recip Compressor Performance
A Wear Map for Recip Compressor PerformanceLuis Infante
 
Pressure Differential Angle of Attack Measuring System
Pressure Differential Angle of Attack Measuring SystemPressure Differential Angle of Attack Measuring System
Pressure Differential Angle of Attack Measuring SystemNarvik University College
 
Conformal Mapping of Rotating Cylinder into Jowkowski Airfoil
Conformal Mapping of Rotating Cylinder into Jowkowski AirfoilConformal Mapping of Rotating Cylinder into Jowkowski Airfoil
Conformal Mapping of Rotating Cylinder into Jowkowski AirfoilNarvik University College
 
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
 
Lecture 2.-sewer-hydraulics1
Lecture 2.-sewer-hydraulics1Lecture 2.-sewer-hydraulics1
Lecture 2.-sewer-hydraulics1hardikthr
 
Q913 re1 w4 lec 14
Q913 re1 w4 lec 14Q913 re1 w4 lec 14
Q913 re1 w4 lec 14AFATous
 
Uniform flow computations in open channel flow
Uniform flow computations in open channel flowUniform flow computations in open channel flow
Uniform flow computations in open channel flowASHWINIKUMAR359
 
Dymanics of open channel flow
Dymanics of open channel flowDymanics of open channel flow
Dymanics of open channel flowMohsin Siddique
 
Sachpazis: Geomorphological investigation of the drainage networks and calcul...
Sachpazis: Geomorphological investigation of the drainage networks and calcul...Sachpazis: Geomorphological investigation of the drainage networks and calcul...
Sachpazis: Geomorphological investigation of the drainage networks and calcul...Dr.Costas Sachpazis
 

What's hot (20)

B05220920
B05220920B05220920
B05220920
 
Floods
FloodsFloods
Floods
 
Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge...
 Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge... Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge...
Download-manuals-surface water-waterlevel-39howtocorrectandcompletedischarge...
 
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
 
Design-Proposal-Gillespie
Design-Proposal-GillespieDesign-Proposal-Gillespie
Design-Proposal-Gillespie
 
The International Journal of Engineering and Science
The International Journal of Engineering and ScienceThe International Journal of Engineering and Science
The International Journal of Engineering and Science
 
A Wear Map for Recip Compressor Performance
A Wear Map for Recip Compressor PerformanceA Wear Map for Recip Compressor Performance
A Wear Map for Recip Compressor Performance
 
Pressure Differential Angle of Attack Measuring System
Pressure Differential Angle of Attack Measuring SystemPressure Differential Angle of Attack Measuring System
Pressure Differential Angle of Attack Measuring System
 
Power2010_27048_Final
Power2010_27048_FinalPower2010_27048_Final
Power2010_27048_Final
 
Conformal Mapping of Rotating Cylinder into Jowkowski Airfoil
Conformal Mapping of Rotating Cylinder into Jowkowski AirfoilConformal Mapping of Rotating Cylinder into Jowkowski Airfoil
Conformal Mapping of Rotating Cylinder into Jowkowski Airfoil
 
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
 
Flood routing
Flood routingFlood routing
Flood routing
 
Cavity modes by fem
Cavity modes by femCavity modes by fem
Cavity modes by fem
 
Lecture 2.-sewer-hydraulics1
Lecture 2.-sewer-hydraulics1Lecture 2.-sewer-hydraulics1
Lecture 2.-sewer-hydraulics1
 
Q913 re1 w4 lec 14
Q913 re1 w4 lec 14Q913 re1 w4 lec 14
Q913 re1 w4 lec 14
 
Uniform flow computations in open channel flow
Uniform flow computations in open channel flowUniform flow computations in open channel flow
Uniform flow computations in open channel flow
 
Hardycross method
Hardycross methodHardycross method
Hardycross method
 
Presentation aboout flood routing
Presentation aboout flood routingPresentation aboout flood routing
Presentation aboout flood routing
 
Dymanics of open channel flow
Dymanics of open channel flowDymanics of open channel flow
Dymanics of open channel flow
 
Sachpazis: Geomorphological investigation of the drainage networks and calcul...
Sachpazis: Geomorphological investigation of the drainage networks and calcul...Sachpazis: Geomorphological investigation of the drainage networks and calcul...
Sachpazis: Geomorphological investigation of the drainage networks and calcul...
 

Similar to Hydraulic Calculator Manual

Aeraulic toolbox for Xcos
Aeraulic toolbox for XcosAeraulic toolbox for Xcos
Aeraulic toolbox for XcosScilab
 
Numerical analysis for two phase flow distribution headers in heat exchangers
Numerical analysis for two phase flow distribution headers in heat exchangersNumerical analysis for two phase flow distribution headers in heat exchangers
Numerical analysis for two phase flow distribution headers in heat exchangerseSAT Journals
 
IRJET- Experimental Study on Flow through Venturimeter
IRJET- Experimental Study on Flow through VenturimeterIRJET- Experimental Study on Flow through Venturimeter
IRJET- Experimental Study on Flow through VenturimeterIRJET Journal
 
A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...
A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...
A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...IRJET Journal
 
CFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsCFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsIOSR Journals
 
Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...eSAT Journals
 
Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...
Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...
Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...IJMER
 
CFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDER
CFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDERCFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDER
CFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDERAM Publications
 
ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...
ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...
ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...IRJET Journal
 
FLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMP
FLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMPFLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMP
FLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMPijiert bestjournal
 
Optimization Model for Refinery Hydrogen Networks Part I
Optimization Model for Refinery Hydrogen Networks Part IOptimization Model for Refinery Hydrogen Networks Part I
Optimization Model for Refinery Hydrogen Networks Part IIJERA Editor
 
Numerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andNumerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andeSAT Publishing House
 
Comparision of flow analysis through a different geometry of flowmeters using...
Comparision of flow analysis through a different geometry of flowmeters using...Comparision of flow analysis through a different geometry of flowmeters using...
Comparision of flow analysis through a different geometry of flowmeters using...eSAT Publishing House
 
Prediction of flow characteristics through a
Prediction of flow characteristics through aPrediction of flow characteristics through a
Prediction of flow characteristics through aeSAT Publishing House
 
Pump station design manual
Pump station design manualPump station design manual
Pump station design manualFrancis Mitchell
 
How can identify sensitivity of hydraulic characteristics of irrigation systems?
How can identify sensitivity of hydraulic characteristics of irrigation systems?How can identify sensitivity of hydraulic characteristics of irrigation systems?
How can identify sensitivity of hydraulic characteristics of irrigation systems?AI Publications
 
Determination of shock losses and pressure losses in ug mine openings (1)
Determination of shock losses and pressure losses in ug mine openings (1)Determination of shock losses and pressure losses in ug mine openings (1)
Determination of shock losses and pressure losses in ug mine openings (1)Safdar Ali
 
Determination of shock losses and pressure losses in ug mine openings
Determination of shock losses and pressure losses in ug mine openingsDetermination of shock losses and pressure losses in ug mine openings
Determination of shock losses and pressure losses in ug mine openingsSafdar Ali
 

Similar to Hydraulic Calculator Manual (20)

Aeraulic toolbox for Xcos
Aeraulic toolbox for XcosAeraulic toolbox for Xcos
Aeraulic toolbox for Xcos
 
Numerical analysis for two phase flow distribution headers in heat exchangers
Numerical analysis for two phase flow distribution headers in heat exchangersNumerical analysis for two phase flow distribution headers in heat exchangers
Numerical analysis for two phase flow distribution headers in heat exchangers
 
IRJET- Experimental Study on Flow through Venturimeter
IRJET- Experimental Study on Flow through VenturimeterIRJET- Experimental Study on Flow through Venturimeter
IRJET- Experimental Study on Flow through Venturimeter
 
A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...
A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...
A comparatively analysis of plate type H.E. and helical type H.E. using ANOVA...
 
CFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsCFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its Measurements
 
Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...
 
JGrass-NewAge water budget
JGrass-NewAge water budget JGrass-NewAge water budget
JGrass-NewAge water budget
 
Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...
Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...
Impact of the Hydrographic Changing in the Open Drains Cross Sections on the ...
 
CFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDER
CFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDERCFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDER
CFD and EXPERIMENTAL ANALYSIS of VORTEX SHEDDING BEHIND D-SHAPED CYLINDER
 
ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...
ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...
ANALYSIS AND EVALUATION OF COEFFICIENT OF DISCHARGE ON ORIFICE PLATE AND FLOW...
 
100-423-1-PB.pdf
100-423-1-PB.pdf100-423-1-PB.pdf
100-423-1-PB.pdf
 
FLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMP
FLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMPFLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMP
FLOW DISTRIBUTION NETWORK ANALYSIS FOR DISCHARGE SIDE OF CENTRIFUGAL PUMP
 
Optimization Model for Refinery Hydrogen Networks Part I
Optimization Model for Refinery Hydrogen Networks Part IOptimization Model for Refinery Hydrogen Networks Part I
Optimization Model for Refinery Hydrogen Networks Part I
 
Numerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andNumerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit and
 
Comparision of flow analysis through a different geometry of flowmeters using...
Comparision of flow analysis through a different geometry of flowmeters using...Comparision of flow analysis through a different geometry of flowmeters using...
Comparision of flow analysis through a different geometry of flowmeters using...
 
Prediction of flow characteristics through a
Prediction of flow characteristics through aPrediction of flow characteristics through a
Prediction of flow characteristics through a
 
Pump station design manual
Pump station design manualPump station design manual
Pump station design manual
 
How can identify sensitivity of hydraulic characteristics of irrigation systems?
How can identify sensitivity of hydraulic characteristics of irrigation systems?How can identify sensitivity of hydraulic characteristics of irrigation systems?
How can identify sensitivity of hydraulic characteristics of irrigation systems?
 
Determination of shock losses and pressure losses in ug mine openings (1)
Determination of shock losses and pressure losses in ug mine openings (1)Determination of shock losses and pressure losses in ug mine openings (1)
Determination of shock losses and pressure losses in ug mine openings (1)
 
Determination of shock losses and pressure losses in ug mine openings
Determination of shock losses and pressure losses in ug mine openingsDetermination of shock losses and pressure losses in ug mine openings
Determination of shock losses and pressure losses in ug mine openings
 

More from Francis Mitchell

Proyecto Binacional Peligre Dos Bocas .pdf
Proyecto Binacional Peligre Dos Bocas .pdfProyecto Binacional Peligre Dos Bocas .pdf
Proyecto Binacional Peligre Dos Bocas .pdfFrancis Mitchell
 
Peligre Dos Bocas Binational Project.pdf
Peligre Dos Bocas Binational Project.pdfPeligre Dos Bocas Binational Project.pdf
Peligre Dos Bocas Binational Project.pdfFrancis Mitchell
 
Projet Binational Peligre Dos Bocas.pdf
Projet Binational Peligre Dos Bocas.pdfProjet Binational Peligre Dos Bocas.pdf
Projet Binational Peligre Dos Bocas.pdfFrancis Mitchell
 
Haiti hydropower potential-Appendix-E - 3
Haiti hydropower potential-Appendix-E - 3Haiti hydropower potential-Appendix-E - 3
Haiti hydropower potential-Appendix-E - 3Francis Mitchell
 
Haiti GIS-Based Hydropower Potential Mapping Atlas
Haiti GIS-Based Hydropower Potential Mapping AtlasHaiti GIS-Based Hydropower Potential Mapping Atlas
Haiti GIS-Based Hydropower Potential Mapping AtlasFrancis Mitchell
 
Haiti Hydroelectric Potential - Panel 7 of 7
Haiti Hydroelectric Potential - Panel 7 of 7Haiti Hydroelectric Potential - Panel 7 of 7
Haiti Hydroelectric Potential - Panel 7 of 7Francis Mitchell
 
Haiti Hydroelectric Potential - Panel 6 of 7
Haiti Hydroelectric Potential - Panel 6 of 7Haiti Hydroelectric Potential - Panel 6 of 7
Haiti Hydroelectric Potential - Panel 6 of 7Francis Mitchell
 
Haiti Hydroelectric Potential - Panel 5 of 7
Haiti Hydroelectric Potential - Panel 5 of 7Haiti Hydroelectric Potential - Panel 5 of 7
Haiti Hydroelectric Potential - Panel 5 of 7Francis Mitchell
 
Haiti Hydroelectric Potential - Panel 4 of 7
Haiti Hydroelectric Potential - Panel 4 of 7Haiti Hydroelectric Potential - Panel 4 of 7
Haiti Hydroelectric Potential - Panel 4 of 7Francis Mitchell
 
Haiti Hydroelectric Potential - Panel 3 of 7
Haiti Hydroelectric Potential - Panel 3 of 7Haiti Hydroelectric Potential - Panel 3 of 7
Haiti Hydroelectric Potential - Panel 3 of 7Francis Mitchell
 
Haiti Hydroelectric Potential - Panel 2 of 7
Haiti Hydroelectric Potential - Panel 2 of 7Haiti Hydroelectric Potential - Panel 2 of 7
Haiti Hydroelectric Potential - Panel 2 of 7Francis Mitchell
 
Haiti Hydroelectric Potential - Panel 1 of 7
Haiti Hydroelectric Potential - Panel 1 of 7Haiti Hydroelectric Potential - Panel 1 of 7
Haiti Hydroelectric Potential - Panel 1 of 7Francis Mitchell
 
Haiti hydropower potential-Appendix-F
Haiti hydropower potential-Appendix-FHaiti hydropower potential-Appendix-F
Haiti hydropower potential-Appendix-FFrancis Mitchell
 
Haiti hydropower potential-Appendix-E-5
Haiti hydropower potential-Appendix-E-5Haiti hydropower potential-Appendix-E-5
Haiti hydropower potential-Appendix-E-5Francis Mitchell
 
Haiti hydropower potential-Appendix-E-4
Haiti hydropower potential-Appendix-E-4Haiti hydropower potential-Appendix-E-4
Haiti hydropower potential-Appendix-E-4Francis Mitchell
 
Haiti hydropower potential-Appendix-E-2
Haiti hydropower potential-Appendix-E-2Haiti hydropower potential-Appendix-E-2
Haiti hydropower potential-Appendix-E-2Francis Mitchell
 
Haiti hydropower potential-Appendix-E-1
Haiti hydropower potential-Appendix-E-1Haiti hydropower potential-Appendix-E-1
Haiti hydropower potential-Appendix-E-1Francis Mitchell
 
Haiti hydropower potential-Appendix-D
Haiti hydropower potential-Appendix-DHaiti hydropower potential-Appendix-D
Haiti hydropower potential-Appendix-DFrancis Mitchell
 
Haiti hydropower potential-Appendix-C
Haiti hydropower potential-Appendix-CHaiti hydropower potential-Appendix-C
Haiti hydropower potential-Appendix-CFrancis Mitchell
 
Haiti hydropower potential-Appendix-B
Haiti hydropower potential-Appendix-BHaiti hydropower potential-Appendix-B
Haiti hydropower potential-Appendix-BFrancis Mitchell
 

More from Francis Mitchell (20)

Proyecto Binacional Peligre Dos Bocas .pdf
Proyecto Binacional Peligre Dos Bocas .pdfProyecto Binacional Peligre Dos Bocas .pdf
Proyecto Binacional Peligre Dos Bocas .pdf
 
Peligre Dos Bocas Binational Project.pdf
Peligre Dos Bocas Binational Project.pdfPeligre Dos Bocas Binational Project.pdf
Peligre Dos Bocas Binational Project.pdf
 
Projet Binational Peligre Dos Bocas.pdf
Projet Binational Peligre Dos Bocas.pdfProjet Binational Peligre Dos Bocas.pdf
Projet Binational Peligre Dos Bocas.pdf
 
Haiti hydropower potential-Appendix-E - 3
Haiti hydropower potential-Appendix-E - 3Haiti hydropower potential-Appendix-E - 3
Haiti hydropower potential-Appendix-E - 3
 
Haiti GIS-Based Hydropower Potential Mapping Atlas
Haiti GIS-Based Hydropower Potential Mapping AtlasHaiti GIS-Based Hydropower Potential Mapping Atlas
Haiti GIS-Based Hydropower Potential Mapping Atlas
 
Haiti Hydroelectric Potential - Panel 7 of 7
Haiti Hydroelectric Potential - Panel 7 of 7Haiti Hydroelectric Potential - Panel 7 of 7
Haiti Hydroelectric Potential - Panel 7 of 7
 
Haiti Hydroelectric Potential - Panel 6 of 7
Haiti Hydroelectric Potential - Panel 6 of 7Haiti Hydroelectric Potential - Panel 6 of 7
Haiti Hydroelectric Potential - Panel 6 of 7
 
Haiti Hydroelectric Potential - Panel 5 of 7
Haiti Hydroelectric Potential - Panel 5 of 7Haiti Hydroelectric Potential - Panel 5 of 7
Haiti Hydroelectric Potential - Panel 5 of 7
 
Haiti Hydroelectric Potential - Panel 4 of 7
Haiti Hydroelectric Potential - Panel 4 of 7Haiti Hydroelectric Potential - Panel 4 of 7
Haiti Hydroelectric Potential - Panel 4 of 7
 
Haiti Hydroelectric Potential - Panel 3 of 7
Haiti Hydroelectric Potential - Panel 3 of 7Haiti Hydroelectric Potential - Panel 3 of 7
Haiti Hydroelectric Potential - Panel 3 of 7
 
Haiti Hydroelectric Potential - Panel 2 of 7
Haiti Hydroelectric Potential - Panel 2 of 7Haiti Hydroelectric Potential - Panel 2 of 7
Haiti Hydroelectric Potential - Panel 2 of 7
 
Haiti Hydroelectric Potential - Panel 1 of 7
Haiti Hydroelectric Potential - Panel 1 of 7Haiti Hydroelectric Potential - Panel 1 of 7
Haiti Hydroelectric Potential - Panel 1 of 7
 
Haiti hydropower potential-Appendix-F
Haiti hydropower potential-Appendix-FHaiti hydropower potential-Appendix-F
Haiti hydropower potential-Appendix-F
 
Haiti hydropower potential-Appendix-E-5
Haiti hydropower potential-Appendix-E-5Haiti hydropower potential-Appendix-E-5
Haiti hydropower potential-Appendix-E-5
 
Haiti hydropower potential-Appendix-E-4
Haiti hydropower potential-Appendix-E-4Haiti hydropower potential-Appendix-E-4
Haiti hydropower potential-Appendix-E-4
 
Haiti hydropower potential-Appendix-E-2
Haiti hydropower potential-Appendix-E-2Haiti hydropower potential-Appendix-E-2
Haiti hydropower potential-Appendix-E-2
 
Haiti hydropower potential-Appendix-E-1
Haiti hydropower potential-Appendix-E-1Haiti hydropower potential-Appendix-E-1
Haiti hydropower potential-Appendix-E-1
 
Haiti hydropower potential-Appendix-D
Haiti hydropower potential-Appendix-DHaiti hydropower potential-Appendix-D
Haiti hydropower potential-Appendix-D
 
Haiti hydropower potential-Appendix-C
Haiti hydropower potential-Appendix-CHaiti hydropower potential-Appendix-C
Haiti hydropower potential-Appendix-C
 
Haiti hydropower potential-Appendix-B
Haiti hydropower potential-Appendix-BHaiti hydropower potential-Appendix-B
Haiti hydropower potential-Appendix-B
 

Recently uploaded

Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
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
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 

Recently uploaded (20)

Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
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...
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 

Hydraulic Calculator Manual

  • 1. HYDTRENCH • HYDFDR • HYDCALC • HYDPFL Francis Mitchell, M.S., P.E. F-MITCHELL@ATT.NET
  • 2. Francis Mitchell, M.S., P.E. PAGE 1 HYDCALC Abstract: This software analyzes hydraulic conduits and hydraulic channels of various shape for different parameters such as the flow, the slope, or the manning friction coefficient. This software can be used as a tool to quickly design or check the viability of a hydraulic section. This software can be downloaded through the link below, https://www.dropbox.com/sh/jf8vsmhhq013mdd/AACJfnUjpiiCieTCusBS0JxEa?dl=0
  • 3. Francis Mitchell, M.S., P.E. PAGE 2 HYDRAULIC CALCULATOR Table of Contents Page 1.0 DESCRIPTION ....................................................................................................................3 2.0 MAIN MENU .....................................................................................................................7 3.0 DESIGN UNIT.....................................................................................................................9 4.0 PROJECT DATA................................................................................................................10 5.0 CIRCULAR CONDUIT........................................................................................................11 6.0 ELLIPTICAL CONDUIT ......................................................................................................12 7.0 ARCH CONDUIT...............................................................................................................13 8.0 RECTANGULAR CONDUIT ...............................................................................................14 9.0 IRREGULAR CONDUIT .....................................................................................................15 10.0 TRIANGULAR CHANNEL ..................................................................................................16 11.0 RECTANGULAR CHANNEL...............................................................................................17 12.0 TRAPEZOIDAL CHANNEL.................................................................................................18 13.0 IRREGULAR CHANNEL.....................................................................................................19 14.0 CIRCULAR PIPE LIBRARY..................................................................................................20 15.0 ELLIPTICAL PIPE LIBRARY ................................................................................................21 16.0 ARCH PIPE LIBRARY.........................................................................................................22 17.0 RECTANGULAR PIPE LIBRARY .........................................................................................23 18.0 HELP ABOUT ...................................................................................................................24 19.0 TYPICAL PRINTED OUTPUT .............................................................................................25 20.0 REFERENCES....................................................................................................................26
  • 4. Francis Mitchell, M.S., P.E. PAGE 3 HYDRAULIC CALCULATOR 1.0 DESCRIPTION The HYDCALC program was developed as a tool to help engineers quickly solve hydraulic problems of prismatic and non-prismatic geometric shapes based on the Manning formula. SRA n KQ h *** 1 * 3 2  Where: Q is the flow in m3/s (Metric units), or in ft3/s (English units) K is a coefficient expressed as 1.0 (Metric units), or 1.486 (English units) n is the Manning coefficient based on the surface texture A is the sectional area being analyzed in m2 (Metric units), or ft2 (English units) Rh is the hydraulic radius or the ratio of the sectional area over the wet perimeter S is the longitudinal slope in m/m (Metric units), or ft/ft (English units) This program is divided in two parts, the conduit and the channel sections. For the conduit, this program will handle either a circular, elliptical, arch, rectangular, or irregular shape conduits. For the channel, the following shapes are included, triangular, rectangular, trapezoidal, and irregular. The program solves the given section using the Manning formula and presents the results graphically, displayed screen output, or printed format. The program lists the maximum flow, the normal flow, the critical flow, and the minimum flow conditions, for either the conduit or the channel sections. In addition, HYDCALC can handle both the Metric and the English units; and convert the data back and forth. Furthermore, this program allows the user to create his personal pipe library for non- standard sections. Each pipe section has a denomination (given name), similar or different from the actual size. This naming approach simplified the confusion sometimes associated with the Metric and English pipe names.
  • 5. Francis Mitchell, M.S., P.E. PAGE 4 The amount of data (conduit or channel) that could be incorporated into a file is virtually unlimited. The procedure created to analyze the circular, elliptical, or arch conduit is based on the principle that any of these shapes could be divided into four segments, or sectors. The procedure is based on the geometric relation or a circular sector and circular segment that are defined by the following equations. Where: Asec is the circular sector cross sectional area in m2 (Metric units), or ft2 (English units) r is the circular sector radius in m (Metric units), or ft (English units)  is the circular sector central angle in degree and for the circular segment,   sin 2 2  r Aseg Where: Aseg is the circular segment sectional area in m2 (Metric units), or ft2 (English units) r is the circular segment radius in m (Metric units), or ft (English units)  is the circular segment central angle in radian, and degree For the circular conduit, the four segments will have four equal radiuses. For the elliptical conduit the two side segments have similar radius, and the top and bottom segments are the same. For the arch conduit, the top segment is different from the bottom segment. This procedure produces a much faster code, and geometrically correct analysis. For the irregular conduit or channel (non-prismatic section), the method used to find the cross- sectional area “A” is based on the following formula. And for the perimeter “P”   2 sec 360 rA                 1 11 2 i i iiii YYXX A
  • 6. Francis Mitchell, M.S., P.E. PAGE 5 Where: Xi is the abscissa of a point i Yi is the ordinate of a point i Additionally, the approach used to calculate the composite or equivalent roughness coefficient “n”, is the one outlined in the HEC-RAS manual, equation 2-5.            n i ii c P nP n 1 3 2 5.1 Where: Pi is the length of a segment i PT is the section wet perimeter ni is the Manning coefficient of a segment i Aside from solving the Manning equation for different flow, slope, roughness coefficient or geometric section, HYDCALC also calculates the critical flow condition. The results list the critical slope, velocity, or depth of flow. This computation is based on the following relation. Where:  is the velocity distribution coefficient Q is the flow in m3/s (Metric units), or in ft3/s (English units) G is the acceleration due to gravity (9.81 m/s2), (32.2 ft/s2) A is the shape critical sectional area in m2 (Metric units), or ft2 (English units) T is water surface width at critical depth in m (Metric units), or ft (English units) Once the critical parameters have been calculated, the Froude number (Nf) is evaluated to determine if the flow condition is subcritical (Nf<1), critical (Nf=1), or supercritical (Nf>1). The Froude number is calculated by using the following equation.     2 1 1 2 1 2 1    i i iiii YYXXP T A G Q 32  
  • 7. Francis Mitchell, M.S., P.E. PAGE 6 Where: Vc is the critical velocity in m/s (Metric units), or ft/s (English units) G is the acceleration due to gravity (9.81 m/s2), (32.2 ft/s2) Yc is the critical depth in m (Metric units), or ft (English units) In general when performing a set of computations, the user should be aware that of the applicable range of the solution being sought. The developer’s intent was to create a program simple enough to use, but accurate. c c f GY V N 
  • 8. Francis Mitchell, M.S., P.E. PAGE 7 2.0 MAIN MENU A total of 16 icons are included “NEW” This icon will clear a project from memory. “OPEN” This icon will open a project file (filename.hdc). “SAVE” This icon will save a project file (filename.hdc). “UNIT” This icon will open the unit window. “PROJECT” This icon will open the project window. “CIRCULAR CONDUIT” This icon will open the circular conduit window. “ELLIPTICAL CONDUIT” This icon will open the elliptical conduit window. “ARCH CONDUIT” This icon will open the arch conduit window. “RECTANGULAR CONDUIT” This icon will open the rectangular conduit window.
  • 9. Francis Mitchell, M.S., P.E. PAGE 8 “IRREGULAR CONDUIT” This icon will open the irregular conduit window. “TRIANGULAR CHANNEL” This icon will open the triangular channel window. “RECTANGULAR CHANNEL” This icon will open the rectangular channel window. “TRAPEZOIDAL CHANNEL” This icon will open the trapezoidal channel window. “IRREGULAR CHANNEL” This icon will open the irregular channel window. “PIPE LIBRARY” This icon will open the pipe library window. “HELP ABOUT” This icon will open the help about window.
  • 10. Francis Mitchell, M.S., P.E. PAGE 9 3.0 DESIGN UNIT By clicking on either option, the project units will be changed, and all the data transformed accordingly.
  • 11. Francis Mitchell, M.S., P.E. PAGE 10 4.0 PROJECT DATA The information entered here will be displayed on the printout.
  • 12. Francis Mitchell, M.S., P.E. PAGE 11 5.0 CIRCULAR CONDUIT The user chooses a pipe size from the available library, enters the Manning coefficient, the flow, the slope, and the velocity distribution coefficient alpha. A total of eight command buttons are available. (Typical for all subsequent conduit windows) “PREV” Displays the previous data. “NEXT” Displays the next data. “SOLVE” Performs the analysis, draws the sketch, and fills in the output data fields. “ADD” Adds a data to the last record. “INSERT” Inserts a data at the current record position. “DELETE” Deletes the current data. “REPORT” Sends the displayed output values to the printer. “OK” Close the window. There is no limit on the amount of records a data file can have.
  • 13. Francis Mitchell, M.S., P.E. PAGE 12 6.0 ELLIPTICAL CONDUIT This window is similar to the circular conduit window. The elliptical conduit could be either horizontal or vertical.
  • 14. Francis Mitchell, M.S., P.E. PAGE 13 7.0 ARCH CONDUIT This window is similar to the circular conduit window.
  • 15. Francis Mitchell, M.S., P.E. PAGE 14 8.0 RECTANGULAR CONDUIT This window is similar to the circular conduit window.
  • 16. Francis Mitchell, M.S., P.E. PAGE 15 9.0 IRREGULAR CONDUIT This window allows the user to analyze a polygonal conduit. Like the circular conduit window, the flow, the slope and the velocity distribution coefficient are required. The polygon points are entered in term of station, elevation, and Manning coefficient. The polygon points can be manipulated, copied or pasted in other record. A useful option in this window is when the user clicks on a point in the spreadsheet, the point position is highlighted by a black node on the sketch (see point five at the bottom right corner of the drawn section).
  • 17. Francis Mitchell, M.S., P.E. PAGE 16 10.0 TRIANGULAR CHANNEL The user enters the depth, the left and right side slope, the Manning coefficient, the flow, the slope, and the velocity distribution coefficient alpha. A total of eight command buttons are available. (Typical for all subsequent channel windows) “PREV” Displays the previous data. “NEXT” Displays the next data. “SOLVE” Performs the analysis, draws the sketch, and fills in the output data fields. “ADD” Adds a data to the last record. “INSERT” Inserts a data at the current record position. “DELETE” Deletes the current data. “REPORT” Sends the displayed output values to the printer. “OK” Close the window. There is no limit on the amount of record a data file can have.
  • 18. Francis Mitchell, M.S., P.E. PAGE 17 11.0 RECTANGULAR CHANNEL This window is similar to the triangular channel window.
  • 19. Francis Mitchell, M.S., P.E. PAGE 18 12.0 TRAPEZOIDAL CHANNEL This window is similar to the triangular channel window.
  • 20. Francis Mitchell, M.S., P.E. PAGE 19 13.0 IRREGULAR CHANNEL This window allows the user to analyze a polygonal channel. Like the irregular conduit window, the flow, the slope and the velocity distribution coefficient are required. The polygon points are entered in term of station, elevation, and Manning coefficient. The polygon points can be manipulated, copied or pasted in other record. A useful option in this window is when the user clicks on a point in the spreadsheet, the point position is highlighted by a black node on the sketch.
  • 21. Francis Mitchell, M.S., P.E. PAGE 20 14.0 CIRCULAR PIPE LIBRARY Different circular pipe conduit can be created. The data entered are dynamically converted into either the English or the Metric units.
  • 22. Francis Mitchell, M.S., P.E. PAGE 21 15.0 ELLIPTICAL PIPE LIBRARY Different elliptical pipe conduit can be created. The data entered are dynamically converted into either the English or the Metric units. Depending on the corner radius or the top and bottom radius, a vertical or a horizontal ellipse can be created.
  • 23. Francis Mitchell, M.S., P.E. PAGE 22 16.0 ARCH PIPE LIBRARY Different arch pipe conduit can be created. The data entered are dynamically converted into either the English or the Metric units. Because of the four segments procedure, an upside down arch section could be created.
  • 24. Francis Mitchell, M.S., P.E. PAGE 23 17.0 RECTANGULAR PIPE LIBRARY Different rectangular pipe conduit can be created. The data entered are dynamically converted into either the English or the Metric units.
  • 25. Francis Mitchell, M.S., P.E. PAGE 24 18.0 HELP ABOUT This window displays the version, author, and copyright label. This program can be ordered as a package from the following address. Francis Mitchell, M.S., P.E. f-mitchell@att.net Phone: (305) 979-6387 Or by accessing the link below, https://www.dropbox.com/sh/jf8vsmhhq013mdd/AACJfnUjpiiCieTCusBS0JxEa?dl=0
  • 26. Francis Mitchell, M.S., P.E. PAGE 25 19.0 TYPICAL PRINTED OUTPUT
  • 27. Francis Mitchell, M.S., P.E. PAGE 26 20.0 REFERENCES American Iron and Steel Institute: ”Modern Sewer Design,” AISI, 1995. American Society of Civil Engineers: “Gravity Sanitary Sewer Design and Construction, No. 60, No. FD-5,” ASCE, 1982. Cox, R. G.: “Effective Hydraulic Roughness,” Miscellaneous Paper H-73-2, U.S. Army Engineers Waterways Experiment Station, Vicksburg, MS, February 1973. Daugherty, Robert L., and Franzini, Joseph B.: “Fluid Mechanics with Engineering Applications,” McGraw-Hill Book Co., New York, 1985. French, Richard H.: “Open-Channel Hydraulics,” McGraw-Hill Book Co., New York, 1985. Mitchell, Francis, and Chin, David: “A methodology for the Automatic Design of Sanitary Sewer Systems,” Proceedings of the Fourth National Conference on Microcomputers in Civil Engineering, University of Central Florida, Orlando, Florida, 1986. Shammas, Namir C.; “Mathematical Algorithms in Visual Basic for Scientists and Engineers,” McGraw-Hill Book Co., New York, 1995. State of Florida Department of Transportation: “Drainage Handbook – Storm Drains,” Office of Design, Drainage Section, Tallahassee, Florida, August 2000. Streeter, Victor L., and Wylie, E. Benjamin: “Fluid Mechanics,” McGraw-Hill Book Co., New York, 1979.