implicit

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 »

How to write a CFD library: Discretising the model equation

In this article, I want to quick-start our discussion on libraries and introduce a model problem that is simple enough for us to code, yet can be exploited to show how we can develop a library that is solving a real-world CFD problem; solving the linear system of equations . While we are limiting ourselves …

How to write a CFD library: Discretising the model equation Read More »