Skip to content

No-Slip Boundary Condition #2478

Apr 27, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @parfenyev ! Thanks for opening a discussion!

In short: what you're seeing is expected!

Oceananigans uses a finite volume method, which means that the numbers you see represent cell-averaged values for the field. Finite volumes solve equations in the "weak form", which means they time-step a volume-integrated form of the equations. They differ from "strong form" methods like finite difference or typical pseudospectral / global spectral methods in which the discretized field represents a continuous field evaluated at particular points. (One reason why heatmap is in fact a really nice way to visualize finite volume fields!)

In this case, you're printing values for y-velocity component v.…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@parfenyev
Comment options

@glwagner
Comment options

Answer selected by parfenyev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants