|
[Sponsors] |
November 9, 2005, 13:23 |
PLOT3D file conversion
|
#1 |
Guest
Posts: n/a
|
Hello there,
how can i convert a plot3d grid file to a more simple connectivity file? Thanks a lot |
|
November 9, 2005, 14:24 |
Re: PLOT3D file conversion
|
#2 |
Guest
Posts: n/a
|
There is nothing simpler than a PLOT3D file:
http://www.grc.nasa.gov/WWW/wind/valid/plot3d.html you can only convert it to something more complex. |
|
November 10, 2005, 08:52 |
Re: PLOT3D file conversion
|
#3 |
Guest
Posts: n/a
|
Yes but how can i produce the conectivity of the cells?
|
|
November 10, 2005, 09:57 |
Re: PLOT3D file conversion
|
#4 |
Guest
Posts: n/a
|
PLOT3D is a format for structured grids. The connectivity is implied in the j,k,l sequencing. A cell with j = 4, 4, 5 is understood to be connected to a cell with j,k,l = 3, 4, 5. There is no explicit connectivity table. If you want to build one you'll need to write a program to extract the info from the implied structure.
|
|
February 2, 2011, 21:32 |
Code
|
#5 |
New Member
Join Date: Jul 2010
Posts: 17
Rep Power: 16 |
How exactly would you go about writing such a code (to get the connectivity from a plot3d grid which only has x,y,z coordinates and block numbers)? Any ideas or sample codes?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.com] OpenFOAM 1.7.1 installation on LINUX UBUNTU 10.10 | electrosin | OpenFOAM Installation | 40 | May 31, 2016 06:11 |
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh | gschaider | OpenFOAM Community Contributions | 300 | October 29, 2014 19:00 |
OpenFOAM Install Script | ljsh | OpenFOAM Installation | 82 | October 12, 2009 12:47 |
Compiling OpenFOAM13 on AMD64 with Redhat Enterprise | mbeaudoin | OpenFOAM Installation | 20 | June 17, 2008 07:43 |
Regarding FoamX running Kindly help out | hariya03 | OpenFOAM Pre-Processing | 0 | April 18, 2008 05:26 |