Computer Assignment 1
Numerical analysis of channel flow
Introduction
In this exercise, you will study a fully developed channel flow (flow between two parallel plates) numerically. You will start with a laminar case flow as that problem can be solved analytically and thus it is possible to make a comparison and get a feeling for the accuracy of the numerical method. The numerical part will be done using
Python
.
Computer Assignment Instructions | |
MTF053_CA1.pdf | instructions for computer assignment 1 |
Useful Data Files and Scripts | |
LaminarBL.py | 1D laminar flow solver template |
TurbulentBL.py | 1D turbulent flow solver |
MTF053_CA1_TurbulentBL.txt | measured velocities obtained for a turbulent flow over a flat plate |
Related Documents | |
MTF053_C04.pdf | lecture notes (chapter 4) |
MTF053_C06.pdf | lecture notes (chapter 6) |
MTF053_Equations-for-Boundary-Layer-Flows.pdf | equations for boundary layer flows |
MTF053_Turbulence.pdf | turbulence |
MTF053_Formulas-Tables-and-Graphs.pdf | formulas, tables, and graphs |