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

Is my setting way about turbulence boundary right?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 5, 2010, 01:14
Question Is my setting way about turbulence boundary right?
  #1
New Member
 
tom pan
Join Date: Nov 2010
Posts: 14
Rep Power: 15
tompa is on a distinguished road
I use UDF below
DEFINE_PROFILE(k,t,i)
{
begin_f_loop(f,t)
{
F_CENTROID(x,f,t);
F_PROFILE(f,t,i)=F_K(f,t);
}
end_f_loop(f,t)
}

DEFINE_PROFILE(e,t,i)
{
begin_f_loop(f,t)
{
F_CENTROID(x,f,t);
F_PROFILE(f,t,i)=F_D(f,t);
}
end_f_loop(f,t)
}

and i choose udf k and udf e as the boundary condition of turbulence kinetic energy and dissipation.

I'm not sure is it the correct way?
tompa is offline   Reply With Quote

Reply

Tags
boundary condition, turbulence, udf


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
Implementation of boundary conditions for FVM Tom Main CFD Forum 7 August 26, 2014 05:58
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05
Discussion: Reason of Turbulence!! Wen Long Main CFD Forum 3 May 15, 2009 09:52
setting boundary condition in journal file Mazyar FLUENT 1 May 3, 2006 19:08
Turbulence boundary values lego CFX 9 October 25, 2002 11:55


All times are GMT -4. The time now is 02:17.