Welcome, Guest
Username: Password: Remember me

TOPIC: Problem on the coupling of telemac3d and tomawac in wind-induced wave

Problem on the coupling of telemac3d and tomawac in wind-induced wave 4 years 2 months ago #36744

I'm trying to calculate the wind-induced wave using telemac3d coupling with tomawac,I hope to set up wind farm in telemac3d and transmit it to tomawac through anaven.F.But I don't understand how to modify the anaven.F file.I hope someone can teach me how to modify anaven.F.I would appreciate it if anyone could help me. :cheer:
Attachments:
The administrator has disabled public write access.

Problem on the coupling of telemac3d and tomawac in wind-induced wave 4 years 2 months ago #36760

  • tfouquet
  • tfouquet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 294
  • Thank you received: 112
Hello

You can not write

TYPE (BIEF_OBJ), INTENT(INOUT) :: wind

because wind is not an argument of anaven.f but if you put

use declarations_telemac3d wind

it should work as wind is a variable of telemac3d. then you do not have to declare it as it has been declared in declarations_telemac3d.


Hope it helps

regards

Thierry
The administrator has disabled public write access.
The following user(s) said Thank You: Chenhui Wu

Problem on the coupling of telemac3d and tomawac in wind-induced wave 4 years 2 months ago #36761

  • tfouquet
  • tfouquet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 294
  • Thank you received: 112
I meant

use declarations_telemac3d, ONLY : wind

sorry
The administrator has disabled public write access.
The following user(s) said Thank You: Chenhui Wu

Problem on the coupling of telemac3d and tomawac in wind-induced wave 4 years 2 months ago #36762

I modified the anaven.F as you suggested. Now the program runs well,thank you very much!
The administrator has disabled public write access.
Moderators: tfouquet

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