|
[Sponsors] |
free surface level set in in Open Channel Wave BC |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 11, 2015, 14:37 |
free surface level set in in Open Channel Wave BC
|
#1 |
New Member
hamid
Join Date: Apr 2014
Posts: 3
Rep Power: 12 |
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 |
|
January 13, 2015, 14:54 |
|
#2 |
New Member
hamid
Join Date: Apr 2014
Posts: 3
Rep Power: 12 |
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; } |
|
December 12, 2016, 13:08 |
Wave Generation
|
#3 | |
New Member
LordF
Join Date: Jan 2016
Posts: 18
Rep Power: 10 |
Quote:
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 |
||
Tags |
fluent, free surface elevation, open channel wave bc, udf and programming |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
[swak4Foam] Error bulding swak4Foam | sfigato | OpenFOAM Community Contributions | 18 | August 22, 2013 13:41 |
[snappyHexMesh] Adding layers goes wrong with SnappyHexMesh | Elise | OpenFOAM Meshing & Mesh Conversion | 1 | April 22, 2013 03:32 |
[snappyHexMesh] Layers don't fully surround surface | EVBUCF | OpenFOAM Meshing & Mesh Conversion | 14 | August 20, 2012 05:31 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |