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

udf for wave in tank with moving wall

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2014, 13:48
Post udf for wave in tank with moving wall
  #1
Senior Member
 
Kushal Puri
Join Date: Nov 2013
Posts: 182
Rep Power: 12
Kushal Puri is on a distinguished road
Hi, everyone can anyone provide a udf for moving wall 2d for wave generation in tank.
Kushal Puri is offline   Reply With Quote

Old   December 31, 2014, 07:50
Default
  #2
New Member
 
Nidhin R
Join Date: Dec 2014
Posts: 7
Rep Power: 11
Nidhin R is on a distinguished road
if anyone have udf for 2d wave generation using moving wall please do share
nidhinrajan91@gmail.com
Nidhin R is offline   Reply With Quote

Old   January 1, 2015, 12:48
Default
  #3
Member
 
ad
Join Date: Apr 2014
Posts: 75
Rep Power: 12
adi.ptb is on a distinguished road
#include "udf.h"

DEFINE_CG_MOTION(wave, dt, vel, omega, time, dtime)
{
Thread *t;
NV_S(vel,=,0.0);
NV_S(omega,=,0.0);
t = DT_THREAD(dt);
vel[0]=(0.037098)*((1 - exp(-2.303*time))*7.7528*cos(7.7528*time) + ((2.303*exp(-2.303*time))*sin(7.7528*time)));
}
adi.ptb is offline   Reply With Quote

Old   June 6, 2015, 03:55
Default UDF Numeric Values Representation
  #4
New Member
 
Mirza Ahsan Baig
Join Date: May 2015
Posts: 7
Rep Power: 10
Engr_AhsanBaig is on a distinguished road
Please explain what these numeric values represents i.e.:

0.037098
2.303
7.7528
Engr_AhsanBaig is offline   Reply With Quote

Old   July 2, 2015, 02:03
Default
  #5
New Member
 
Khairil Anuar Yusof
Join Date: Apr 2014
Posts: 1
Rep Power: 0
khairilanuaryusof is on a distinguished road
Please explain what these numeric values represents i.e.:

0.037098
2.303
7.7528
khairilanuaryusof is offline   Reply With Quote

Old   January 4, 2016, 07:09
Default
  #6
Member
 
Emre
Join Date: Nov 2015
Location: Izmir, Turkey
Posts: 97
Rep Power: 10
ordinary is on a distinguished road
Definitely good question. Can somebody explain these values ?
ordinary is offline   Reply With Quote

Reply


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
UDF moving wall libia87 Fluent UDF and Scheme Programming 42 September 29, 2020 01:09
UDF to Access Wall Normal Concentration Gradient Daniel Tanner Fluent UDF and Scheme Programming 4 February 18, 2015 14:35
stationary wall vs. moving wall user0314 FLUENT 0 August 26, 2011 09:42
Multicomponent fluid Andrea CFX 2 October 11, 2004 05:12
wall conduction, UDF sudh FLUENT 0 June 28, 2004 08:09


All times are GMT -4. The time now is 04:11.