|
[Sponsors] |
How to extract surface from plot3d grid (NASA chimera mesh) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 8, 2011, 02:11 |
How to extract surface from plot3d grid (NASA chimera mesh)
|
#1 |
New Member
Rohan V. Kedare
Join Date: Sep 2011
Posts: 3
Rep Power: 15 |
Hi,
Can anybody tell me how to extract surface from plot3d mesh. Insist me some software that reads plot3d format grid. I have taken mesh from nasa website of space shuttle launch vehicle. Its an chimera grid in plot3d format. This mesh doesnot open in Ansys ICEM. What is the reason. If not can can i extract surface from this grid, so that i can make my own mesh. |
|
December 11, 2011, 17:39 |
|
#2 |
Senior Member
John Chawner
Join Date: Mar 2009
Location: Fort Worth, Texas, USA
Posts: 275
Rep Power: 18 |
Rohan:
I'm surprised that ANSYS ICEM can't read a PLOT3D file. My suggestion is to verify the PLOT3D file's format and ensure you're giving ICEM the correct options. PLOT3D is a widely used de facto standard format for structured grids. You can see the format spec here: http://www.grc.nasa.gov/WWW/wind/valid/plot3d.html. Perhaps you could write your own code to extract the surfaces if you can get ICEM to work. But I repeat: I'd be shocked if ICEM couldn't read that file. Best Regards
__________________
John Chawner / jrc@pointwise.com / www.pointwise.com Blog: http://blog.pointwise.com/ on Twitter: @jchawner |
|
December 12, 2011, 01:23 |
|
#3 |
New Member
Rohan V. Kedare
Join Date: Sep 2011
Posts: 3
Rep Power: 15 |
Sir, Actually I have found that it is an Chimera mesh (overlapping type), thats why ICEM could not read the mesh. I am not a software person, cant write a code. Can you suggest me any software so that I can extract surface from that mesh, and create my own mesh.
|
|
December 12, 2011, 10:16 |
|
#4 |
Senior Member
John Chawner
Join Date: Mar 2009
Location: Fort Worth, Texas, USA
Posts: 275
Rep Power: 18 |
Rohan: Have you tried email the custodian of the web page from which you downloaded the file to see if they have some suggestions?
__________________
John Chawner / jrc@pointwise.com / www.pointwise.com Blog: http://blog.pointwise.com/ on Twitter: @jchawner |
|
December 13, 2011, 02:23 |
|
#5 |
Senior Member
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19 |
I assume you mean the shuttle grid from http://www.nas.nasa.gov/Resources/datasets.html Those files are in big-endian format so, if you are using an intel box, the program that reads in the file will need to realize this and switch it to little-endian.
|
|
December 13, 2011, 03:25 |
|
#6 |
Senior Member
Joern Beilke
Join Date: Mar 2009
Location: Dresden
Posts: 516
Rep Power: 20 |
Just rename the grid file to grid.xyz and read it with EnSight or Paraview.
The data are in PLOT3D, multiple-zone, iblank, binary. All floating point data are in 32-bit IEEE format, big endian. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[ICEM] surface mesh merging problem | everest | ANSYS Meshing & Geometry | 44 | April 14, 2016 07:41 |
[ICEM] Automatic mesh generation script surface intersection problem | stuart23 | ANSYS Meshing & Geometry | 0 | May 13, 2011 02:10 |
[Other] Surface aligned mesh | rpasiok | OpenFOAM Meshing & Mesh Conversion | 6 | January 7, 2008 06:55 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |