|
[Sponsors] |
February 20, 2004, 17:54 |
How to use UDF to define a moving wall
|
#1 |
Guest
Posts: n/a
|
Hi,Guys
Can anyone help me to use UDF to define a moving wall? Thanks |
|
February 21, 2004, 21:58 |
Re: How to use UDF to define a moving wall
|
#2 |
Guest
Posts: n/a
|
Yes, if you know how to do a UDF it is easy - You use a DEFINE_PROFILE(name, thread, i)
If you don't it will be something like this: DEFINE_PROFILE(moving_wall, thread, i) { face_t f; begin_f_loop(f, thread) { F_PROFILE = 10; /* insert speed of wall here, I have used 10 */ } end_f_loop(f, thread) } I haven't compiled it, but it will be pretty similar to that. |
|
February 22, 2004, 11:18 |
Re: How to use UDF to define a moving wall
|
#3 |
Guest
Posts: n/a
|
hi Big Stone,
Can you make your problem more clear? Does the wall move in the direction parallel or perpendicular to itself? For different cases, the method is totally different. good luck. |
|
February 22, 2004, 22:27 |
Re: How to use UDF to define a moving wall
|
#4 |
Guest
Posts: n/a
|
Thanks for Andrew and ccc advice, Actually I want a wall move as sin(t), but I could not find a Macro for wall moving. Andrew and ccc, can you give me more details. Thanks
|
|
February 22, 2004, 23:12 |
Re: How to use UDF to define a moving wall
|
#5 |
Guest
Posts: n/a
|
hi big stone,
which direction does the wall move in, parallel or perpendicular to itself? if parallel, Andrew's method is ok. However, if perpendicular, you have to refer to the dynamic mesh module in fluent6.1. If it's your case, i would like to tell you more. good luck. |
|
February 22, 2004, 23:56 |
Re: How to use UDF to define a moving wall
|
#6 |
Guest
Posts: n/a
|
Hi, Ccc
thank you very much. my case is that the wall move perpendicularly to itself, the wall move sinusoidally with time like sine function. the magnitude of the wall moving is small. Could you give me more details? I know little about UDF. Thanks. BTW, Andrew method can only be used to define a boundary not for a moving wall? can you try it. Thanks |
|
February 23, 2004, 05:23 |
Re: How to use UDF to define a moving wall
|
#7 |
Guest
Posts: n/a
|
You can use the UDF I suggested and hook it into the momentum part of the define -> wall boundary condition panel. Select moving wall, absolute and traslational and you can specify how the wall moves in the X, Y and Z directions. This will not chage the flow geometry, it will simply impart momentum onto the fluid adjcent to the wall, so if the magnitude of the movement is small compared to the flow gap this method may should work fine.
|
|
February 23, 2004, 05:52 |
Re: How to use UDF to define a moving wall
|
#8 |
Guest
Posts: n/a
|
hi big stone,
Andrew is right. Since the magnitude of moving is samll, Andrew method applies and may be more effective comparing to dynamic mesh. good luck. |
|
February 23, 2004, 09:47 |
Re: How to use UDF to define a moving wall
|
#9 |
Guest
Posts: n/a
|
Hi,
Maybe I mislead you guys. I want to define a specific velocity for the wall. the problem is that I can not find a macro for defining wall velocity as I said to you in last poster. Thanks Big Stone. |
|
February 23, 2004, 10:51 |
Re: How to use UDF to define a moving wall
|
#10 |
Guest
Posts: n/a
|
I am struggling the think of a way of making the expanation clearer. Have you made a UDF before? There is no define function for wall velocity, just as there is no define function for, say, inlet velocity or wall temperature, which are created using UDF's very easily. You have to use a DEFINE_PROFILE and hook it into the wall velocity section in boundary conditions in the fluent GUI.
|
|
February 23, 2004, 11:03 |
Re: How to use UDF to define a moving wall
|
#11 |
Guest
Posts: n/a
|
Hi, Andrew
Thanks I got it. |
|
December 18, 2016, 23:08 |
Update the speed of the frame of reference regularly
|
#12 |
New Member
Ayoub
Join Date: Nov 2012
Posts: 9
Rep Power: 14 |
Dear Andrew
I was wondering if you could help me how to update the speed of the frame of reference regularly? Thanks |
|
August 1, 2020, 05:34 |
|
#13 |
Member
vav noon
Join Date: May 2020
Posts: 49
Rep Power: 6 |
which direction does the wall move in, parallel or perpendicular to itself?
if parallel, Andrew's method is ok. However, if perpendicular, you have to refer to the dynamic mesh module in fluent6.1. [/QUOTE] Dear friends, Could anyone please clear me the direction of wall motion? What is the difference between parallel and perpendicular direction? I do appreciate it. Best regards |
|
August 2, 2020, 20:28 |
|
#14 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
for more information on UDF for dynamic mesh read Dynamic mesh chapter in Ansys Fluent Customization manual
__________________
best regards ****************************** press LIKE if this message was helpful |
|
February 13, 2021, 08:24 |
|
#15 | |
New Member
HATIM
Join Date: Nov 2019
Posts: 1
Rep Power: 0 |
Quote:
I want to create UDF code for moving wall perpendicular to flow direction can you help me with this, please |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
Wall motion as a UDF, is it possible? | linch | FLUENT | 1 | August 31, 2009 10:18 |
Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 12:48 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |