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

reading data from model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 6, 2001, 00:36
Default reading data from model
  #1
yusoff
Guest
 
Posts: n/a
Hi all ...

I would like to read data (pressure) from the airfoil using cfx5.4. now what i do is i will plot a polyline which i got the point from the book then export data on the polyline. for incidence other than 0, i will have to get the points from excel .... so far it works .... however i fear that the point produced by excel would not be on the real surface ... hence producing error. could somebody who have other method than mine .... which of course more accurate .... let me know how to take the reading off the surface.

thanks a lot for your time.
  Reply With Quote

Old   March 6, 2001, 01:52
Default Re: reading data from model
  #2
Yiu
Guest
 
Posts: n/a
Hi yusoff

It is TIM here (the guy in CFD lab with you). I don't know other method to extract result from the surface however, as I know Excel can get very accurate data from your data files (at least, can up to 8 decimal place).

Indeed, I want to ask you one question. You plot your graph in Cp vs Distance, something likes that. (Cp: Coefficient of Pressure on the surface.) How can you get Cp from CFX5-vis???

Regards TIM
  Reply With Quote

Old   March 7, 2001, 05:18
Default Re: reading data from model
  #3
Darcy
Guest
 
Posts: n/a
It takes much time to read datas from CFX output files. Try to use utilities in your own post-processing software. For example, the line plot function in some post-processing software not only help you extract the datas along specific curves or lines but plot the data curves and export numbers to a data file.

The second method I suggest is using USRPRN. You can open a file and write datas in it.
  Reply With Quote

Old   March 19, 2001, 23:12
Default Re: reading data from model
  #4
Dan Williams
Guest
 
Posts: n/a
You can use an algebraic additional variable to calculate Cp. Here's some CEL that will likely work, I think ;-).

pinf = 101325 [Pa] speedsq = u^2+v^2+w^2 Cp = (p - pinf) / 0.5 [] * density * speedsq

pinf can be whatever pressure you want to use, even zero I suppose.

Just export Cp along your polyline in visualise. Should work just fine.

Dan.
  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
Cht tutorial in 15 braennstroem OpenFOAM Running, Solving & CFD 197 June 10, 2015 03:02
about Subgrid-scale model impecca OpenFOAM Running, Solving & CFD 4 December 20, 2013 10:36
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
Experimental And Simulation Data for my model Timothy Song Siemens 0 January 12, 2009 05:23
Reading data as an initial condition. MK FLUENT 0 August 30, 2008 07:21


All times are GMT -4. The time now is 15:39.