Hi everyone,
I’ve been working with time-dependent Stokes equation. Here is a snapshot of velocity on one of the first time-steps before reaching the steady state:
To me it looks good. When it comes to boundary conditions, there is parabolic inflow (time independent for the simplest case), do-nothing on the outflow and zero Dirichlet boundary condition everywhere else.
I want to do some post processing and among other things I looked at v_n - v_{n - 1}, where v_n is the discrete velocity at the n-th time-step. And it looks strange:
Because the inflow is time independent everywhere except the outflow I have zero on the boundary as it should be. But still I have this strange effect close to the boundary. Only the Neumann part looks fine.
Does anyone have an idea where it comes from and how can I get rid of it?