Uploaded March 2018 | Updated September 2026, 2 weeks ago
Let's install the open-source CFD program SU2 on your computer. In this video, I go through step-by-step how to install the code on Linux. My computer runs Windows, but I have VirtualBox installed and running Ubuntu, which is where I'm downloading and installing SU2 (see links below). If you have problems installing, or if this method doesn't work for you, I'm probably not the person to ask how to fix it. I would recommend Googling your issue, which is what I do when I get stuck. Everything listed in the LINKS section below is free.
===== NOTES =====
► There are multiple ways to do what I do in the video. This video just shows you one of the methods.
► The newest version of SU2 is now at 6.0 (Falcon).
► I use version 4 for the video tutorials I'm making since I ran these simulations before version 5 or 6 were out. If you want to follow along with the exact same configuration files, download version 4. Configuration files might need to be slightly changed if you want to run in 5 or 6, since some options have been added or removed.
► I don't think you actually need to add the "SU2_CFD" line in the .bashrc file, as I do in this video.
► Apparently I like the word "currently".
===== LINKS =====
→ SU2 Main GitHub Site
su2code.github.io
→ SU2 Releases Page
github.com/su2code/SU2/releases
→ Other SU2 Stuff
github.com/su2code
→ VirtualBox
virtualbox.org/wiki/Downloads
→ Paraview
paraview.org/download
→ GMSH
gmsh.info
===== ALIASES =====
► Add the following to your alias file, which is called .bash_aliases in my case
n. = nautilus.
lsl = ls -l
lsla = ls -la
maxwindow = resize -s 1000 1000
===== KEYBOARD SHORTCUTS =====
Alt + Tab → Switch between windows
Win + S → Open workspace view
Arrow + Enter → Switch to other workspace
===== LINUX TERMINAL COMMANDS =====
cd = Change directory
ls = List files
ls -l = List files in an ordered list
ls -a = List files including hidden files
nano = Text editing program without leaving terminal (can also use gedit, nedit, etc.)
Let's install the open-source CFD program SU2 on your computer. In this video, I go through step-by-step how to install the code on Linux. My computer runs Windows, but I have VirtualBox installed and running Ubuntu, which is where I'm downloading and installing SU2 (see links below). If you have problems installing, or if this method doesn't work for you, I'm probably not the person to ask how to fix it. I would recommend Googling your issue, which is what I do when I get stuck. Everything listed in the LINKS section below is free.
===== NOTES =====
► There are multiple ways to do what I do in the video. This video just shows you one of the methods.
► The newest version of SU2 is now at 6.0 (Falcon).
► I use version 4 for the video tutorials I'm making since I ran these simulations before version 5 or 6 were out. If you want to follow along with the exact same configuration files, download version 4. Configuration files might need to be slightly changed if you want to run in 5 or 6, since some options have been added or removed.
► I don't think you actually need to add the "SU2_CFD" line in the .bashrc file, as I do in this video.
► Apparently I like the word "currently".
===== LINKS =====
→ SU2 Main GitHub Site
su2code.github.io
→ SU2 Releases Page
github.com/su2code/SU2/releases
→ Other SU2 Stuff
github.com/su2code
→ VirtualBox
virtualbox.org/wiki/Downloads
→ Paraview
paraview.org/download
→ GMSH
gmsh.info
===== ALIASES =====
► Add the following to your alias file, which is called .bash_aliases in my case
n. = nautilus.
lsl = ls -l
lsla = ls -la
maxwindow = resize -s 1000 1000
===== KEYBOARD SHORTCUTS =====
Alt + Tab → Switch between windows
Win + S → Open workspace view
Arrow + Enter → Switch to other workspace
===== LINUX TERMINAL COMMANDS =====
cd = Change directory
ls = List files
ls -l = List files in an ordered list
ls -a = List files including hidden files
nano = Text editing program without leaving terminal (can also use gedit, nedit, etc.)


