WaterLily-jl / WaterLily.jl

Fast and simple fluid simulator in Julia
Other
630 stars 77 forks source link

Can WaterLily.jl be used for 2D hydrodynamic modeling of real watersheds, similar to lisflood-fp, mike21, and anuga? #124

Closed chooron closed 5 months ago

chooron commented 5 months ago

I want to use the Julia language for 2D hydrodynamic modeling and apply it to real rivers, but I don't know how to input DEM data of the river into WaterLily.jl and perform simulation.

weymouth commented 5 months ago

That requires using the shallow water equations, which have not been implemented. I would not suggest using Waterlily for this

b-fg commented 5 months ago

Maybe relevant: https://github.com/milankl/ShallowWaters.jl