|
[Sponsors] |
March 18, 2016, 11:51 |
|
#1 |
New Member
Join Date: Aug 2012
Posts: 5
Rep Power: 14 |
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 |
|
March 19, 2016, 19:56 |
|
#2 |
Senior Member
Join Date: Mar 2015
Posts: 892
Rep Power: 18 |
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?
|
|
March 21, 2016, 07:52 |
|
#3 |
New Member
Join Date: Aug 2012
Posts: 5
Rep Power: 14 |
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.
|
|
January 5, 2018, 09:07 |
UDF code to measure the Velocity and pressure interior face.
|
#4 |
New Member
Prabhu R
Join Date: Nov 2017
Posts: 13
Rep Power: 9 |
Can u please send any UDF code to measure the Velocity and pressure interior face.
|
|
January 5, 2018, 09:12 |
velocity and pressure on interior face
|
#5 | |
New Member
Prabhu R
Join Date: Nov 2017
Posts: 13
Rep Power: 9 |
Quote:
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 |
||
|
|
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 |