|
[Sponsors] |
July 10, 2018, 16:15 |
Plot3D Grid Generation
|
#1 |
New Member
Tareq Abbood
Join Date: Jul 2018
Posts: 2
Rep Power: 0 |
Hi All,
I'm looking for a software that could create a mesh and save it in a Plot3D format. I'm currently working on a project that uses a custom code to analyse the flow around an aerofoil, this code requires a multi-block, unformatted, double-precision plot3D file. I have tried Ansys ICEM v170 but when I output the mesh I get a license error. I'm not sure if Pointwise is open source or not, but I assumed it is not, since I cannot find the download option. I have tried another software called Construct2D which outputs .p3d but the code rejected it. can you please direct me to a software that could generate Plot3D files? I have tried .x format with the code and it worked but that file was created using a Fortran script that wasn't written by myself. Thank you in advance. |
|
August 1, 2018, 17:11 |
|
#2 |
New Member
Join Date: Jul 2018
Location: United Kingdom
Posts: 2
Rep Power: 0 |
Hi AeroSeeker,
I've gone down the Construct2D path before. I ended up writing my own program for converting the 2D ascii (if I remember correctly) to 3D double precision binary. If you don't find a better solution, it is available at github.com/hjabird/HBTK as a demo program (Plot3D_converter). It ought to compile under both MSVC and GCC (although you'll need a newer version), and you'll also need cmake. You'll need to set BUILD_DEMO_PROGRAMS to on (cmake -D BUILD_DEMO_PROGRAMS=ON ......) to compile it. The program should show its help at the slightest provocation. Best wishes, HJAB |
|
August 7, 2018, 21:15 |
|
#3 | |
New Member
Tareq Abbood
Join Date: Jul 2018
Posts: 2
Rep Power: 0 |
Quote:
Thank you HJAB for the information, I shall compile it and I hope it works. Regards, AeroSeeker |
||
August 9, 2018, 01:23 |
|
#4 |
Senior Member
|
use tecplolt to convert other format to plot3d format.
|
|
Tags |
.p3d, .x format, aerofoil, grid, plot3d |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
structured grid generation | pertup | Main CFD Forum | 0 | November 2, 2004 04:05 |
structured grid generation problem | Mehdi | Main CFD Forum | 0 | July 6, 2004 10:19 |
Cartesian grid generation method | Abu Taleb | Main CFD Forum | 0 | April 8, 2001 13:15 |
Data Structures for unstructured grid generation | Dinesh Godavarty | Main CFD Forum | 0 | December 5, 2000 11:49 |
grid generation help | zhe zhang | Main CFD Forum | 2 | November 12, 1999 23:48 |