-
Hi everyone, I've just started playing with GeophysicalFlows.jl and have quite a naive question. It looks like there is no explicit small-scale dissipation specified in the 2D decaying example; n\nu = 1, but \nu = 0. With zero viscosity I would expect the simulation to become unstable, but that isn't the case. Is there some magic going on in FourierFlows.jl that I should know about? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
mtbrolly
Jan 21, 2022
Replies: 1 comment 2 replies
-
I've realised there is an exponential filter applied via |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
glwagner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've realised there is an exponential filter applied via
stepper="FilteredRK4"
. I think it deserves a comment in the documentation.