REPORT
Amrish Mahadeo- 95606
Justin Young -92913
Kade De Gannes-95371
Introduction
The design problem being solved consists of 2 containers, one cone-shaped and the other is
cylindrical, containing its respective liquid and is being emptied into a cylindrical mixing tank
for mixing. The solution being pursued must result in the liquids in both containers pouring into
the mixing tank at a desirable rate over a certain period to properly produce the desired mixture.
To be more specific, the cone-shaped container must have a determined size and shape. Bernoulli
equations which are a form of the differential equation were used to determine pressure, speed,
and most importantly for this problem height.
Method
Firstly, each tank was taken into account as a separate entity and derived their theoretical
equations through the use of a Bernoulli equation. Once a differential equation was found for the
first 2 tanks through using the ode function and modeled in Mathlab for the plot graphs of height
vs time and observe which tank had a faster drainage time. These models were then tailored to
achieve the specific to deal with the problem. now with those equations obtained they were
verified by using Reynolds number and also plotting it against v to verify the shape of the graph
was correct. Bernoulli equation. Lastly, a third tank was then introduced so that a batch process
can be done so that all the graphs could be plotted into one that way better observation and
comparison could be taken.
Results
Tank 1 plot task 1.3
Tank 2 plot task2.3
Task 2.4 Reynolds number
Task 3.1
Task 3.2
Minimum diameter=305
Discussion
The usual steady-state Bernoulli equation does not correctly describe the effect of the area
ratio a/A (where a is the hole area and A is the tank cross-sectional area) on the effluent
velocity. This is because the Bernoulli equation applies only to steady-state flow, and the
flow in this system is transient. Because the level of fluid is changing, the fluid velocity at
any constant elevation within the tank is varying with time. But the usual Bernoulli equation
does not take this part of the fluid acceleration into account. It includes only the advective
part of the acceleration. As the ratio of the area’s a/A gets higher, the error in the prediction
from the usual Bernoulli equation prediction gets worse. For the case where a/A = 1, the
Bernoulli equation fails to predict the required free fall. To determine the solution to this
problem correctly, a time-dependent modification to the Bernoulli equation must be used,
which properly includes the missing part of the acceleration. A possible limitation with
using this method though is the factor of having to use pressure and velocity which are
constantly changing as some might think but with using the differential equation we take
into account the rate of change.
Recommendations
Possible recommendations can be :
Neglecting the term V21V12 seemed reasonable during the derivation and allowed us to further
simplify Bernoulli’s Equation: V2^2−V1^2=2g(h1−h2) =2ghV22−V12=2g(h1−h2) =2gh.Instead of
neglecting this velocity of the top surface of the water, we could have chosen to relate it to the
other velocity of the water at the drain hole. Recall that our balance equation had led to the
following relationship: −a (velocity out) =Adhdt−a (velocity out) =Adhdt. Which turns out to be
V22−(aAV2)2=2ghV2^2−(aAV2) 2=2gh.In contrast to our previous simplified
result V2=2gh−−−√V2=2gh, we now arrive at V2=2gh1−(aA) that way accounts for all the
possibilities of v, and calculation can be done with simply substitution.
Appendix
Code for 1.3
clear all
[t,h]= ode45('one_tank',[0550],[5]);
plot(t,h);
xlabel('Time(s)');
ylabel('Height(m)');
title('Heightof fluid in Tank 1 vstime')
Code for 2.3
clear all
d2 = 0.028;
l2 = 0.5;
f2 = 0.00775;
g = 9.8;
rho = 1000
mu = 0.001
[t,h] = ode45 ('two_tanks',[0550],[3]);
plot(t,h);
xlabel('Time(s)');
ylabel('Tankheight(m)');
title('Heightof fluid in Tank 2 vstime')
v2 = sqrt((2*g*h)/(1+4*l2*f2/d2));
code for3.1
clear all
clc
H10 = 5;
H20 = 3;
H30 = 0;
[t,h] = ode45 ('batch_processing',[0600],[H10 H20 H30]);
figure(1)
plot(t,h);
xlabel('Time(s)');
ylabel('Tankheight(m)');
title('Heightsof fluid in Tank 1,Tank 2 and Tank 3 vs time');
legend('
code batch processing
functiondhdt = batch_processing(t,h)
d2 = 0.028;
l2 = 0.5;
f2 = 0.00775;
g = 9.8;
D2 = 1;
D3 = 2.5;
a = pi*(d2/2)^2;
A2 = pi*(D2/2)^2;
Cd1=0.9;
g= 9.8;
d1 = 0.09;
beta= 48.054*pi/180;
r = h(1)*tan(beta/2);
a1 = 0.0064;
A1 = pi*r^2;
A3 = pi*(D3/2)^2;
v1 = sqrt(2*g*h(1));
if h(1) < 1e-06 %Zero v1 if heightof fluid is negligible
v1 = 0;
end
v2 = sqrt(g*h(2)*inv(1/2+2*l2*f2/d2));
v3 = sqrt(2*g*h(3));
dhdt= [
-Cd1*a1*v1/A1
-a*v2/A2
(Cd1*a1*v1+a*v2)/A3
];

More Related Content

PDF
Q913 re1 w3 lec 9
PDF
Q921 re1 lec9 v1
PDF
Q913 re1 w3 lec 10
PDF
Q921 re1 lec7 v1
PDF
Flow Inside a Pipe with Fluent Modelling
PDF
Q913 re1 w2 lec 6
PDF
Q921 re1 lec10 v1
PDF
Application-Of-Laplace-Transform-To-Pressure-Transient-Analysis-In-A-Reservoi...
Q913 re1 w3 lec 9
Q921 re1 lec9 v1
Q913 re1 w3 lec 10
Q921 re1 lec7 v1
Flow Inside a Pipe with Fluent Modelling
Q913 re1 w2 lec 6
Q921 re1 lec10 v1
Application-Of-Laplace-Transform-To-Pressure-Transient-Analysis-In-A-Reservoi...

What's hot (20)

PDF
Q913 re1 w2 lec 8
PDF
Q913 re1 w3 lec 11
PDF
Q922+rfp+l08 v1
PDF
Q921 re1 lec5 v1
PDF
Q913 re1 w3 lec 12
PDF
Q922+re2+l08 v1
PPT
DOC
Unit6 energy loss in pipelines
PPTX
S3 Reynolds Number Presentation
DOCX
Cuestionario ven ta chou diraulica de canales
PDF
Q922+rfp+l04 v1
PDF
Q913 re1 w1 lec 4
PDF
Q913 re1 w4 lec 14
PDF
Aerodynamic Analysis of Low Speed Turbulent Flow Over A Delta Wing
PPTX
Friction factor
PPTX
Critical flow through an Open channel
PDF
Flow measurement
PPT
Flow through pipes ppt
PPTX
Hydraulic Exponent for Critical flow computation
PDF
Q921 rfp lec9 v1
Q913 re1 w2 lec 8
Q913 re1 w3 lec 11
Q922+rfp+l08 v1
Q921 re1 lec5 v1
Q913 re1 w3 lec 12
Q922+re2+l08 v1
Unit6 energy loss in pipelines
S3 Reynolds Number Presentation
Cuestionario ven ta chou diraulica de canales
Q922+rfp+l04 v1
Q913 re1 w1 lec 4
Q913 re1 w4 lec 14
Aerodynamic Analysis of Low Speed Turbulent Flow Over A Delta Wing
Friction factor
Critical flow through an Open channel
Flow measurement
Flow through pipes ppt
Hydraulic Exponent for Critical flow computation
Q921 rfp lec9 v1
Ad

Similar to Group 3 workshop 11 (20)

PDF
DOCX
Ch.1 fluid dynamic
PDF
PDEs Coursework
PPT
Applications of Bernoullis eq. (venturi & Nozzle)
PPTX
Fluid Mechanics for industrial (Pump).pptx
PDF
Theory overview of flow measurement using differential pressure device
PPT
A New Free Surface Capturing Finite Elements Methods
PPTX
Presentation 4 ce 801 OCF by Rabindraa ranjan Saha
PPTX
Method of solution of flow problems
PDF
Viscosity & flow
PPTX
Water influx VEH Model.pptx
PPTX
Applications of Bernoullis eq. (venturi & Nozzle) 2
PDF
Volume flow rate_measurement
PDF
Intro to Fluid Mechanics Design Project
PPTX
1.3 velocity
DOC
Unit 5 Fluid Mechanics
PPTX
Fluid Flow.pptx
PDF
Momentum equation.pdf
PDF
PDF
Gas lift cad-model-project report
Ch.1 fluid dynamic
PDEs Coursework
Applications of Bernoullis eq. (venturi & Nozzle)
Fluid Mechanics for industrial (Pump).pptx
Theory overview of flow measurement using differential pressure device
A New Free Surface Capturing Finite Elements Methods
Presentation 4 ce 801 OCF by Rabindraa ranjan Saha
Method of solution of flow problems
Viscosity & flow
Water influx VEH Model.pptx
Applications of Bernoullis eq. (venturi & Nozzle) 2
Volume flow rate_measurement
Intro to Fluid Mechanics Design Project
1.3 velocity
Unit 5 Fluid Mechanics
Fluid Flow.pptx
Momentum equation.pdf
Gas lift cad-model-project report
Ad

Recently uploaded (20)

PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PPTX
Virtual and Augmented Reality in Current Scenario
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
HVAC Specification 2024 according to central public works department
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
TNA_Presentation-1-Final(SAVE)) (1).pptx
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PPTX
History, Philosophy and sociology of education (1).pptx
PPTX
Computer Architecture Input Output Memory.pptx
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
International_Financial_Reporting_Standa.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
Virtual and Augmented Reality in Current Scenario
202450812 BayCHI UCSC-SV 20250812 v17.pptx
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Unit 4 Computer Architecture Multicore Processor.pptx
Cambridge-Practice-Tests-for-IELTS-12.docx
HVAC Specification 2024 according to central public works department
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
FORM 1 BIOLOGY MIND MAPS and their schemes
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
TNA_Presentation-1-Final(SAVE)) (1).pptx
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
History, Philosophy and sociology of education (1).pptx
Computer Architecture Input Output Memory.pptx
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Paper A Mock Exam 9_ Attempt review.pdf.
International_Financial_Reporting_Standa.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf

