ÃÛÌÒ´«Ã½

Skip to Content
Skip to main content
e

Dr Edward Smith
Senior Lecturer in Fluid Dynamics

Howell Building 105

  • Mechanical and Aerospace Engineering

Teaching

A developing idea: a complete 1D Navier-Stokes Solver on one page. Using to explain the complete discretisation of the Navier Stokes equations in 1D, explaining the simplest possible case (1D) how we can discretise our equations, issues with osciallations, (eventually) boundary conditions and the fractional step pressure solver.

Multi-Scale Modelling

Here are the notes for the continuum part of the multi-scale modelling course I taught 2017 and 2018. This was for masters students who have a background in a mathematical subject. Slides for the lectures, part and part two, as well as .

The lectures are available:

  • Part , introduction to the continuum, differential equations and numerical solutions.
  • Part , review of part one, more differential equations and an overview of the steps which lead the the Navier-Stokes equation.
  • A white-board of the Navier-Stokes equation considering the link to molecular systems.

Python

Intro Course

In order to address the lack of general Python teaching here at Imperial, I put together and gave a three part introduction course through the HPC support here at Imperial. This class was aimed at beginners and also for those who want to switch from Matlab to Python.

  • Introduction to Python for scientific computing, 3/3/17 () () ()
    • Motivation for using Python.
    • Introduction to programming in Python
    • Python concepts (lists, iterators, etc) and discussion of the differences to other languages.
    • Scientific libraries numpy and matplotlib.
    • Examples of usage for scientific problems.
  • Further details of the Python language, 10/3/17 () () ()
    • More on Python data structures: concepts like references, immutable, lists, data organisation with Dictionaries and numpy arrays.
    • Use of functions and design of interfaces.
    • Introduction to classes and objects.
    • Structuring a project, importing modules and writing tests.
    • Examples of usage for scientific problems.
  • Python libraries, 17/3/17 () () ()
    • Using Python to read files (ascii, binary, hp5) and plot.
    • Running parameter studies by calling executables repeatedly with subprocess.
    • Designing a basic Graphical User Interface.
    • Unit testing frameworks and version control.
    • Other libraries and how to wrap your own code from fortran, c++, etc

Further course details are available on my website:

Teaching related links

Similar teaching interests