|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
hamid
Join Date: Nov 2010
Posts: 185
Rep Power: 17 ![]() |
Hi
I actually want to measure the pressure at the outlet boundary condition, i have written the following code : DEFINE_PROFILE(outlet_catheter,thread,nv) { face_t f; real NV_VEC (A); T=RP_Get_Real("flow-time"); begin_f_loop(f,thread) { F_AREA (A,f,thread); force+=F_P(f,thread)*NV_MAG(A); PF= force/(15.0*(10^(-4))); } end_f_loop(f,thread) } but it seems that its not calculating the pressure properly, i would appreciate if anyone could kindly help me.. |
|
|
|
|
|
|
|
|
#2 |
|
New Member
litter
Join Date: May 2011
Posts: 17
Rep Power: 16 ![]() |
you should use other macros. such as DEFINE ADJUST(), DEFINE_EXECUTE_AT_END(),
DEFINE_ON_DEMAND()
__________________
never ever give up
|
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
hamid
Join Date: Nov 2010
Posts: 185
Rep Power: 17 ![]() |
thanks so much for the reply,
im quite new in udf, so i want to ask, between the macros that u have mentioned which one should I choose ? how can i inform fluent that which face i want to measure the pressure? besides, is the code i have written for measuring pressure correct? thanks again |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Domain Imbalance | HMR | CFX | 5 | October 10, 2016 06:57 |
| UDF for 3rd Kind Boundary Condition | Ismail | FLUENT | 2 | October 26, 2015 02:57 |
| UDF for Boundary layer at inlet for cavity study | vasuaero1988 | Fluent UDF and Scheme Programming | 0 | August 26, 2010 06:22 |
| Boundary conditions by UDF | s.sami | FLUENT | 1 | August 23, 2010 16:19 |
| Boundary conditions by UDF | s.sami | Fluent UDF and Scheme Programming | 0 | August 23, 2010 12:30 |