gdmcbain/fenics-tuto-in-skfem

07_navier_stokes_channel

gdmcbain opened this issue · 4 comments

Actually first I'm more inclined to look at a steady-state Navier–Stokes solver, e.g. using Newton iteration.

The steady-state Navier–Stokes solver, using natural parameter continuation in the Reynolds number and Newton iteration courtesy of sigma-py/pacopy#5, has been implemented in kinnala/scikit-fem#145. Let's get back to implementing the ‘incremental pressure correction scheme (IPCS)’ of Goda (1979) in scikit-fem for reproducing the start-up of plane Poiseuille flow in ft07.

Fixed by #10.