Introduction to Computational Fluid Dynamics*
* I used to teach this in Glasgow, but have (some of the) notes here
Course Title: CFD 4
Course code: 1C7X
Lecturer: Karthik Duraisamy
Lectures: Tuesday 12pm-1pm (James Watt J7)
Friday
9am-10am (James Watt J7)
Course
Plan
Note: Handouts are not comprehensive and are given only to supplement the notes that you write down in class.
Handouts :
 
Intro Slides [ppt]
 
Model Equations [pdf]
 
Discretization [pdf]
 
Modified Wave number analysis [pdf]
 
Grids [ppt]
 
DNS/LES/RANS [ppt]
 
Case Studies [ppt]
Homework:
 
Homework 1 [pdf]
  OPTIONAL Exercise for Homework 1: Repeat question 3 for Scheme II. Note: This will invove inverting a matrix.
 
Homework 2 [pdf]
  OPTIONAL Exercise for Homework 2: Try to plot contours of x vs t vs u
 
Homework 3 [pdf]
Project Description:
 
Project [pdf] [Due on 22nd May]
 
Airfoil Coordinates [dat]
 
Measured Pressure Coefficient [dat]
 
Measured Velocity profile [dat]
Sample Matlab code:
 
To compute exact solution of diffusion equation [code]
 
To compute exact solution of convection equation [code]
 
To compute numerical solution of diffusion equation [code]
 
To compute numerical solution of convection equation [code]
 
To compute numerical approximation to first derivative [code]
 
Fourier analysis example [code]