|
[Sponsors] |
March 6, 2001, 01:36 |
reading data from model
|
#1 |
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. |
|
March 6, 2001, 02:52 |
Re: reading data from model
|
#2 |
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 |
|
March 7, 2001, 06:18 |
Re: reading data from model
|
#3 |
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. |
|
March 20, 2001, 00:12 |
Re: reading data from model
|
#4 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cht tutorial in 15 | braennstroem | OpenFOAM Running, Solving & CFD | 197 | June 10, 2015 04:02 |
about Subgrid-scale model | impecca | OpenFOAM Running, Solving & CFD | 4 | December 20, 2013 11:36 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Experimental And Simulation Data for my model | Timothy Song | Siemens | 0 | January 12, 2009 06:23 |
Reading data as an initial condition. | MK | FLUENT | 0 | August 30, 2008 08:21 |