|
[Sponsors] |
June 8, 2011, 17:57 |
fortran code to read mesh
|
#1 |
Senior Member
Hassan
Join Date: Apr 2009
Posts: 106
Rep Power: 17 |
i need a fortran code that can read the mesh generated by gridgen or gambit...
any help will be appreciated... regards |
|
June 9, 2011, 18:29 |
|
#2 |
Member
Nick
Join Date: Mar 2009
Location: England (South West)
Posts: 36
Rep Power: 17 |
could you expand on this a little ?
Why fortran, is this your in house language? And after having read the grid what do you want to do with it? Translate it ?, interogate it ? I do have something in mind, but the developer prefers to stay under the radar so as to speak. |
|
December 15, 2020, 13:57 |
|
#3 | |
New Member
Bappi
Join Date: Dec 2020
Posts: 5
Rep Power: 5 |
Quote:
I have generated a 2D mesh using Gambit and now I need to read the mesh that is generated. Did you find or write any program in Fortran? Do you mind sharing it with me? I am really struggling with it and I would appreciate if you can please help me out. Thanks Bappi |
||
December 15, 2020, 14:13 |
|
#4 | |
Senior Member
Sayan Bhattacharjee
Join Date: Mar 2020
Posts: 495
Rep Power: 8 |
Quote:
Never used GAMBIT myself. But reading in mesh files aren't difficult if the mesh file is in ASCII text format and you have documentation of the mesh file format. I have implemented mesh readers for SU2 grids and other proprietary grids for my own solver simply by looking at the documentations and trying to get some basic intuition of how things were organized in the file. Give it a try. It's easier than what some might think. Here's a documentation of the GAMBIT neutral file format. See if you have the same file format : https://web.stanford.edu/class/me469...mbit_write.pdf Last edited by aerosayan; December 15, 2020 at 14:13. Reason: grammar |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gambit problems | Althea | FLUENT | 22 | January 4, 2017 04:19 |
Comparison between C/C++ and Fortran? | rick | Main CFD Forum | 45 | September 6, 2011 01:52 |
How can i read mesh files made with ICEM? I want use them for my own code | zmester | ANSYS Meshing & Geometry | 9 | October 11, 2009 08:18 |
Phase locked average in run time | panara | OpenFOAM | 2 | February 20, 2008 15:37 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 19:10 |