Fluid Mechanics: Fluid Kinematics (8 of 34)

  Рет қаралды 131,678

CPPMechEngTutorials

CPPMechEngTutorials

8 жыл бұрын

0:01:07 - Eulerian and Langrangian description of fluid motion
0:07:59 - Streamlines, pathlines, and streaklines
0:13:30 - Example: Streamline equation
0:20:05 - Example: Streaklines, pathlines, and streamlines
0:36:56 - Acceleration and velocity fields
0:41:42 - Example: Acceleration and velocity fields
Want to see more mechanical engineering instructional videos? Visit the Cal Poly Pomona Mechanical Engineering Department's video library, ME Online (www.cpp.edu/meonline).
This lecture series was recorded live at Cal Poly Pomona during Fall 2014. The textbook is Munson et al., "Fundamentals of Fluid Mechanics (7th edition)."

Пікірлер: 55
@kamranshirazi3030
@kamranshirazi3030 9 ай бұрын
I made a Python graph for visualization of this 4.11 example at time 19:43, I hope it helps: It shows the velocity vectors of the streamline with magnitudes and shows the vectors are tangent to the streamline. import numpy as np import matplotlib.pyplot as plt x = np.linspace(-1, 3, 19) y = np.exp(.5 * x**2 - x) - 1 u = x v = x * (x - 1) * (y + 1) plt.plot(x, y) plt.quiver(x, y, u, v) plt.show()
@noahgeorge7305
@noahgeorge7305 4 жыл бұрын
you've got a really good professor. He explains concepts really well :)
@CPPMechEngTutorials
@CPPMechEngTutorials Жыл бұрын
We think so!
@arunnarasimhan434
@arunnarasimhan434 7 ай бұрын
here is a MATLAB code for those interested in the streamline example @ 19:16 x = 0:0.01:2; y = []; for i = 1:length(x) y(i) = exp(0.5*x(i)^2 - x(i)) - 1; end plot(x,y,"LineWidth",2); set(gca,"FontSize",18) box on,grid on; title("Streamline for example 4.11 Munson")
@alperenkurt2892
@alperenkurt2892 Жыл бұрын
thank you for substituing all equations by yourself
@abhijith3627
@abhijith3627 4 жыл бұрын
how do we got stream line
@nebacourage2130
@nebacourage2130 2 жыл бұрын
This video has been of huge help, thanks a lot.
@CPPMechEngTutorials
@CPPMechEngTutorials Жыл бұрын
Hooray!
@RahulKumar-bx7my
@RahulKumar-bx7my Жыл бұрын
what does local and convective acceleration signifies ?
@cakefactoryy
@cakefactoryy 4 ай бұрын
My FAVORITE PROFESSOR!!!👍
@nebacourage2130
@nebacourage2130 2 жыл бұрын
Well done professor 👏.
@SsSs-to4bb
@SsSs-to4bb 5 жыл бұрын
Sir, why do we plucg in 2 in the first velocity equation?
@435iak
@435iak 4 жыл бұрын
We originally calculated the velocity at t=5 but need to include the velocity for when the steam last exits the smokestack where t=3. 5-3=2 so we have to plugin 2.
@forrestercook8177
@forrestercook8177 5 жыл бұрын
this dude is a legend!
@CPPMechEngTutorials
@CPPMechEngTutorials 5 жыл бұрын
Agreed.
@franciscotejada1736
@franciscotejada1736 2 жыл бұрын
why is the local negative
@timotheecapot6308
@timotheecapot6308 3 жыл бұрын
anyone know what textbook he is going off of?
@adityaali176
@adityaali176 2 жыл бұрын
late, but for future references. fundamentals of fluid mechanics by munson et al.
@MuhammadUsman-yv1yh
@MuhammadUsman-yv1yh 5 жыл бұрын
why did we use du/dt for local acceleration instead of dv/dt? i know that in this case it would give the same answer but why have we don like that?
@karenruby6781
@karenruby6781 5 жыл бұрын
Muhammad Usman bc V is in the i direction meaning the x component & if we look at our a eqn, u would be x so dV/dt is specified as the local acc. Right? Well if we’re looking at v in terms of x and we’re using u as x it becomes du/dt
@miguelrosario7314
@miguelrosario7314 5 жыл бұрын
how did he find the local accel.?
@cesar2259
@cesar2259 4 жыл бұрын
partial derivative with respect to t
@anirbanbhattacharjee8620
@anirbanbhattacharjee8620 7 жыл бұрын
where we will get the problem sheets
@CPPMechEngTutorials
@CPPMechEngTutorials 7 жыл бұрын
The problems in the video are from the course textbook. Munson, "Fundamental's of Fluid Mechanics", 7th edition.
@adjourafik2669
@adjourafik2669 5 жыл бұрын
@@CPPMechEngTutorials send me a book please
@syakirazmi5038
@syakirazmi5038 5 жыл бұрын
Excuse me.At 28:11 It says 3 hours but he plotted on the graph as though he *2 the velocity equation. Why is this?
@syakirazmi5038
@syakirazmi5038 5 жыл бұрын
I think it has something to do with the last particle leaving but I cant seem to make sense of it
@syakirazmi5038
@syakirazmi5038 5 жыл бұрын
Oh I see. I just got it if you imagine the streakline moving from the origin to the 5 hr . Probably should have deleted my 1st comment than writing this but maybe someone could use it.
@entropyx9229
@entropyx9229 5 жыл бұрын
I still don’t get it. Can anyone explain?
@tacteaches
@tacteaches 4 жыл бұрын
@@syakirazmi5038 Thanks . Your comment helped me understand this. :D
@rahaswat3775
@rahaswat3775 3 жыл бұрын
@dijoe nice!
@magnusbjrnseth9925
@magnusbjrnseth9925 4 жыл бұрын
What. A man!
@theefficentpiggie8577
@theefficentpiggie8577 10 ай бұрын
44:10 why is the local acceleration negative?
@A.Hisham86
@A.Hisham86 7 ай бұрын
The derivate of 1/x is minus 1/x to the power square.
@Moi_12344
@Moi_12344 5 күн бұрын
thanks
@Campnou80
@Campnou80 5 жыл бұрын
Çaresiz derdimin sebebi belli dermanı yaramda arama doktor.
@yigitcanmujdeci8165
@yigitcanmujdeci8165 3 жыл бұрын
puhahahahaha
@cengizhanermet
@cengizhanermet 2 жыл бұрын
Hahahahahah
@kaanuysal5402
@kaanuysal5402 3 ай бұрын
ASLDKJFHSADJLŞFHAFDLJŞ
@sagarku5533
@sagarku5533 Жыл бұрын
How to join this university
@CPPMechEngTutorials
@CPPMechEngTutorials Жыл бұрын
www.cpp.edu/admissions/index.shtml
@bhradramazani
@bhradramazani 3 жыл бұрын
For streakline at 10 hours, why do we not use 7 hours since at t=10 hours, it has been 7 hours since the last particle left? So if we weren't asked to find the streakline for t=5 hours but only for t=10 hours, then our x and y values would instead be (70,-35). Dr. Biddle's graph for t=10 hours is (75,-25) by accounting the 2 hour difference from t=5 then multiplying 5i by 5. Why isn't the second point accounted for like t=5 hours after the shift?
@aaliyahomar7126
@aaliyahomar7126 2 жыл бұрын
Hi. I think that since the streakline for t=5hrs took the 2hour difference into account all we have to do from t=5 to t=10 is shift it by the velocity v=5i. Since the slope of the line is already taking the 3hour difference of the first and last particle into account. Hope that made sense
@niyomugabofabien6881
@niyomugabofabien6881 5 жыл бұрын
thanks for explication,but we need assignment sheet
@turkergoktas777
@turkergoktas777 5 жыл бұрын
Fundamental's of Fluid Mechanics", 7th edition
@adjourafik2669
@adjourafik2669 5 жыл бұрын
@@turkergoktas777 send me a book please
@turkergoktas777
@turkergoktas777 5 жыл бұрын
@@adjourafik2669 i don't have electronic book sorry
@adjourafik2669
@adjourafik2669 5 жыл бұрын
+türker göktaş thanks man
@dremr2038
@dremr2038 2 жыл бұрын
33:00
@MD-rd8vt
@MD-rd8vt Жыл бұрын
ridiculous audio at the beginning. fix it.
@eliftengilimoglu9418
@eliftengilimoglu9418 3 жыл бұрын
Oh well everyone talked about a nice explanation but wait I dont hear any ? A whole video he barely talks more reads and the quality of sound is really bad. It could be more open
@emrahonen9279
@emrahonen9279 3 жыл бұрын
Eğer güzel bir sayfa bulursan veya bulduysan cevaplar mısın yorumu
@muhammadinamulhaq5786
@muhammadinamulhaq5786 3 жыл бұрын
know anyone who does that?
Fluid Mechanics: Buoyancy & the Bernoulli Equation (5 of 34)
1:02:45
CPPMechEngTutorials
Рет қаралды 153 М.
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 39 МЛН
Understanding Bernoulli's Equation
13:44
The Efficient Engineer
Рет қаралды 3,3 МЛН
Scientific Concepts You're Taught in School Which are Actually Wrong
14:36
I Melted Wood With Friction
8:44
The Action Lab
Рет қаралды 786 М.
Inertial or Non inertial
5:13
H C VERMA
Рет қаралды 473 М.
Lecture 01 : Eulerian and Lagrangian Description of Fluid Motion
31:20
IIT Kharagpur July 2018
Рет қаралды 48 М.
Fluid Mechanics: Bernoulli Equation Examples (6 of 34)
1:07:55
CPPMechEngTutorials
Рет қаралды 125 М.
Fluid Mechanics: Interview with Dr. John Biddle
5:14
CPPMechEngTutorials
Рет қаралды 39 М.
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН