-
Starting with the shallow water model example, we (@writingindy) have noticed that only the inner most halo points in the height field is being filled. How can we make sure that all three halo points…
-
While running tests on the new boundary condition implementation on an immersed boundary I encountered a CUDA error that appears to only pop up when using an immersed boundary. I repeated the error on…
-
Building on #1718 , I'm trying to set boundary conditions in a `ShallowWaterModel` example using `ImmersedBoundary`. The actual problem I want is more complicated then this but as a first step I thou…
-
For example:
```julia
julia> using Oceananigans
julia> grid = RectilinearGrid(size=(1, 1, 1), extent=(1, 1, 1))
1×1×1 RectilinearGrid{Float64, Periodic, Periodic, Bounded} on CPU with 1×1×1 ha…
-
Biharmonic operator requires more halo cells than the classical Laplacian, so the `conditional_flux` method for the immersed boundary must be adapted to shut down fluxes from biharmonic diffusion up t…
-
**Submitting author:** @nasserma (Nasser Mohieddin Abukhdeir)
**Repository:** https://github.com/uw-comphys/opencmp
**Branch with paper.md** (empty if default branch): publications
**Version:** v1.0.0…
-
Probably a question for @whitleyv or @glwagner but how hard would it be to support tracers with the current immersed boundary implementation?
My understanding is that currently the velocity tendenc…
-
I hope I get that right, but you are using the diffuse interface method solely to represent a solid interface, right? In that case, I suggest that you differentiate strongly from the diffuse interface…
-
Just to share an experience I just had...
More or less I set up a model with
```julia
model = IncompressibleModel(grid = grid, boundary_conditions = (κₑ=(T=κₑ_T)))
```
and was surprised whe…
-
1. arxiv "article shares a lot of the authors but the software OpenCMP is not mentioned. Did you use a different implementation there? If not, I think it would be a good idea to cross-reference your p…