Shallow water equations

Hi, i want to implement some version of the shallow water equations (2D) and solve them. Is there some notebook about it wich i could use as an example? Or maybe something similar to the SWE’s. Thanks.

An old publication with a very outdated FEniCS can be found here: https://scholar.google.no/scholar?hl=en&as_sdt=0%2C5&q=Data+Assimilation+for+Shallow+Water+Waves%3A+Application+to+Flood+Forecasting&btnG=
The mathematics doesn’t change, but the implementation might differ slightly.

You could also have a look at OpenTidalFarm which also solves shallow water equations with FEniCS.

A later reference (I do not know where they have published their code) is: https://arxiv.org/abs/2011.04786

1 Like