dsondak / optRBC

Optimal solutions in 2D Rayleigh Benard Convection.
3 stars 1 forks source link

One-sided fft; Current issues in consistency between one-sided and two-sided fft #14

Open katgonzalez17 opened 3 years ago

katgonzalez17 commented 3 years ago

Looks like the Nusselt number does change more significantly at larger grid sizes. I re-looked at my test script and noticed inconsistencies at 10^15, that (maybe?) these errors are amplified over multiple time steps, particularly for array sizes. Not sure what's going on, and am open to any and all suggestions for what to check out!

Attached is a photo of the Nusselt number over different time steps with a 1728 by 1377 grid.

Figure_1

dsondak commented 3 years ago

A few questions / suggestions:

It's possible that there is a subtle bug. It is also possible that some errors are accumulating naturally. Let's try to isolate the culprit.

katgonzalez17 commented 3 years ago
dsondak commented 3 years ago

Discrepancies of $10^{-15}$ are okay. But try to track down why they are accumulating.