Uploaded July 2013 | Updated September 2026, 2 weeks ago
It's extremely important to understand the assumptions used to derive an equation. This video goes over the assumptions we will be using for the Taylor-Maccoll conical flow problem, and the impact each assumption will have later on in the derivation.
It's extremely important to understand the assumptions used to derive an equation. This video goes over the assumptions we will be using for the Taylor-Maccoll conical flow problem, and the impact each assumption will have later on in the derivation.

![Explained: Supercritical Airfoil [Airplanes]
At transonic speeds, shocks waves form on the wings of an aircraft. Wave drag due to the presence of shocks can become a large portion of the overall drag on the aircraft. A supercritical airfoil can be used to delay the onset of shocks, and thus enable faster cruising speeds.
If you would like some more background on the subject, feel free to watch the following videos.
http://goo.gl/hCKHgf
http://goo.gl/iFxmXs
There are a couple things I want to mention briefly regarding drag. I mentioned the critical Mach number in the video, but neglected to include the drag divergence Mach number. Nothing particularly special happens at the critical Mach number. The shock wave or pressure wave that is formed is actually fairly weak because the flow doesn’t need to slow down too much through the shock wave. There is, however, a freestream Mach number at which the drag starts to suddenly increase quite a bit. This Mach number is the drag divergence Mach number, and is actually more important than the critical Mach number when designing planes. Wave drag occurs due to the presence of shock waves, and as the Mach number increases, wave drag also increases. If you’d like to read some more about the drag divergence Mach number, here are some references to get you started.
Modern Compressible Flow, John D. Anderson, pg. 345
http://en.wikipedia.org/wiki/Drag_divergence_Mach_number
http://www.adl.gatech.edu/research/extrovert/classes/hispd/hispd_notes06.pdf
http://adg.stanford.edu/aa241/drag/cdcintro.html
http://naca.central.cranfield.ac.uk/reports/1947/naca-tn-1396.pdf (pg. 6 under Drag Characteristics) Explained: Supercritical Airfoil [Airplanes]](https://i.ytimg.com/vi/HfW5YTjnp8k/mqdefault.jpg)
![Explained: ASCII Art Creator [MATLAB]
This video details the steps in writing a code that creates an ASCII image from a picture of your choosing. The code is written in MATLAB. The pixel values (0-255) are used to determine the ASCII character to substitute in the picture. The image can be resized in the code for easier viewing.
I use the text editor Notepad++ because it allows me to zoom on the picture. The code also contains a line that resizes the image to make it more manageable.
Here are some things to keep in mind.
1. More ASCII characters can be added to the code, but the intensity variable must also be changed.
2. The characters in the symbols variable are in order of decreasing darkness. That is, the first symbol in the array is the one that appears darkest in the final image, and the last symbol is the one that appears lightest.
3. I chose the resizing values (60 by 200) based on how the final text file fit in Notepad++ when I scrolled to the extent of the window. These values can be played around with and may be different on your computer. Another way to resize the image is to replace the [x,y] part of the imresize function inputs by a single number, for example 0.5. This will scale the picture to 50% of its original size. Explained: ASCII Art Creator [MATLAB]](https://i.ytimg.com/vi/Hvz-M73xFt4/mqdefault.jpg)
![Rocketdyne F-1 Mass Flow Rate Calculation
Lets calculate the mass flow rate through the Rocketdyne F-1 engine used to power the Saturn V! We will use the equation for the mass flow rate that I derived in a previous video (see below). At the end, we can compare the value we calculated to the actual value given in the engine specs.
NOTES
► There are different values of the variables that I am using in this problem, which will change the mass flow rate slightly. The key is that these values give a pretty good approximation of the mass flow rate.
RELEVANT LINKS
→ CEA Online
https://cearun.grc.nasa.gov/
→ F-1 Engine Specs
https://en.wikipedia.org/wiki/Rocketdyne_F-1
RELEVANT VIDEOS
→ Nozzle Mass Flow Rate
https://goo.gl/d6AoFX
→ Converging-Diverging Nozzle
https://goo.gl/jrsyoJ
→ Sonic State (Critical, Star)
https://goo.gl/vhjESy
→ Area-Mach Number Relation [CPG]
https://goo.gl/j4FwQX
THUMBNAIL IMAGE
By NASA Marshall Space Flight Center (http://nix.nasa.gov/info?id=MSFC-6862846) [Public domain], via Wikimedia Commons Rocketdyne F-1 Mass Flow Rate Calculation](https://i.ytimg.com/vi/I4Xz3HgsZhQ/mqdefault.jpg)

![Explained: Waitbar Color Change [MATLAB]
This video shows how you can change the color of your waitbar (progress bar) in your MATLAB code.
Basic waitbar video: http://www.youtube.com/watch?v=k2wKPxRUPiE Explained: Waitbar Color Change [MATLAB]](https://i.ytimg.com/vi/IjkajdAE8vA/mqdefault.jpg)
![Vortex Panel Method: Tangential Velocity Geometric Integral [L(ij)]
We just finished the video for the source panel method (SPM), and saw its inherent limitations as we looked at some results for an airfoil. Now, to be able to code up the vortex panel method (VPM), we need to compute geometric integrals similar to those for the SPM. These geometric integrals come from the expressions for the normal and tangential velocity.
In this video, we derive the geometric integral from the tangential velocity expression (Lij). In the next video, we will derive the X and Y velocity expression geometric integrals needed for the streamline calculations, after which we can construct a system of equations to solve for the vortex panel strengths.
RELEVANT VIDEOS
► Panel Methods Playlist
https://www.youtube.com/watch?v=bWjo3N9COz4&list=PLxT-itJ3HGuUDVMuWKBxyoY8Dm9O9qstP
NOTES
- Ill add notes here if I need to.
ERRORS
- If you see an error in the video, please let me know and I will include it here.
REFERENCES
Note: the links are Amazon affiliate links. If you do happen to want to buy the book and use the link below, it helps me out a little.
► Fundamentals of Aerodynamics, Anderson
https://amzn.to/3emVuXU
► Foundations of Aerodynamics, Kuethe and Chow
https://amzn.to/2yMg1Vi
► Theory of Wing Sections, Abbott and Doenhoff
https://amzn.to/2wvZyUt Vortex Panel Method: Tangential Velocity Geometric Integral [L(ij)]](https://i.ytimg.com/vi/IxWJzwIG_gY/mqdefault.jpg)
![Explained: NACA 4-Digit GUI Part 5/10 [MATLAB]
This is the fifth video in my 10-video series on coding a program in MATLAB to compute, display, and save a NACA 4-digit airfoil.
IN THIS VIDEO:
We code the input for the angle of attack and save file name edit text boxes. The angle of attack text box needs to be converted to a number, while the file name text box can remain a string.
IN THIS SERIES:
Part 1/10 : https://goo.gl/9UBgbo
Part 2/10 : https://goo.gl/jRRcYJ
Part 3/10 : https://goo.gl/rSVLHo
Part 4/10 : https://goo.gl/HwHB39
Part 5/10 : https://goo.gl/AlDne8
Part 6/10 : https://goo.gl/7n1QP7
Part 7/10 : https://goo.gl/nTGleR
Part 8/10 : https://goo.gl/ez247P
Part 9/10 : https://goo.gl/8mXYcc
Part 10/10: https://goo.gl/ovBlbW Explained: NACA 4-Digit GUI Part 5/10 [MATLAB]](https://i.ytimg.com/vi/J0L7N7cvk80/mqdefault.jpg)
![Explained: Oblique Shock Relations Derivation
In this video, we will derive the oblique shock (OS) relations. We will start from integral conservation equations, and derive expressions for the downstream Mach number, density ratio, velocity ratio, pressure ratio, and temperature ratio.
RELEVANT VIDEOS
→ Oblique Shock Example
https://goo.gl/77hjcb
→ Normal Shock Relations Derivation
https://goo.gl/Unvjey
→ Normal Shock Example
https://goo.gl/RBJtgV
RELEVANT LINKS
► Surface (Double) Integrals Explanation
http://www.joshtheengineer.com/2017/01/02/surface-double-integrals/
► VT Calculator
http://www.dept.aoe.vt.edu/~devenpor/aoe3114/calc.html
► MATLAB Functions
https://github.com/jte0419/Compressible_Flow_Relations
THUMBNAIL CREDIT
By Settles1 (Own work) [CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0)], via Wikimedia Commons Explained: Oblique Shock Relations Derivation](https://i.ytimg.com/vi/JBZtFhXRkVM/mqdefault.jpg)

![Vortex Panel Method: Airfoil
The vortex panel method code in this video is an adaptation of the source panel method code from a few videos ago. The only change weve made between the codes is the formulation of the matrix system of equations (including the addition of the Kutta condition equation).
Well look at a few examples of the code working like you would expect, and compare resulting lift and moment coefficients to the XFOIL results. Then well look at a few cases where the code seems to fall apart, which is the motivation for my next two videos, the combined source/vortex panel method.
WHERE ARE WE GOING?
→ The limitations in this video motivate the need for a more robust implementation of the VPM.
→ I will derive the combined SPM/VPM formulation and code it to show how good we can get the results for a pretty simple implementation.
→ We can finally extend the SPM/VPM formulation to multiple separate airfoil elements. This will be the last video in the series.
CODE
► My website
http://www.joshtheengineer.com/2020/06/21/vortex-panel-method-airfoil/
► GitHub
https://github.com/jte0419/Panel_Methods
RELEVANT VIDEOS
► Panel Methods Playlist
https://www.youtube.com/watch?v=bWjo3N9COz4&list=PLxT-itJ3HGuUDVMuWKBxyoY8Dm9O9qstP
► Panel Method Geometry
https://www.youtube.com/watch?v=kIqxbd937PI
► Building More Complex Flows
https://www.youtube.com/watch?v=EKzbwJvKcmw
► Flow Around an Airfoil
https://www.youtube.com/watch?v=cLdv1UfX1g8
► Normal Velocity Geometric Integral [K(ij)]
https://www.youtube.com/watch?v=5lmIv2CUpoc
► Tangential Velocity Geometric Integral [L(ij)]
https://www.youtube.com/watch?v=IxWJzwIG_gY
► Streamline Geometric Integral VPM [Nx(ij) and Ny(ij)]
https://www.youtube.com/watch?v=TBwBnW87hso
► Solving the System of Equations: VPM
https://www.youtube.com/watch?v=j3ETHFBiYOg
► Source Panel Method: Airfoil
https://www.youtube.com/watch?v=fdNOYdwY9Bw
NOTES
→ Ill add notes here if I need to.
ERRORS
→ If you see an error in the video, please let me know and I will include it here.
REFERENCES
Note: the links are Amazon affiliate links. If you do happen to want to buy the book and use the link below, it helps me out a little.
► Fundamentals of Aerodynamics, Anderson
https://amzn.to/3emVuXU
► Foundations of Aerodynamics, Kuethe and Chow
https://amzn.to/2yMg1Vi
► Theory of Wing Sections, Abbott and Doenhoff
https://amzn.to/2wvZyUt Vortex Panel Method: Airfoil](https://i.ytimg.com/vi/JL2fz-xTTT0/mqdefault.jpg)