CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > Tecplot

Extract Surface Data from 3D-Plot

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 22, 2016, 07:20
Question Extract Surface Data from 3D-Plot
  #1
New Member
 
Join Date: Dec 2016
Posts: 5
Rep Power: 9
jasp07 is on a distinguished road
Hey everyone,

I am currently trying to extract CFD surface data from the 3D-Model of a blade tip.

In other words, I want to extract the coordinates and cell data from one 3D surface area of the blade and then Project those on a 2D-plane.

Unfortunately, I could not get on with this point so far. So any Ideas/Suggestions are very appreciated.

Thanks!
jasp07 is offline   Reply With Quote

Old   December 22, 2016, 14:33
Default
  #2
New Member
 
Germán Salazar
Join Date: Apr 2015
Posts: 16
Rep Power: 11
gsal is on a distinguished road
Say, what kind of elements is your 3D model made out of?

Also, Are you asking how to do it withing tecplot itself or any other way?

Not knowing tecplot well, my two ideas include writing some code to retrieve the information.
gsal is offline   Reply With Quote

Old   December 22, 2016, 23:57
Default
  #3
New Member
 
Join Date: Dec 2016
Posts: 5
Rep Power: 9
jasp07 is on a distinguished road
Hi,

thanks for your reply.

I am interested in any method to extract the data, so it doesn't need to be in tecplot.

The 3D Model ist made out of FE triangles.
jasp07 is offline   Reply With Quote

Old   December 23, 2016, 06:06
Default
  #4
New Member
 
Germán Salazar
Join Date: Apr 2015
Posts: 16
Rep Power: 11
gsal is on a distinguished road
So, if I understand it correctly:
  • you have a 3D surface made out of triangles,
  • you have a model of a blade, and
  • interested in retrieving the blade-tip cells

Assuming the radial direction of the blade is in the same direction of the z-axis, how about you simply calculate the normal of each cell and if it is "mostly" in the z-coord, then it is "flat" enough to be declared a tip cell.

By "mostly" in the z-coord, you can try different values and see which one works, this is simple; for example, for a given cell, if the z-component of the normal divided by its own length > 0.75, then we have "flat" enough cell to be declared a tip cell.

In order to stay away from similarly "flat" cells at the root of the blade, you need to calculate the normal and the flatness test only for cells that are towards the top of the blade, say, above the average z-coord of entire blade; or, if you want, you can hard code some known value but this limits the usage of your script with other blades.

Is this clear? does it help?
gsal is offline   Reply With Quote

Old   December 23, 2016, 08:25
Default
  #5
New Member
 
Join Date: Dec 2016
Posts: 5
Rep Power: 9
jasp07 is on a distinguished road
Thanks for your help! I'll try it that way.
jasp07 is offline   Reply With Quote

Reply

Tags
cfd, extract, surface, tecplot


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
CFD by anderson, chp 10.... supersonic flow over flat plate varunjain89 Main CFD Forum 18 May 11, 2018 07:31
Plotting Spanwise Lift Distribution from Surface Cp Data on a Wing redpsi Tecplot 2 July 17, 2016 11:12
[General] Extract Paraview data (vtkUnstructured Grid) using pvpython lu_siyah ParaView 1 November 3, 2013 06:10
How to extract data of specific variable from PHI and Q1 file? mukut Phoenics 3 October 17, 2011 06:13
Extract data we want from Techplot to a data file vetnav Main CFD Forum 0 July 28, 2010 20:17


All times are GMT -4. The time now is 01:10.