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

access interior face parameters

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 18, 2016, 11:51
Default
  #1
New Member
 
Join Date: Aug 2012
Posts: 5
Rep Power: 14
gewuzhizhi is on a distinguished road
hello everyone, i'm now wrting a udf to access some flow parameters on an interior face,such as pressure and velocity,etc. during each iteration. However, the document provided by fluent says that the face macro (F_P,F_U,etc) can not be used on interior face, so do you have any ideas to visit the parameters? or can i read the adjacent cell's value?

the solver is density based ns equation solver

Last edited by wyldckat; March 19, 2016 at 18:26. Reason: merged posts that were a few minutes apart
gewuzhizhi is offline   Reply With Quote

Old   March 19, 2016, 19:56
Default
  #2
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
Fluent is a finite volume method solver and therefore the velocity and pressures are calculated for each cell (at their centres). Nodal values are interpolated. Why not use the cell centroid values (C_U etc) instead, what do you want your UDF to achieve?
`e` is offline   Reply With Quote

Old   March 21, 2016, 07:52
Default
  #3
New Member
 
Join Date: Aug 2012
Posts: 5
Rep Power: 14
gewuzhizhi is on a distinguished road
Quote:
Originally Posted by `e` View Post
Fluent is a finite volume method solver and therefore the velocity and pressures are calculated for each cell (at their centres). Nodal values are interpolated. Why not use the cell centroid values (C_U etc) instead, what do you want your UDF to achieve?
thanks for your reply. actually I am try to access the interior face values to revise the coresponding parameter on the inlet. Now, I have a new idea that is to read the adjacent cell of the interior face. there are some macros to achieve this goal.
gewuzhizhi is offline   Reply With Quote

Old   January 5, 2018, 09:07
Default UDF code to measure the Velocity and pressure interior face.
  #4
New Member
 
Prabhu R
Join Date: Nov 2017
Posts: 13
Rep Power: 9
Prabhumsrit is on a distinguished road
Can u please send any UDF code to measure the Velocity and pressure interior face.
Prabhumsrit is offline   Reply With Quote

Old   January 5, 2018, 09:12
Default velocity and pressure on interior face
  #5
New Member
 
Prabhu R
Join Date: Nov 2017
Posts: 13
Rep Power: 9
Prabhumsrit is on a distinguished road
Quote:
Originally Posted by gewuzhizhi View Post
thanks for your reply. actually I am try to access the interior face values to revise the coresponding parameter on the inlet. Now, I have a new idea that is to read the adjacent cell of the interior face. there are some macros to achieve this goal.

I want to measure the velocity and pressure on interior face in Nozzle design and also required further thrust calculation. Please share any details with u and it is useful for my project and
Prabhumsrit is offline   Reply With Quote

Reply


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
[DesignModeler] DesignModeler Scripting: How to get Full Command Access ANT ANSYS Meshing & Geometry 53 February 16, 2020 16:13
Pro/E to ANSYS Parameterization Guide Trues ANSYS 4 April 18, 2018 06:52
Is there a way to access the gradient limiter in Fluent ? CFDYourself FLUENT 1 February 16, 2016 06:49
Parameters rhoSimpleFoam marcus85 OpenFOAM Pre-Processing 0 May 15, 2013 10:36
Parameters for multigrid solver HaZe OpenFOAM Running, Solving & CFD 3 January 28, 2012 03:05


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