Closed ali-ramadhan closed 4 years ago
We should properly test that the pressure projection step produces an incompressible flow field (without computing w from continuity).
This is being done since PR #711.
I believe the convergence tests (see PR #767 and plots in PR #881) do test that the pressure projection method is indeed 2nd-order so I'm closing this issue.
From call with @glwagner: We should properly test that the pressure projection step produces an incompressible flow field (without computing w from continuity).
Right now the
incompressible_in_time
test found intest_time_stepping.jl
tests for incompressibility aftertime_step!
is done and w has been recomputed from w.Interestingly, the sum accumulated in time while the sum of the absolute values does not: