Excellent work! This is an invaluable resource for information. It's gems like this that make KZbin worthwhile. Heading back for the potential flow video now! Many thanks for your time and selflessness
@JoshTheEngineer5 жыл бұрын
Thanks for the kind words! Comments like yours are part of the motivation that keeps me going.
@vishnu.prasad.official4 жыл бұрын
4 years of Engineering and 1 year of working in the Aerospace Industry and this is the most convincing explanation of the panel method. Good work !
@JoshTheEngineer4 жыл бұрын
Thanks!
@CB47SK4 жыл бұрын
By far the easiest understandable lesson on panel method ever made. Great work!
@JoshTheEngineer4 жыл бұрын
Thanks!
@graaaaaa04 жыл бұрын
I didn't understand your reasoning behind taking clockwise direction, It is at 4:35 in video. If you can explain it. Thanks in advance
@JoshTheEngineer4 жыл бұрын
You can use either direction for your code, but you have to be consistent with it all the way through your derivation, otherwise you'll have weird things happen to the results. I just decided to choose clockwise, but you can choose counter-clockwise if you want; you'll just have to change the appropriate equations if you do.
@TheEngineeringHub Жыл бұрын
Amazing work Josh, perfect combination of theory and code implementation. KZbin is such an underestimated learning resource thanks to people like you (I try to pitch in too). Thank you so much!
@williamsworkshop86244 жыл бұрын
Thanks for going over all this!! Is the source_panel code that you showed at 19:36 available? I didn't see it in the GitHub repo, did I miss it?
@JoshTheEngineer4 жыл бұрын
You're welcome! It's not available yet, but it will be soon. I generally post code when I get to that particular video, so when I post the video that goes over my airfoil source panel method code, I'll post the MATLAB and Python code as well. Should be in the near future.
@jacksledge80453 жыл бұрын
You are literally a hero. This makes so much sense now. *bows* Thanks!!
@JoshTheEngineer3 жыл бұрын
You're welcome!
@blackguardian895 жыл бұрын
Can't wait the next video! Very nice and clear explanation :) Thank you!
@JoshTheEngineer5 жыл бұрын
Thanks Nikolai! I have everything written already, just takes some motivation to film it.
@beachboardfan95445 жыл бұрын
Could this variable defining also apply to parametric equations and integer geometry in python?
@JoshTheEngineer5 жыл бұрын
I can't say I'm familiar with integer geometry, but you'll notice that at line 80 of my code, I'm actually making a parametric definition of a circle. For a lot of CFD codes, when you define the grid cells you'll also need to know their face normals so you can compute fluxes, so this method of computing the panel geometry is relevant beyond just panel methods!
@georgianaichim65204 жыл бұрын
Will you explain implementing the panel method for multi element airfoil?
@JoshTheEngineer4 жыл бұрын
I will! I already have the code ready for it, I just need to finish filming the videos that come before the multi-element airfoil one.
@ruili98305 жыл бұрын
Thanks for your video on panel method geometry! Is the code only defines the x and y coordinate of the circle? How to calculate the coordinates of boundary points when it is airfoil?
@JoshTheEngineer5 жыл бұрын
You're welcome! The code has options for both a circle and an airfoil. You can see me switch from the circle to the airfoil at 18:40. I'm just loading in the airfoil data, using some code from my previous videos in this Panel Methods playlist.
@carlosalbertolopezvillalob50594 жыл бұрын
Thank you for your clear explanation, help me to understand some gaps that I had.
@JoshTheEngineer4 жыл бұрын
No problem, glad to hear it!
@MartinDoherty-h7o Жыл бұрын
Could you explain why angle beta is used when calculating CN and CA in lines 204 & 205 of VP_Airfoil.m?
@luisfelipequinterogomez82673 жыл бұрын
Amazing videos. My proffesor should teach like that
@관찰파리4 жыл бұрын
You are my savior.
@evoluindocomsino4 жыл бұрын
Hello, great video! How can I do the code for an ellipse? can you help me?
@JoshTheEngineer4 жыл бұрын
Thanks! You can find the code for how to define an ellipse in my COMPUTE_CIRCULATION functions (for either MATLAB or Python). Here's the link to my GitHub where you can find those files: github.com/jte0419/Panel_Methods
@mickh79953 жыл бұрын
Excellent material - I'm working through each video as a refresher. I did this at Uni almost 40 years ago. After more than 35 years in industry, you sometimes forget the basics! One minor comment on the code I downloaded from your github. When I run the airfoil for goe623, I don't get exactly the same results as you show in the video. The first panel ends up being the trailing edge thickness surface between upper and lower surfaces rather than the first 2 lower surface panels. Something to do with flipping from ccw to cw or maybe you're not closing the airfoil?
@Slyder28285 жыл бұрын
Love your videos
@JoshTheEngineer5 жыл бұрын
I appreciate it!
@Dani-ox6yw4 жыл бұрын
I couldn't run the code for Airfoil in Matlab, but the circle works only. please guide thanks
@WaqasAhmad-04 жыл бұрын
i am facing the same problem in python code plz respond
@JoshTheEngineer4 жыл бұрын
I responded to your email, but I'll put the same information here if anyone is having trouble. You need to make sure you have the LOAD_AIRFOIL_SELIG.m function in the same directory as the main script. You also need a directory called "Airfoil_DAT_Selig" in that directory, which houses all the necessary airfoil files. If you need any of the code, see my GitHub page (github.com/jte0419/Panel_Methods).
@Dani-ox6yw4 жыл бұрын
@@JoshTheEngineer Thanks, its working now
@redouanehemi96934 жыл бұрын
@@WaqasAhmad-0 same, how you solve it, please help me, i receive this message: could not convert string to float
@bilalyassin49994 жыл бұрын
@@Dani-ox6yw please can you tell us how you fix it or please would you send me the third file on my email:Bilalzyassin@gmail.com
@frieden62987 ай бұрын
Great video, sir! Thank you very much ❤❤
@alejandroarias4735 жыл бұрын
Great video
@JoshTheEngineer5 жыл бұрын
Thanks!
@surajpreetham31074 жыл бұрын
These are Awesome!!! Thanks a lot!!!
@JoshTheEngineer4 жыл бұрын
You're welcome!
@dereksnow9055 жыл бұрын
Dude you are amazing
@JoshTheEngineer5 жыл бұрын
Thanks!
@alirezarahimi79563 жыл бұрын
Thank you 👍❤
@JoshTheEngineer3 жыл бұрын
You're welcome!
@bakrybsata31145 жыл бұрын
Thank you very much :)
@JoshTheEngineer5 жыл бұрын
You're welcome!
@MaderHerms5 жыл бұрын
Good job
@JoshTheEngineer5 жыл бұрын
Thank you!
@lucasgrego1234 жыл бұрын
Thank you very much, very didactic!
@JoshTheEngineer4 жыл бұрын
No problem!
@zqtech.54214 жыл бұрын
Good work. Could you tell me rules to make 3d polygon using panel method. Plz reply
@JoshTheEngineer4 жыл бұрын
Thanks! I'm sorry, I haven't done any 3D panel method work.