![Explained: Aligning Torque Simulation
Where does the plot of aligning torque versus slip angle come from? In this video, Ill describe the steps I took to simulate this curve using a simplified theory of tire forces and moments. Code can be found at the links below.
CODE
https://github.com/jte0419/Tire_Aligning_Torque
NOTES
► Im not including any mechanical trail in this description.
► The tire has no inclination angle/camber.
RELATED VIDEOS
→ Integral: U-Substitution
https://goo.gl/VmUzbA
→ Integral: Trig-Substitution
https://goo.gl/hNVVfz
→ Centroid of a Triangle
https://goo.gl/qqWBvY
→ Centroid of a Circular Segment
https://goo.gl/URd9Pj
→ Explained: Aligning Torque
https://goo.gl/pMfq1s
THUMBNAIL IMAGE
By J.H. Sohn from Melbourne, Australia (2014 Australian F1 Grand Prix) [CC BY 2.0 (http://creativecommons.org/licenses/by/2.0)], via Wikimedia Commons Explained: Aligning Torque Simulation](https://i.ytimg.com/vi/hfMoiC6JWWY/mqdefault.jpg)
![Explained: Menu Items GUI [MATLAB]
Menu items are used in almost every application you use. Some of the more well-known ones are the File and Edit menu items. Menu items can be similarly used in a MATLAB GUI, and this video shows how to program them. Explained: Menu Items GUI [MATLAB]](https://i.ytimg.com/vi/hv1VUeRV7uU/mqdefault.jpg)
![Pitot-Static Error: Compressible vs. Incompressible
How do calculated velocities change from pitot-static measurements when we assume an incompressible versus a compressible flow? In this video, we will look at the differences between the two equations that can be used to calculate velocity from stagnation pressure, static pressure, and density. Then we will go through both a low speed and a high speed case to show how the calculated velocities differ.
NOTES
► This video only shows how velocities differ when making the assumption of incompressible versus compressible flow.
► Im assuming the only thing that changes between the two cases is the measured stagnation pressure (and that the measured static pressure and the density remains the same).
► A full discussion of how pitot-static tubes work is saved for another video.
RELATED VIDEOS
→ Stagnation-to-Static Relations
https://goo.gl/hBY2AV
→ Speed of Sound
https://goo.gl/hbRGfU
→ Sonic State
https://goo.gl/eou3aC
→ Isentropic Relations
https://goo.gl/mkdNHd
THUMBNAIL IMAGE
By User:Kolossos (Own work) [GFDL (http://www.gnu.org/copyleft/fdl.html), CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0/) or CC BY-SA 2.5-2.0-1.0 (https://creativecommons.org/licenses/by-sa/2.5-2.0-1.0)], via Wikimedia Commons Pitot-Static Error: Compressible vs. Incompressible](https://i.ytimg.com/vi/iAJijLXZngw/mqdefault.jpg)

![Explained: Aligning Torque
Why does your steering wheel feel like it wants to straighten out when youre in a turn? In this video, Ill explain what aligning torque is, and where it comes from.
NOTES
► Im not including any mechanical trail in this description.
► The tire has no inclination angle/camber.
RELATED VIDEOS
→ Explained: Aligning Torque Simulation
https://goo.gl/NwVJjb
→ Explained: Tire Axis System
https://goo.gl/Q3w7Br
→ Explained: Tire Slip Angle
https://goo.gl/rjUcYG
THUMBNAIL IMAGE
By J.H. Sohn from Melbourne, Australia (2014 Australian F1 Grand Prix) [CC BY 2.0 (http://creativecommons.org/licenses/by/2.0)], via Wikimedia Commons Explained: Aligning Torque](https://i.ytimg.com/vi/iN9j-ff2-co/mqdefault.jpg)
![Explained: NACA 4-Digit GUI Part 1/10 [MATLAB]
This is the first video in my 10-video series on coding a program in MATLAB to compute, display, and save a NACA 4-digit airfoil. The series starts right from the beginning, and we work our way to the final code. I explain everything I do, so it should be easy to follow.
IN THIS VIDEO:
We start by opening up a new graphical user interface by typing guide in the command window, and lay out our GUI buttons, boxes, etc. After saving the GUI, we format the resulting m-file for ease of coding in the subsequent videos.
If you havent watched my other videos on the NACA 4-digit airfoil series, I would recommend doing that now.
NACA 4-Digit Airfoil Theory
http://goo.gl/IMgb1W
NACA 4-Digit MATLAB Script
http://goo.gl/t0ksgp
IN THIS SERIES:
Part 1/10 : https://goo.gl/9UBgbo
Part 2/10 : https://goo.gl/jRRcYJ
Part 3/10 : https://www.youtube.com/watch?v=SbW1NDuvdJQ
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
For the most up-to-date GUI, download the files from my GitHub account, linked to here:
https://github.com/jte0419/NACA_4_Digit_Airfoil Explained: NACA 4-Digit GUI Part 1/10 [MATLAB]](https://i.ytimg.com/vi/iQ1-C6c3YyA/mqdefault.jpg)

![Explained: Axes GUI [MATLAB]
Axes can be used to display data on a plot, or even to display an image. This video shows how to display a plot with data in a MATLAB GUI. Explained: Axes GUI [MATLAB]](https://i.ytimg.com/vi/imyF5QjJ5c8/mqdefault.jpg)
