Tom-Robin Teschner

How to implement boundary conditions in CFD

In this series thus far, we have looked at the governing equations of CFD, how to discretise them and what their character is. We have looked at different numerical schemes and how they influence various properties, such as accuracy. Eventually, we need to talk about boundary conditions, as every simulation will have to truncate the …

How to implement boundary conditions in CFD Read More »

Space and time integration schemes for CFD applications

There are probably as many numerical schemes to solve the discretised Navier-Stokes equations as there are stars in the Milky Way. Well, perhaps a few less. Just have a look at OpenFOAM, and you’ll find over 60 discretisation schemes for the non-linear term in the Navier-Stokes equations. And, while that number seems impressive, I am …

Space and time integration schemes for CFD applications Read More »

Explicit vs. Implicit time integration and the CFL condition

When setting up a simulation and running it as an unsteady simulation or even just a steady state simulation with pseudo time stepping, we need to decide if we want to use explicit or implicit time stepping. The choice will have consequences down the line, and we need to be aware of them. In this …

Explicit vs. Implicit time integration and the CFL condition Read More »

What are Hyperbolic, parabolic, and elliptic equations in CFD?

Did you hear or read somewhere that we can have hyperbolic, parabolic, and elliptic equations in the field of CFD? Did you wonder what these different types are and why you should care about them? If the answer is yes, then this article is for you. In this article, we will look at hyperbolic, parabolic, …

What are Hyperbolic, parabolic, and elliptic equations in CFD? Read More »

How to Derive the Navier-Stokes Equations: From start to end

Are you looking for a single source that shows you how to derive the Navier-Stokes equations from start to end, without skipping any intermediate steps, and where each intermediate step is explained so that the derivation can be followed? Then look no further, I have written this article to give the most comprehensive review of …

How to Derive the Navier-Stokes Equations: From start to end Read More »