x

ADONIS:
Version 3.90.9 (Released at 10/19/2024)
- Minor bugs in mesh generation module has been fixed.
- Gmsh is upgraded to version 4.13.1.

HYRCAN:
Version 2.0.20 (Released at 05/21/2025)
- Tutorial #10 has been translated into Turkish, thanks to UMUT DAĞAR.
- The show() command can now be called from the scripting language.


Free water surface for dams/embankments(Read 18212 times)
Free water surface for dams/embankments on: January 23, 2018, 02:56:41 pm
It would be great if we could model a free water surface against a slope. This is critical for dam and embankment failure calculations. It could have a simple control where the user enters the elevation and the direction to extend, and it creates a water polygon from edge specified to where it intersects with the slope.

Grant



Re: Free water surface for dams/embankments Reply #1 on: January 23, 2018, 03:04:28 pm
it's easily can be done using scripting language in the current version. simply write a for/loop and search for boundary edges in the interest region and apply appropriate normal stress to each edge based on there depth relative to the water surface.