Hi Dedalus Users,
I added an analysis task in the example script rayleigh_benard.py for plotting the energy of the system versus time (rb_test1.py, plot_rb_energy.py). The curve in the profile is very smooth (energy_rb30.png).
However, when I change the boundary conditions to be the "stress-free" ones(rbsf0_test.py, plot_rbsf_energy.py), I get a rough curve with sharp corner in several places .
I made iter smaller in
analysis_RB = solver.evaluator.add_file_handler(filename2, iter=10)
analysis_RB.add_task("integ(u*u + w*w + b*b)", name="norm2")
and got similar result with those "sharp corners".
Does anyone know a possible reason for this?
Best,
Jack