Group 3 workshop 11

  • 1. REPORT Amrish Mahadeo- 95606 Justin Young -92913 Kade De Gannes-95371 Introduction The design problem being solved consists of 2 containers, one cone-shaped and the other is cylindrical, containing its respective liquid and is being emptied into a cylindrical mixing tank for mixing. The solution being pursued must result in the liquids in both containers pouring into the mixing tank at a desirable rate over a certain period to properly produce the desired mixture. To be more specific, the cone-shaped container must have a determined size and shape. Bernoulli equations which are a form of the differential equation were used to determine pressure, speed, and most importantly for this problem height. Method Firstly, each tank was taken into account as a separate entity and derived their theoretical equations through the use of a Bernoulli equation. Once a differential equation was found for the first 2 tanks through using the ode function and modeled in Mathlab for the plot graphs of height vs time and observe which tank had a faster drainage time. These models were then tailored to achieve the specific to deal with the problem. now with those equations obtained they were verified by using Reynolds number and also plotting it against v to verify the shape of the graph was correct. Bernoulli equation. Lastly, a third tank was then introduced so that a batch process can be done so that all the graphs could be plotted into one that way better observation and comparison could be taken.
  • 3. Tank 2 plot task2.3 Task 2.4 Reynolds number
  • 4. Task 3.1 Task 3.2 Minimum diameter=305 Discussion The usual steady-state Bernoulli equation does not correctly describe the effect of the area ratio a/A (where a is the hole area and A is the tank cross-sectional area) on the effluent velocity. This is because the Bernoulli equation applies only to steady-state flow, and the flow in this system is transient. Because the level of fluid is changing, the fluid velocity at any constant elevation within the tank is varying with time. But the usual Bernoulli equation does not take this part of the fluid acceleration into account. It includes only the advective part of the acceleration. As the ratio of the area’s a/A gets higher, the error in the prediction from the usual Bernoulli equation prediction gets worse. For the case where a/A = 1, the Bernoulli equation fails to predict the required free fall. To determine the solution to this problem correctly, a time-dependent modification to the Bernoulli equation must be used, which properly includes the missing part of the acceleration. A possible limitation with using this method though is the factor of having to use pressure and velocity which are constantly changing as some might think but with using the differential equation we take into account the rate of change.
  • 5. Recommendations Possible recommendations can be : Neglecting the term V21V12 seemed reasonable during the derivation and allowed us to further simplify Bernoulli’s Equation: V2^2−V1^2=2g(h1−h2) =2ghV22−V12=2g(h1−h2) =2gh.Instead of neglecting this velocity of the top surface of the water, we could have chosen to relate it to the other velocity of the water at the drain hole. Recall that our balance equation had led to the following relationship: −a (velocity out) =Adhdt−a (velocity out) =Adhdt. Which turns out to be V22−(aAV2)2=2ghV2^2−(aAV2) 2=2gh.In contrast to our previous simplified result V2=2gh−−−√V2=2gh, we now arrive at V2=2gh1−(aA) that way accounts for all the possibilities of v, and calculation can be done with simply substitution. Appendix Code for 1.3 clear all [t,h]= ode45('one_tank',[0550],[5]); plot(t,h); xlabel('Time(s)'); ylabel('Height(m)'); title('Heightof fluid in Tank 1 vstime')
  • 6. Code for 2.3 clear all d2 = 0.028; l2 = 0.5; f2 = 0.00775; g = 9.8; rho = 1000 mu = 0.001 [t,h] = ode45 ('two_tanks',[0550],[3]); plot(t,h); xlabel('Time(s)'); ylabel('Tankheight(m)'); title('Heightof fluid in Tank 2 vstime') v2 = sqrt((2*g*h)/(1+4*l2*f2/d2)); code for3.1 clear all clc H10 = 5; H20 = 3; H30 = 0; [t,h] = ode45 ('batch_processing',[0600],[H10 H20 H30]); figure(1) plot(t,h); xlabel('Time(s)'); ylabel('Tankheight(m)'); title('Heightsof fluid in Tank 1,Tank 2 and Tank 3 vs time'); legend('
  • 7. code batch processing functiondhdt = batch_processing(t,h) d2 = 0.028; l2 = 0.5; f2 = 0.00775; g = 9.8; D2 = 1; D3 = 2.5; a = pi*(d2/2)^2; A2 = pi*(D2/2)^2; Cd1=0.9; g= 9.8; d1 = 0.09; beta= 48.054*pi/180; r = h(1)*tan(beta/2); a1 = 0.0064; A1 = pi*r^2; A3 = pi*(D3/2)^2; v1 = sqrt(2*g*h(1)); if h(1) < 1e-06 %Zero v1 if heightof fluid is negligible v1 = 0; end v2 = sqrt(g*h(2)*inv(1/2+2*l2*f2/d2)); v3 = sqrt(2*g*h(3)); dhdt= [ -Cd1*a1*v1/A1 -a*v2/A2 (Cd1*a1*v1+a*v2)/A3 ];