SlideShare a Scribd company logo
Uniform open channel flows
Prof. Dr. Andreas Malcherek
The fundamental problem of open channel flows
Euroluftbild.de, Grahn
For a given discharge Q the water level h needs to be determined!
Hydraulic diameter of open channels
Example: Rectangular cross section
Rivers are wide open channels
Wide rectangular cross section
The momentum balance for a pipe
Momentum balance for an uniform open channel
Same water depth everywhere
Stationary conditions
MATLAB Program
• function riverflow
• rho=1000;
• h=1.5; %Water depth within the river
• B=50; % Width of the river
• A=B*h;
• U= B+2*h;
• dhyd=4*A/U;
• z1=20; % Upper height of the river
• z2=0; % Loweder height of the river
• L=10000; % Length of the river
• J=(z1-z2)/L; % Slope
• Ks=0.03; %Roughness of the river bed
•
• [T v]=ode45(@RHS,[0 1000],0);
• plot(T,v*A,'Color',[0 0 0],'LineWidth',2)
• xlabel('Time[s]','FontWeight','bold')
• ylabel('Discharge[m^3/s]','FontWeight','bold')
• grid on
•
• function dvdt=RHS(t,v)
• Re=v*dhyd/nu;
• lambda=colebrook_white(Re,Ks/dhyd);
• dvdt=(p1-p2)/(rho*L)+g*(z1-z2)/L-lambda/8*U/A*v*abs(v);
• end
• end
7
Open channel and river slopes
Example: Weser river in
Germany: At the source
z1=123m, at the mouth z0=0
m, lenght 300km
Balance between driving force and friction
Discharge
The friction coefficient for open channel flows
Roughness of open channel beds
d
l
d
D
Grain Roughness
Ripple and dune roughness







 D
D

r
r
r
r
r
s
k
l

20  
d
d
e
k d
d
d
s
l
 /
25
1
77
.
0 D


D

d
l
d
D
Rectangular channel
Bh
A 
Given: Q, ks, J B, l
B
2h
4Bh
dhyd


Rectangular channel
4gJB3h3 - ʎQ2h-
ʎ
2
Q2B = 0
Solving roots of polynomials in MATLAB
g=9.81;
B=10;
Q=8;
J=0.001;
lambda=0.03;
poly=[4*g*B^3 0 -lambda –Q^2];
h=max(real(roots(poly)));
4gJB3h3 - ʎQ2h-
ʎ
2
Q2B = 0
Polynomials in MATLAB
Discharge characteristics of the river
Manning formula
Mannings coefficient
Calculation with Manning formula
Trapezoida channels
2
mh
Bh
A 

 
B
m
1
2h
mh
Bh
4
d
2
2
hyd




Rectangular
profile for m=0
Trapezkanäle
2g
Q
I
1
λ
)
)A(h
(h
d
2
So
2
N
N
hyd 
    2g
Q
I
1
λ
mh
Bh
B
m
1
2h
mh
Bh
4 2
So
2
2
N
N
2
N
2
N
N





   
B
m
1
2h
2g
Q
I
1
λ
mh
Bh
4 2
N
2
So
3
2
N
N 



Normal water depth in trapezoidal channel
 
B
2h
2g
Q
I
1
λ
h
4B N
2
So
3
N
3


B=100m
Iso=1:10000
Ks=6mm

More Related Content

Similar to fluidmechanics_Mercredi.pptx

6. Flow Through uc Channels (CE).pdf
6. Flow Through uc Channels (CE).pdf6. Flow Through uc Channels (CE).pdf
6. Flow Through uc Channels (CE).pdf
RakeshKumar660472
 
Non equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flowNon equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flow
Abhishek Gupta
 
UNIFORM FLOW OCF.pptx
UNIFORM FLOW OCF.pptxUNIFORM FLOW OCF.pptx
UNIFORM FLOW OCF.pptx
reenarana28
 
Chapter 4 Fetter Principles of groundwater flow
Chapter 4 Fetter Principles of groundwater flowChapter 4 Fetter Principles of groundwater flow
Chapter 4 Fetter Principles of groundwater flow
Bakr Younis /Al-Azhar University – Gaza
 
economic channel section
economic channel sectioneconomic channel section
economic channel section
Vaibhav Pathak
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
Robert Zedd
 
Hydrology.pdf
Hydrology.pdfHydrology.pdf
Modeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditionsModeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditions
Amro Elfeki
 
UNIT 1 UNIFORM FLOW.pptx
UNIT 1 UNIFORM FLOW.pptxUNIT 1 UNIFORM FLOW.pptx
UNIT 1 UNIFORM FLOW.pptx
reenarana28
 
Flow of incompressible fluids through pipes
Flow of incompressible fluids through pipes Flow of incompressible fluids through pipes
Flow of incompressible fluids through pipes
MAULIKM1
 
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
Dawit Girma
 
Ce 3205-lecture-08-spillways
Ce 3205-lecture-08-spillwaysCe 3205-lecture-08-spillways
Ce 3205-lecture-08-spillways
saibabu48
 
CHAPTER NO 2
CHAPTER NO 2 CHAPTER NO 2
CHAPTER NO 2
Hadiqa Qadir
 
3.uniform flow.pptx
3.uniform flow.pptx3.uniform flow.pptx
3.uniform flow.pptx
gemadogelgalu
 
Unit 5 Open Channel flow.pdf Unit 5 Open Channel flow
Unit 5 Open Channel  flow.pdf Unit 5 Open Channel  flowUnit 5 Open Channel  flow.pdf Unit 5 Open Channel  flow
Unit 5 Open Channel flow.pdf Unit 5 Open Channel flow
MuhammadSaleem68138
 
C2VSim Workshop 5 - C2VSim Surface Water Representation
C2VSim Workshop 5 - C2VSim Surface Water RepresentationC2VSim Workshop 5 - C2VSim Surface Water Representation
C2VSim Workshop 5 - C2VSim Surface Water Representation
Charlie Brush
 
Unit i basic concept of isentropic flow
Unit   i basic concept of isentropic flowUnit   i basic concept of isentropic flow
Unit i basic concept of isentropic flow
sureshkcet
 
DSD-INT 2018 Floodplain Circulation Dynamics - van der Steeg
DSD-INT 2018 Floodplain Circulation Dynamics - van der SteegDSD-INT 2018 Floodplain Circulation Dynamics - van der Steeg
DSD-INT 2018 Floodplain Circulation Dynamics - van der Steeg
Deltares
 
Groundwater hydrology
Groundwater hydrologyGroundwater hydrology
Groundwater hydrology
Anoop Shrestha
 
Fluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).ppt
Fluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).pptFluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).ppt
Fluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).ppt
na9er98dallah3
 

Similar to fluidmechanics_Mercredi.pptx (20)

6. Flow Through uc Channels (CE).pdf
6. Flow Through uc Channels (CE).pdf6. Flow Through uc Channels (CE).pdf
6. Flow Through uc Channels (CE).pdf
 
Non equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flowNon equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flow
 
UNIFORM FLOW OCF.pptx
UNIFORM FLOW OCF.pptxUNIFORM FLOW OCF.pptx
UNIFORM FLOW OCF.pptx
 
Chapter 4 Fetter Principles of groundwater flow
Chapter 4 Fetter Principles of groundwater flowChapter 4 Fetter Principles of groundwater flow
Chapter 4 Fetter Principles of groundwater flow
 
economic channel section
economic channel sectioneconomic channel section
economic channel section
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
Hydrology.pdf
Hydrology.pdfHydrology.pdf
Hydrology.pdf
 
Modeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditionsModeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditions
 
UNIT 1 UNIFORM FLOW.pptx
UNIT 1 UNIFORM FLOW.pptxUNIT 1 UNIFORM FLOW.pptx
UNIT 1 UNIFORM FLOW.pptx
 
Flow of incompressible fluids through pipes
Flow of incompressible fluids through pipes Flow of incompressible fluids through pipes
Flow of incompressible fluids through pipes
 
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
 
Ce 3205-lecture-08-spillways
Ce 3205-lecture-08-spillwaysCe 3205-lecture-08-spillways
Ce 3205-lecture-08-spillways
 
CHAPTER NO 2
CHAPTER NO 2 CHAPTER NO 2
CHAPTER NO 2
 
3.uniform flow.pptx
3.uniform flow.pptx3.uniform flow.pptx
3.uniform flow.pptx
 
Unit 5 Open Channel flow.pdf Unit 5 Open Channel flow
Unit 5 Open Channel  flow.pdf Unit 5 Open Channel  flowUnit 5 Open Channel  flow.pdf Unit 5 Open Channel  flow
Unit 5 Open Channel flow.pdf Unit 5 Open Channel flow
 
C2VSim Workshop 5 - C2VSim Surface Water Representation
C2VSim Workshop 5 - C2VSim Surface Water RepresentationC2VSim Workshop 5 - C2VSim Surface Water Representation
C2VSim Workshop 5 - C2VSim Surface Water Representation
 
Unit i basic concept of isentropic flow
Unit   i basic concept of isentropic flowUnit   i basic concept of isentropic flow
Unit i basic concept of isentropic flow
 
DSD-INT 2018 Floodplain Circulation Dynamics - van der Steeg
DSD-INT 2018 Floodplain Circulation Dynamics - van der SteegDSD-INT 2018 Floodplain Circulation Dynamics - van der Steeg
DSD-INT 2018 Floodplain Circulation Dynamics - van der Steeg
 
Groundwater hydrology
Groundwater hydrologyGroundwater hydrology
Groundwater hydrology
 
Fluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).ppt
Fluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).pptFluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).ppt
Fluidmnhggffhyrfytftydtdtdtre65Mech_2014_5 (2).ppt
 

Recently uploaded

IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
People as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimalaPeople as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimala
riddhimaagrawal986
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 

Recently uploaded (20)

IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
People as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimalaPeople as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimala
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 

fluidmechanics_Mercredi.pptx