|
[Sponsors] |
August 3, 2017, 05:21 |
UDF-Issue on shadow walls
|
#1 |
New Member
Farhad
Join Date: Jun 2017
Posts: 5
Rep Power: 9 |
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 |
|
August 10, 2017, 05:48 |
|
#2 |
New Member
Farhad
Join Date: Jun 2017
Posts: 5
Rep Power: 9 |
hi all,
any ideas regarding this case? I would appreciate every hint to solve this problem... thanks and kind regards, Fari |
|
Tags |
acceleration, boundary conditions, shadow boundary, udf, udf and programming |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiphase Mass transfer UDF issue | therandomestname | FLUENT | 0 | April 21, 2011 15:51 |
Issue with DEFINE_PROPERTY UDF in 3D | lost.identity | FLUENT | 0 | April 20, 2011 10:15 |
Obtaining Shadow Walls | ThinX | FLUENT | 0 | April 22, 2009 15:38 |
I need UDF help. | S.Whitney | FLUENT | 0 | October 15, 2007 12:29 |
UDF, UDF, UDF, UDF | Luc SEMINEL | Main CFD Forum | 0 | November 25, 2002 05:01 |