The filtered field in a large-eddy simulation #2948
Replies: 2 comments 2 replies
-
The filtering in Oceananigans' LES is implicit. I.e., we solve for where a hat implies an (implicit!) filter operation and The output of our model are the "filtered" fields We have several models to calculate |
Beta Was this translation helpful? Give feedback.
-
To add to @simone-silvestri's great response, I want to point out that it certainly is possible to implement filtering using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In a large-eddy simulation, a filter is used to divide a spatial and temporal field into two components: the filtered field and the sub-filtered field (denoted by a prime). Does
Oceananigans.jl
provide a means to output the filtered field at each timestep?Beta Was this translation helpful? Give feedback.
All reactions