Just wanted to say that these videos are extremely helpfull and well made. Thank you for helping out engineering students all over the world. Greetings from Germany!
@geckomaniac38014 жыл бұрын
I'm starting my Bachelor's Thesis on coupling the boundary layer equations with the airfoil panel method and your videos are a fantastic introduction to the latter. Thank you so much for putting out this content you are a phenomenal teacher. I'm excitedly waiting for future videos. You got a new sub. :)
@JoshTheEngineer4 жыл бұрын
Thanks! Good luck with your thesis!
@acruzp4 жыл бұрын
Has that been done before? It seems like a natural thing to do doesn't it?
@williamsworkshop86244 жыл бұрын
14:35 Don't tease me! These videos have been invaluable for the project I'm working on! Have you thought about exploring 3D panel methods at all?
@JoshTheEngineer4 жыл бұрын
Hah, they're coming soon! I have so many other video topics I'd like to get to that I don't think I'm going to be doing any 3D panel methods any time soon. Maybe in the future though! Hopefully these videos provide a stepping stone for those methods though.
@ktprajwalprathiksh61802 жыл бұрын
@Josh - At 7:19, when you're calculating the Lift Coefficient using the Kutta-Joukowski theorem, shouldn't there be a negative sign? Or am I missing something?
@thierrydaoud34583 жыл бұрын
Hello Josh! I wanna thank you for these videos they're extremely helpful! I just wanna ask you how can I obtain the plots of the streamlines over the airfoil using the Vortex Panel Method just like you did at 13:40? I ran the code and didn't obtain them.
@rezamoradian83544 жыл бұрын
Thank you Josh.
@JoshTheEngineer4 жыл бұрын
You're welcome!
@mickh79953 жыл бұрын
Just finished watching all the videos in this series - great! I'm almost inspired to try to make a 3D version. Thanks for doing such a detailed explanation and including all the code. I have a couple of comments. 1. You say a couple of times that you can't get drag from this method. I think it might be worth clarifying a bit as you compute CN and CA and so by definition you have CL and CD. If CD is not accurate then either CN or CA or both must also be inaccurate. 2. You mostly use xfoil results as a measure of the success of your code. I think it would be very interesting to do some comparisons with experimental data. This would give an indication of how good these methods really are (including xfoil) and give a way to make your point about accepting the lift result but not the drag one. There is plenty of good data in Appendix IV of Abbott and Von Doenhoff. Perhaps there's a video number 28 in this series? Thanks again for the excellent videos.
@blackguardian894 жыл бұрын
Another invaluable tutorial :) Thanks again, Josh! I'm just curious could you recommend some useful and practical sources (books, articles, lectures, videos, etc.) about the 3D panel method or the VLM?
@JoshTheEngineer4 жыл бұрын
You're welcome! I haven't really delved into the 3D panel methods/VLM that deeply, so the best I can say is that most books with the 2D panel methods will also have sections for the VLM. For example, Anderson's book talks about those topics. I'm sure there are tutorials on here on KZbin from universities that will go into more detail, so maybe start there. Another thing you can do is Google it, and type in the search term "filetype:pdf", which generally gives some good documents. Good luck!
@2MilMil4 жыл бұрын
Hello Josh! I've been following your panel method video series all along and they are very helpful! Thank you! Could you please elaborate on how to obtain Cl from Cp? By running the code at various AoA, I can see that CL from your VPM matches very well with CL given by xfoil until the AoA reaches > 25 degrees. Looking back at the code, CL is indeed described by a sinusoidal function. Shouldn't we expect CL be linear if flow is inviscous?
@JoshTheEngineer4 жыл бұрын
Hey William, sorry for taking so long to reply. If we were analyzing airfoils using thin airfoil theory, then you would expect the lift curve slope to be constant, and it would equal 2*pi. When we add thickness and camber (using the panel method), then this can change. There are two ways that I compute the lift coefficient. The first way is using the pressure coefficient, which is the way that you have noted in your comment. This is one of the ways you compute the lift coefficient for an airfoil in a wind tunnel for example (the other being force balances). You would have pressure taps around the airfoil, which would give you pressure coefficient distribution at discrete points. Then you would decompose those pressures into normal and axial forces, and then based on the angle of attack, you can decompose those into lift and drag. That's where the sine and cosine come from in my code. It's just the components of the normal and axial force coefficients. The other way I compute lift coefficient is using the Kutta-Joukowski (K-J) lift equation, where I only use the vortex panel strengths (or circulation). This means I don't need to do any decomposing of the pressure coefficient. I tend to like the K-J method better, and you can see that I primarily use that in my SPVP code. My inviscid calculations won't predict separation or stall, so the lift coefficient will presumably keep increasing. It should really only be used for low or moderate angles of attack, so anything above, say, 8 degrees is probably pushing it.
@Bluenosecat4 жыл бұрын
Thank you Josh,I'm getting very a lot of helps from your videos. I have a question though, How could I apply this method if their are two wings like tandem or biplane?
@JoshTheEngineer4 жыл бұрын
You're welcome! I just uploaded a multi-element panel method video, where you can have more than one airfoil, like a biplane wing for example.
@elpaso47656 ай бұрын
one of the most harsh topic i have ever seen in engineering.
@debbyduke99324 жыл бұрын
hey Josh, i sent you an email recently. could you please read it and get back to me