|
[Sponsors] |
December 11, 2009, 02:07 |
Plot a graph of velocity
|
#1 |
New Member
wanie
Join Date: Nov 2009
Posts: 5
Rep Power: 17 |
Hi!
I'm new to CFD. I am doing Human Tracheobronchial Airways Flow Model to identify the hotspots for particle deposition in the lungs. I have a problem on how to plot a graph of velocity against time from our iteration in excel. I ask someone about this and he said that I must identify the main locations to extract velocity data (e.g: create point or surface) using FLUENT coordinate system. But I still do not understand this part and how to do it. One more, there seems to be some problems with my iteration as it reads "turbulent viscosity limited to viscosity ratio of 1.000000e+005 in 62 cells". There might be some problems in my boundary conditions or conflict with my UDF code. This is my parameter I set for boundary condition:- 1) Inlet- inlet velocity -velocity magnitude = 1 m/s -turbulent intensity = 1 % -Hydraulic diameter = 0.2 m 2) Outlet- pressure outlet -gauge pressure = 0 -backflow turbulent intensity = 1 % -backflow hydraulic diameter = 0.2 m 3) Wall -no slip condition -roughness height = 0 -roughness constant = 0.5 and this is my C code for unsteady flow:- #include "udf.h" DEFINE_PROFILE(sin_inlet_velocity, thread, position) { real x[ND_ND]; /* Position vector */ real y; face_t f; real t = CURRENT_TIME; /* Current time of simulation */ begin_f_loop(f, thread) /* Loops over faces in thread */ { F_CENTROID(x,f,thread); /* Gets centroid of face f */ y = x[1]; t=3; F_PROFILE(f, thread, position) = 1.84*sin(1.0472*t); /* Profile 1 */ //else (t>=3) //F_PROFILE(f, thread, position) = 1.84*sin(1.0472*t); /* Profile 2 */ } end_f_loop(f, thread) } I really need someone to help me ASAP. Thanks... Wanie |
|
December 11, 2009, 09:17 |
Plot a graph of velocity
|
#2 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hi wanie
I think you make some mistake. this forum if for OpenFOAM not FLUENT and may be it is better for you to ask your question in other forum. However for velocity do you want to monitor velocity at one point or line or surface? About viscosity ratio limit, in limit (i think it is in define menu) increase max limit for this case. i.e. to 1e10. May be it works. Best regards Ata |
|
December 11, 2009, 12:21 |
|
#3 |
New Member
wanie
Join Date: Nov 2009
Posts: 5
Rep Power: 17 |
many thanks to ata..
i hope your suggestion will work. Thank you so much |
|
December 13, 2009, 07:09 |
|
#4 |
New Member
wanie
Join Date: Nov 2009
Posts: 5
Rep Power: 17 |
to ata,
yes, i want monitor velocity on a surface. do you know how to do it? can you please help me? thanks... wanie |
|
December 14, 2009, 08:58 |
Plot a graph of velocity Reply to Thread
|
#5 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hi wanie
First if the surface that you want to monitor velocity on it does not exit create it. Do you know how? i.e. you can do this via iso-surface. Second you must define an animation. If you do not how, tell me to explain it for you. Absolutely you can find it in users manual. Regards Ata |
|
December 17, 2009, 18:48 |
|
#6 |
Member
hamdi
Join Date: Mar 2009
Posts: 75
Rep Power: 17 |
hello to all,
I wd like locate the points which their normal velocity are nul in order to locate the interfas surface between two phases (water and air), but, I can't find a relation between the coordinates points and the velocity vectors. can any one help me. Thanks in advance. |
|
Tags |
create point, iteration, turbulent viscosity, velocity graph |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Velocity plot for water | Nitin Dewangan | CFX | 0 | March 26, 2009 01:01 |
how to use tecplot to plot 3D graph? | sam | CFX | 1 | April 30, 2008 22:42 |
Help! How to plot velocity along flame | James Willie | FLUENT | 0 | September 16, 2005 12:06 |
Graph ploting of velocity vs time | Lam | FLUENT | 1 | October 31, 2003 07:50 |
graph plot | anindya | Main CFD Forum | 2 | September 17, 2003 13:00 |