Replies: 2 comments 7 replies
-
Hmm, I was going to say yes, the but then I noticed that this may not be the case for As for the fill value, this is the subject of PR #3092 but it has not seen movement in a while. I agree, it would be nice to fill with something like NaNs before outputting. It is possible to call |
Beta Was this translation helpful? Give feedback.
-
Thank you! That is great to know (both on the immersed boundary question and the NaN question as well). I'll make sure to add whatever Boundary Condition on the immersed, also on the bottom. (and I'll be wary of the sign convention as well) I will definitely try that mask_immersed in post processing in Julia as well. (I'm new to Julia so I'm still learning and have been doing some of my post processing in python) |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks so much for creating this amazing tool/package!
I'm wondering if there is a way to pass in the desired FillValue / Masked Value for the cells that are under the Immersed Boundary Grid?
Specifically, I'm looking to see if I can set the FillValue to be NaN for easier processing and visualization after the simulation?
Additionally, a general Immersed Boundary question:
When applying the Immersed BC such as this:
u_bcs = FieldBoundaryConditions( immersed=ValueBoundaryCondition(0))
Does this immersed BC apply to the bottom of the grid, even where the specified fitted bottom is already at the domain boundary?
Ie: The seamount example.
Or would I have to specify both the immersed=ValueBoundaryCondition(0), and bottom=ValueBoundaryCondition(0) to get a no slip boundary over the entire bottom of the domain.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions