Welcome, Guest
Username: Password: Remember me

TOPIC: I want to non-erodible bottom. but bed never evolve.

I want to non-erodible bottom. but bed never evolve. 2 months 3 weeks ago #44188

  • RyotaNakamura
  • RyotaNakamura's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 1
I want to set a non-erodible bottom for a part of the calculation domain (ex. Bed protection work etc.), however, the riverbed never evolves.
and what I did are below.
1. Create a private variable, NERO, in the geometry file. I used this variable to represent the thickness of the initial layers. In riverbeds where erosion does not occur at all, NERO=0, while in other cases, NERO=1 was assigned. Attached is a snapshot of the geometry file defining the variables.
2. Modify user_bed_init.f file as follow;
DO IPOIN=1,NPOIN
ESTRATUM(1,IPOIN) = PRIVE%ADR(1)%P%R(IPOIN)
ENDDO
3. Declare it by the statement of NAMES OF PRIVATE VARIABLES in the GAIA steering file.

I think the private variable is not correctly stored in ESTRATUM.
If anyone has had a similar experience, could you please share any solutions you found?
The administrator has disabled public write access.

I want to non-erodible bottom. but bed never evolve. 2 months 3 weeks ago #44189

  • RyotaNakamura
  • RyotaNakamura's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 1
It works fine now by modifying user_bed_int.f.
What I did;
USE DECLARATIONS_GAIA, ONLY: PRIVE
→ USE DECLARATIONS_TELEMAC2D, ONLY: PRIVE

I needed to read this forum carefully. The user wjh6610 had already stated this.
www.opentelemac.org/index.php/community-...-non-erodible-bottom

Thank you for reading.
The administrator has disabled public write access.
The following user(s) said Thank You: habbasti
Moderators: Pablo, pavans

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.