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

UDF-Issue on shadow walls

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 3, 2017, 04:21
Default UDF-Issue on shadow walls
  #1
New Member
 
Farhad
Join Date: Jun 2017
Posts: 5
Rep Power: 9
Fari87 is on a distinguished road
Dear all,

I'm doing some investigation on natural convection arround solids. In this case I've modeled a cylindrical solid, which needs to be rotational accelerated to 1000 rpm. There shall be a viscous flow and I'm using the k-omega-model. As I believe there is no acceleration possible in fluent (please correct me if I'm wrong) I'm trying to solve the issue with an UDF.

Actually there is an example in the "fluent UDF manual" available as I've pasted below. I've successfully interpreted this code in "cell zones" to the mesh motion of my solid:

#include "udf.h"

DEFINE(fmotion,omega,axis,origin,velocity,time,dti me)
{
if(time<1.5)
{
*omega=2500.0*time;
}
else{
*omega=250.0;
}
N3V_D(velocity,=,0.0,0.0,0.0) /*No translational velocity applicable*/

return;
}

To my question:
How do I include the shadow walls (boundary conditions) to this code? My understanding is that the cylindrical solid and corresponding shadow walls from the contact region need to have the same angular velocity to enable heat transfer.

Thank you very much in advance for your support.

Best regards,
Fari
Fari87 is offline   Reply With Quote

Old   August 10, 2017, 04:48
Default
  #2
New Member
 
Farhad
Join Date: Jun 2017
Posts: 5
Rep Power: 9
Fari87 is on a distinguished road
hi all,

any ideas regarding this case? I would appreciate every hint to solve this problem...

thanks and kind regards,
Fari
Fari87 is offline   Reply With Quote

Reply

Tags
acceleration, boundary conditions, shadow boundary, udf, 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
Multiphase Mass transfer UDF issue therandomestname FLUENT 0 April 21, 2011 14:51
Issue with DEFINE_PROPERTY UDF in 3D lost.identity FLUENT 0 April 20, 2011 09:15
Obtaining Shadow Walls ThinX FLUENT 0 April 22, 2009 14:38
I need UDF help. S.Whitney FLUENT 0 October 15, 2007 11:29
UDF, UDF, UDF, UDF Luc SEMINEL Main CFD Forum 0 November 25, 2002 04:01


All times are GMT -4. The time now is 05:15.