|
[Sponsors] |
April 21, 2010, 17:27 |
Measuring Arc Length in CFD-Post
|
#1 |
Senior Member
Joshua Counsil
Join Date: Jul 2009
Location: Halifax, Nova Scotia, Canada
Posts: 366
Rep Power: 18 |
Hi all -
I'm trying to compare various data of a turbine blade simulation to some experimental results found here: http://www-g.eng.cam.ac.uk/whittle/T106/Start.html Here's my geometry: In his velocity and pressure coefficient distribution graphs, his x-axis is non-dimensionalized as s/s0, where s is the surface distance and s0 is the total surface length (arc length). Thus, I need to plot my pressure and velocity values against the s/s0 axis, as well. I've created one polyline each for the suction and pressure surfaces of my blade. Using the built-in chart function, I created graphs and exported the y-axis values (velocity and pressure) and x-axis values (which, for lack of a better alternative, I specified as Chart Count). I obtained graphs, though I have a feeling that Chart Count is a poor method for comparing results, as I think it may depend on node distances, and my node distances differ along the surface. Here is a pressure graph: As you can see, it appears as though the leading edge and trailing edge regions should be "squished" closer to the sides. I quadrupled the mesh density and ran the simulations again (the "refined" values). Here's the velocity graph: Those jumps at the sides are expected for the CFD results, as there are measurements along the blunt leading edge and trailing edge that weren't taken into consideration in the experimental results (where the velocity is highly accelerating or decelerating). However, they should be lesser in x-wise extent. That is, they should be squished to the sides, and the data after the jumps should correlate with the velocity curves pretty closely. I believe Chart Count is equally spacing the points, despite that my node distribution along the leading edge and trailing edge is much tighter. I know in the Turbo Plots, there is a variable called, "Streamwise (0-1)" that is normalized so that it ranges from 0 at the leading edge to 1 at the trailing edge and follows the surface geometry. However, I don't want to use the Turbo Plots. I considered writing an expression with LengthInt along the polylines to obtain the s values with respect to a 0-1 range. Is this the right idea? |
|
April 21, 2010, 22:22 |
|
#2 |
Senior Member
Joshua Counsil
Join Date: Jul 2009
Location: Halifax, Nova Scotia, Canada
Posts: 366
Rep Power: 18 |
I'm thinking that the easiest way to do this may be to export the Cp values (and (x, y) coordinates) in a .csv file, then manually integrate the coordinate values to obtain "s" in Excel.
Unless there's an easier way in Post? |
|
April 21, 2010, 23:39 |
|
#3 | |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Quote:
|
||
April 22, 2010, 00:28 |
|
#4 |
Senior Member
Joshua Counsil
Join Date: Jul 2009
Location: Halifax, Nova Scotia, Canada
Posts: 366
Rep Power: 18 |
Thanks for the reply, Glenn.
After playing with LengthInt, I realized it's going to be a pain to manually calculate the pressure coefficient at each s value along the surface. I'm sure there is a way in Post to program a loop to automatically calculate Cp and s at every i'th interval along the surface, though I'm unsure how. Here's my current method: I'm exporting the surface polyline data (for each point, X, Y, and Cp are recorded) into a .csv file. I'm having a friend write a Fortran code to integrate the X and Y values to return the s values. I calculated the s0 (total arc length of the airfoil surface) using the function calculator. I am dividing my s values by s0 in Excel to non-dimensionalize them. If there is a simpler way in Post or elsewhere to write a graph of values (e.g. velocity, Cp) along a curve in terms of the non-dimensional curvature (s/s0, in my case), I'd be grateful to hear it. |
|
April 22, 2010, 08:06 |
|
#5 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
I think what you are doing is the way to go. But I don't know why you don't get the fortran routine to calculate everything. Do it all at once, it is much easier.
|
|
August 15, 2023, 23:26 |
Hello,could you tell me how to integrate the coordinate values to obtain the lenght i
|
#6 |
Senior Member
Join Date: Dec 2017
Posts: 388
Rep Power: 9 |
Hello,could you tell me how to integrate the coordinate values to obtain the lenght in Excel?Thank you so much.
|
|
August 15, 2023, 23:30 |
Hello, could you share the Fortran code for me ,thank you so much.
|
#7 | |
Senior Member
Join Date: Dec 2017
Posts: 388
Rep Power: 9 |
Quote:
|
||
August 16, 2023, 00:00 |
|
#8 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
If you explain what you are trying to do we might be able to help you.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] could anyone post a simple cylinder mesh | guilherme | OpenFOAM Meshing & Mesh Conversion | 46 | October 23, 2020 18:18 |
Guide: Getting Started with the CFD Online Discussion Forums | pete | Site Help, Feedback & Discussions | 8 | July 29, 2016 06:00 |
ASME CFD Symposium - Call for Papers | Chris R. Kleijn | Main CFD Forum | 0 | September 8, 1998 09:19 |
ASME CFD Symposium - Call for Papers | Chris R. Kleijn | Main CFD Forum | 0 | September 3, 1998 09:45 |
salary range | Frank Muldoon | Main CFD Forum | 7 | August 3, 1998 20:04 |