-
I want to change the ANUGA source codes by adding a porosity parameter into the classical shallow-water equation to simulate urban flooding. This governing equation was described in Velickovic et al.(…
-
I am trying to run the Shallow Water Equation code. I am getting the following error:
```
Loading train dataloader at resolution (32, 64) with 200 samples and batch-size=4
Traceback (most recent …
-
I was wondering will it be possible to program a shallow water wave simulation using javascript or to do it using processing3, mostly this is done using matlab. Here is a link to the shallow wave equ…
-
This issue will help to combine several outstanding issues involving the `ShallowWaterModel.jl`. I suggest the following in this order:
- [ ] Fix inconsistent tendencies in the two models (#2928)
…
-
When I run the elixir under examples/tree_2d_dgsem/elixir_shallowwater_source_terms.jl with MPI I get a `MethodError: no method matching calc_mpi_interface_flux!`. See the top of the stacktrace below …
-
When working with the two dimensional shallow water equations and visualizing the bottom topography `b` with `PlotData2D`, the
resulting plot can look not as expected.
Taking for example this cod…
-
Hi there, I found some papers which are listed as unpublished, but which now have a DOI. Please check the list below and mark the ones which are correct. Add the label 'food for arxivbot' when you are…
-
_From @jgalazm on October 6, 2017 20:24_
I could use, for instance, an analytical solution provided for the Boussinesq equations in 1D, along with the Imamura relation that makes the truncation error…
-
Just a placeholder to remind us that the need for a staggered grid is around the corner. As soon as we code the 1D shallow water equations we may start seeing some specific type of numerical instabili…
-
For problems with more than one component, e.g. shallow water equations, the update matrix is an actual matrix and not just a scalar. The normalisation procedure in this case needs to compute the n-th…