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

How to Get the Graph of "Degree Vs Nu" in fluent

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By khairy
  • 1 Post By LuckyTran

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 19, 2010, 01:44
Exclamation How to Get the Graph of "Degree Vs Nu" in fluent
  #1
New Member
 
Jugal
Join Date: Aug 2010
Location: Gujarat
Posts: 5
Rep Power: 15
jugal44j is on a distinguished road
I am performing analysis on "FLOW AROUND CYLINDER"

I am getting xy plot of Nu Vs Direction vector & Nu Vs curve length in fluent.
But I need these graph as Nu vs angle on cylinder (theta(/)).

How can I plot this type of graph?

say Any quantity i.e. Nu, Cp, h vs Angle {theta(/)}?

for your reference attaching here 2 figs.

I have run analysis on Re.100 and Re.200 & I want to know that how to get recirculation length and separation angle from fluent?

Please reply soon... its urgent.. Thx. in advance...
Attached Images
File Type: bmp Cp Vs Theta.bmp (50.4 KB, 75 views)
File Type: jpg Cp Vs curve length.jpg (92.3 KB, 87 views)
jugal44j is offline   Reply With Quote

Old   November 19, 2010, 04:58
Default
  #2
New Member
 
Khairy
Join Date: Mar 2009
Posts: 2
Rep Power: 0
khairy is on a distinguished road
Hi Jugal,

if you plot any variable ( plot--> xy plot) against the curve length (the abscissa), and the line at which you plot is around the cylinder,
the abscissa is (radius x theta)

so if you write this xy plot to a file

you can simply divide the curve length (the first column in the file) by cylinder radius then multiply by 180/pi to have theta in degrees. you can perform this in Excel or write any simple code to perform this simple calculations. If you are aware with custom field function in FLUENT you may use it instead.

May be there are many other solutions. but this method works well with me.

Regards,

Khairy
bestniaz likes this.
khairy is offline   Reply With Quote

Old   November 19, 2010, 06:47
Smile Thx khairy
  #3
New Member
 
Jugal
Join Date: Aug 2010
Location: Gujarat
Posts: 5
Rep Power: 15
jugal44j is on a distinguished road
its worked well within my case too...

Thx.. good bye
jugal44j is offline   Reply With Quote

Old   October 2, 2015, 03:47
Default
  #4
Member
 
N B Khan
Join Date: Jan 2014
Posts: 39
Rep Power: 12
bestniaz is on a distinguished road
Quote:
Originally Posted by khairy View Post
Hi Jugal,

if you plot any variable ( plot--> xy plot) against the curve length (the abscissa), and the line at which you plot is around the cylinder,
the abscissa is (radius x theta)

so if you write this xy plot to a file

you can simply divide the curve length (the first column in the file) by cylinder radius then multiply by 180/pi to have theta in degrees. you can perform this in Excel or write any simple code to perform this simple calculations. If you are aware with custom field function in FLUENT you may use it instead.

May be there are many other solutions. but this method works well with me.

Regards,

Khairy
Sir its been so long to post the question in the same thread...but I need your help..

I am also studying the flow around cylinder.
When I plot the wall shear against the cylinder curve.... the plot appear as shown in image 1...but I want to plot the wall shear against the thetha...so according to your suggestion I export the data in excel form but when I plotted the result there..the chart is very different then the CFX post plot... please help me to make this point clear...

When I tried to transfer that data to thetha...it also not work..

Please explain it
In my case study
Diameter of cylinder is 0.1m,,,so how it can be converted to angle if I want to plot it
Attached Images
File Type: jpg 1.jpg (76.2 KB, 50 views)
File Type: png 2.png (53.0 KB, 42 views)
bestniaz is offline   Reply With Quote

Old   October 2, 2015, 08:34
Default
  #5
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Quote:
Originally Posted by bestniaz View Post
Sir its been so long to post the question in the same thread...but I need your help..

I am also studying the flow around cylinder.
When I plot the wall shear against the cylinder curve.... the plot appear as shown in image 1...but I want to plot the wall shear against the thetha...so according to your suggestion I export the data in excel form but when I plotted the result there..the chart is very different then the CFX post plot... please help me to make this point clear...

When I tried to transfer that data to thetha...it also not work..

Please explain it
In my case study
Diameter of cylinder is 0.1m,,,so how it can be converted to angle if I want to plot it
The charts are the same! You need to export both x & y coordinates. Then do a coordinate transform from x,y into theta. It sounds complicated but it's just a simple algebra/trigonometry problem. And there's lots of ways to do it. via the curve length route is an ad-hoc approximate way (but doable in Fluent with custom field functions because it's only uses simple functions). Since you are already in excel you just need to do (x-xo),(y-y0) where x0,y0 is the polar origin and then use your favorite inverse trig function (asin, acos, or atan) to figure out the angle.
bestniaz likes this.
LuckyTran is offline   Reply With Quote

Old   October 3, 2015, 02:04
Default
  #6
Member
 
N B Khan
Join Date: Jan 2014
Posts: 39
Rep Power: 12
bestniaz is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
The charts are the same! You need to export both x & y coordinates. Then do a coordinate transform from x,y into theta. It sounds complicated but it's just a simple algebra/trigonometry problem. And there's lots of ways to do it. via the curve length route is an ad-hoc approximate way (but doable in Fluent with custom field functions because it's only uses simple functions). Since you are already in excel you just need to do (x-xo),(y-y0) where x0,y0 is the polar origin and then use your favorite inverse trig function (asin, acos, or atan) to figure out the angle.
Thank you thank you and thank you so much,,,
It was so simple thing, but I was stuck in that...

Really love this forum ...specially the senior of this forum are really helpful.
bestniaz 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
Stopping a Fluent batch job AND saving the data! Possible? Volker Pawlik FLUENT 13 December 28, 2020 04:16
Two questions on Fluent UDF Steven Fluent UDF and Scheme Programming 7 March 23, 2018 03:22
How to open Icem mesh in Ansys Fluent? emmkell FLUENT 27 February 6, 2018 03:34
Fluent 6.3 32bit vs Fluent 12.0 64bit ibex7 FLUENT 7 April 18, 2011 02:44
Problems in lauching FLUENT Lourival FLUENT 3 January 16, 2008 16:48


All times are GMT -4. The time now is 03:06.