CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent Multiphase

free surface level set in in Open Channel Wave BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 11, 2015, 13:37
Default free surface level set in in Open Channel Wave BC
  #1
New Member
 
hamid
Join Date: Apr 2014
Posts: 3
Rep Power: 12
hamidcfd is on a distinguished road
Hello guys,
i am modeling wave generation with open channel wave BC and i have another velocity inlet in domain which case free surface level up during time.
how can i modify free surface for wave generation in wave inlet during transient calculation? do i use UDF for modification? how solve this problem?!
thanks a lot...Capture.jpg
hamidcfd is offline   Reply With Quote

Old   January 13, 2015, 13:54
Default
  #2
New Member
 
hamid
Join Date: Apr 2014
Posts: 3
Rep Power: 12
hamidcfd is on a distinguished road
hello-You can specify a transient profiles for a Free Surface Level for the relevant open channel boundaries as shown in the example below:
/************************************************** ******************* Example UDF that demonstrates transient profile for free surface level ************************************************** ********************/ #include "udf.h" #define H 1.5 /* Original Free surface level */ #define T0 0.2 /* Time */ DEFINE_TRANSIENT_PROFILE(fs_level, current_time) { real level; if (current_time <= T0) level = H - current_time; else level = H - T0; return level; }
hamidcfd is offline   Reply With Quote

Old   December 12, 2016, 12:08
Default Wave Generation
  #3
New Member
 
LordF
Join Date: Jan 2016
Posts: 18
Rep Power: 10
FaSe is on a distinguished road
Quote:
Originally Posted by hamidcfd View Post
Hello guys,
i am modeling wave generation with open channel wave BC and i have another velocity inlet in domain which case free surface level up during time.
how can i modify free surface for wave generation in wave inlet during transient calculation? do i use UDF for modification? how solve this problem?!
thanks a lot...Attachment 36471

Hi Hamid
I want to generate wave at water surface in an open channel. I am using ANSYS Fluent 16. I use Wave Boundary Condition for the inlet and generate the waves but the waves damp along the channel.(shown in the picture). I saw your simulation that there was not a damp in the wave amplitudes. How can i simulate surface waves without any damp?

Appreciate any help.

02.JPG
FaSe is offline   Reply With Quote

Reply

Tags
fluent, free surface elevation, open channel wave bc, udf and programming


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[swak4Foam] funkyDoCalc with OF2.3 massflow NiFl OpenFOAM Community Contributions 14 November 25, 2020 03:30
[swak4Foam] Error bulding swak4Foam sfigato OpenFOAM Community Contributions 18 August 22, 2013 12:41
[snappyHexMesh] Adding layers goes wrong with SnappyHexMesh Elise OpenFOAM Meshing & Mesh Conversion 1 April 22, 2013 02:32
[snappyHexMesh] Layers don't fully surround surface EVBUCF OpenFOAM Meshing & Mesh Conversion 14 August 20, 2012 04:31
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 02:59.