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

Accessing y+ Cell Value within Fluent UDF

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By jackchilvers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 22, 2014, 12:58
Angry Accessing y+ Cell Value within Fluent UDF
  #1
New Member
 
Jack Chilvers
Join Date: Dec 2013
Location: St Neots, Cambridgeshire
Posts: 12
Rep Power: 12
jackchilvers is on a distinguished road
Dear all,

I am looking to gain access to cell y+ values within a Fluent UDF in order to prescribe a set value for my user-defined scalar for all cells where y+ < 100. Could you please advise a suitable macro?

Many thanks in advance.
thedal likes this.
jackchilvers is offline   Reply With Quote

Old   January 29, 2018, 03:52
Default
  #2
New Member
 
Join Date: Nov 2017
Posts: 1
Rep Power: 0
yasinwind is on a distinguished road
I am facing the same problem right now while trying to define a new turbulent viscosity (in the Buffer-Zone) depending on the dimensionless y+ value.
My aim is to to better take into account the change of the boundary profile along the wall with using the y+ value instead of the actual wall distance (in meters).

Maybe someone has found a solution or could share his advice.

edit: What I got so far is a definition with a function f(y) which I'd like to change to a function f(y+):

DEFINE_TURBULENT_VISCOSITY(XX,c,t)
{
..
real y = C_WALL_DIST(c,t);
mu_t_SST=f(y)
...
}
yasinwind is offline   Reply With Quote

Old   December 13, 2023, 07:36
Default
  #3
Member
 
thedal's Avatar
 
Thamilmani M
Join Date: Sep 2017
Location: IIT Bombay, Mumbai
Posts: 52
Rep Power: 8
thedal is on a distinguished road
Have you figured this out?
__________________
Always
Thedal
thedal is offline   Reply With Quote

Reply

Tags
fluent, udf, y plus


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 problem jane Fluent UDF and Scheme Programming 37 February 20, 2018 04:17
DEFINE_DIFFUSIVITY udf in fluent maniek940 Fluent UDF and Scheme Programming 2 August 13, 2013 17:13
Identifying cell in parallel UDF upeksa Fluent UDF and Scheme Programming 0 July 24, 2013 11:27
UDF problem caused by various version of Fluent Yurong FLUENT 3 January 15, 2006 10:57
UDF of Zimont model in fluent Z Main CFD Forum 0 February 17, 2005 03:07


All times are GMT -4. The time now is 00:31.