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()
@noahgeorge73055 жыл бұрын
you've got a really good professor. He explains concepts really well :)
@CPPMechEngTutorials Жыл бұрын
We think so!
@arunnarasimhan43411 ай бұрын
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")
@cakefactoryy8 ай бұрын
My FAVORITE PROFESSOR!!!👍
@forrestercook81775 жыл бұрын
this dude is a legend!
@CPPMechEngTutorials5 жыл бұрын
Agreed.
@Campnou805 жыл бұрын
Çaresiz derdimin sebebi belli dermanı yaramda arama doktor.
@yigitcanmujdeci81653 жыл бұрын
puhahahahaha
@cengizhanermet2 жыл бұрын
Hahahahahah
@kaanuysal54027 ай бұрын
ASLDKJFHSADJLŞFHAFDLJŞ
@SsSs-to4bb5 жыл бұрын
Sir, why do we plucg in 2 in the first velocity equation?
@435iak4 жыл бұрын
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.
@nebacourage21302 жыл бұрын
Well done professor 👏.
@syakirazmi50385 жыл бұрын
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?
@syakirazmi50385 жыл бұрын
I think it has something to do with the last particle leaving but I cant seem to make sense of it
@syakirazmi50385 жыл бұрын
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.
@entropyx92295 жыл бұрын
I still don’t get it. Can anyone explain?
@tacteaches5 жыл бұрын
@@syakirazmi5038 Thanks . Your comment helped me understand this. :D
@rahaswat37753 жыл бұрын
@dijoe nice!
@Moi_123443 ай бұрын
thanks
@RahulKumar-bx7my Жыл бұрын
what does local and convective acceleration signifies ?
@MuhammadUsman-yv1yh5 жыл бұрын
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?
@karenruby67815 жыл бұрын
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
@miguelrosario73145 жыл бұрын
how did he find the local accel.?
@cesar22594 жыл бұрын
partial derivative with respect to t
@franciscotejada17362 жыл бұрын
why is the local negative
@theefficentpiggie8577 Жыл бұрын
44:10 why is the local acceleration negative?
@A.Hisham8611 ай бұрын
The derivate of 1/x is minus 1/x to the power square.
@anonymoususer4356Ай бұрын
Dang, he's good!
@CPPMechEngTutorialsАй бұрын
We think so too.
@sagarku5533 Жыл бұрын
How to join this university
@CPPMechEngTutorials Жыл бұрын
www.cpp.edu/admissions/index.shtml
@alperenkurt2892 Жыл бұрын
thank you for substituing all equations by yourself
@nebacourage21302 жыл бұрын
This video has been of huge help, thanks a lot.
@CPPMechEngTutorials Жыл бұрын
Hooray!
@bhradramazani3 жыл бұрын
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?
@aaliyahomar71263 жыл бұрын
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
@niyomugabofabien68816 жыл бұрын
thanks for explication,but we need assignment sheet
@turkergoktas7776 жыл бұрын
Fundamental's of Fluid Mechanics", 7th edition
@adjourafik26695 жыл бұрын
@@turkergoktas777 send me a book please
@turkergoktas7775 жыл бұрын
@@adjourafik2669 i don't have electronic book sorry
@adjourafik26695 жыл бұрын
+türker göktaş thanks man
@abjee938 жыл бұрын
where we will get the problem sheets
@CPPMechEngTutorials8 жыл бұрын
The problems in the video are from the course textbook. Munson, "Fundamental's of Fluid Mechanics", 7th edition.
@adjourafik26695 жыл бұрын
@@CPPMechEngTutorials send me a book please
@timotheecapot63083 жыл бұрын
anyone know what textbook he is going off of?
@adityaali1763 жыл бұрын
late, but for future references. fundamentals of fluid mechanics by munson et al.
@magnusbjrnseth99254 жыл бұрын
What. A man!
@dremr20383 жыл бұрын
33:00
@MD-rd8vt Жыл бұрын
ridiculous audio at the beginning. fix it.
@eliftengilimoglu94183 жыл бұрын
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
@emrahonen92793 жыл бұрын
Eğer güzel bir sayfa bulursan veya bulduysan cevaplar mısın yorumu