-
Bouncing off PR #693 I was thinking of letting users specify topography/boundaries by allowing them to specify the topography/boundary via a function [`boundary(x, y, z)` or `boundary(x, y, z, t)`] or…
-
**Submitting author:** @tomgrylls (Tom Grylls)
**Repository:** https://github.com/uDALES/u-dales
**Version:** 1.0.0
**Editor:** @Kevin-Mattheus-Moerman
**Reviewers:** @wimvanderbauwhede, @p-costa,…
-
Should we rename `IncompressibleModel` to `BoussinesqModel` or something along those lines? Those two are sometimes used interchangeably but really what we have is a Boussinesq model, no?
-
Hi all,
I was wondering if there is plan in near future to support non-trivial bathymetry.
I've seen a vague mention of this in #471 but I don't know what happened after that.
Cheers
-
I have put together an example for my own benefit (not to be merged into master unless people want it to be) that looks at the simulation of inertial instability in 2D. See [here](https://github.com/…
-
This type of boundary condition includes concentrated forces, concentrated heat flux applied to any node or node sets.
-
I'm working on solving 2-D Poisson equation with the _immersed boundary method_ (IBM). I used 5-point stencil for discretization of Poisson equation but, in the IBM, the value of boundary cells are de…
-
Hi,
I wonder if `Oceananigans` is capable of solving fluid flow on cubic lattice grid with missing nodes. What I mean is basically adding solid walls to the original domain through deleting some of…
-
Just moving an email thread to a GitHub issue:
> 1. Is it hydrostatic or non-hydrostatic? On GitHub it says 'It is designed to solve the rotating Boussinesq equations used in non-hydrostatic ocean …
-
Is it possible to use Oceananigans.jl with rotating/mooving mesheses?