|
[Sponsors] |
April 19, 2003, 15:31 |
Mesh data to be read by Fortan code
|
#1 |
Guest
Posts: n/a
|
hi, I have created a mesh using Gambit and I want to write the vertex data into a file and let my Fortran code read from that file. I tried to export the mesh from Gambit in some formats but I couldn't figure out the writing style of Gambit. I want the file be in the following format: do j=1,jmax x(i,j), y(i,j), i=1,imax enddo but I guess Gambit writes differently than the above scheme..am I wrong? can anyone give me a clue on this? thanks,regards seckin
|
|
April 19, 2003, 18:38 |
Re: Mesh data to be read by Fortan code
|
#2 |
Guest
Posts: n/a
|
I hope you meant to write:
do j = 1, jmax do i = 1, imax read x(i,j), y(i,j) end do end do |
|
April 19, 2003, 20:19 |
Re: Mesh data to be read by Fortan code
|
#3 |
Guest
Posts: n/a
|
yes that's correct.. thanks for correcting.. seckin
|
|
April 19, 2003, 23:36 |
Re: Mesh data to be read by Fortan code
|
#4 |
Guest
Posts: n/a
|
You can write a Fortran code to read the informations you want according to the mesh files you generated by skipping some not useful lines. I think it's not possible that the mesh file only have the position informations, otherwise the mesh file doesn't include enough informations.
|
|
April 23, 2003, 11:53 |
Re: Mesh data to be read by Fortan code
|
#5 |
Guest
Posts: n/a
|
Merhaba Seckin, Bence yapman gereken sey GAMBIT el kitabini bulup grid dosyalarini hangi formatta kaydetdiklerini anlamandir. Daha sonra belirtilen formata uygun sekilde gambit grid dosyasindan x,y datalarini okuyup istedigin formatta yazdirabilirsin. Onemli olan kesinlikle gambit el kitabinin verdigi formata bagli kalmandir.
|
|
April 24, 2003, 23:58 |
Re: Mesh data to be read by Fortan code
|
#6 |
Guest
Posts: n/a
|
Italian! Dose not look like German, French or Spanish. Might be Iraq's. -Selina
|
|
May 13, 2003, 18:59 |
Re: Mesh data to be read by Fortan code
|
#7 |
Guest
Posts: n/a
|
I don't think Gambit data can be read into Fortran Code. I recommend Gridgen.
|
|
December 15, 2020, 13:51 |
|
#8 | |
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 7, 2022, 01:58 |
|
#9 | |
New Member
XIE JIN
Join Date: Apr 2022
Location: Sydney AU
Posts: 15
Rep Power: 4 |
Quote:
Hi, Did you developed the code to do that? I am currently working on this as well, can you give me some advice? Thanks Best, Jin |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D Hybrid Mesh Errors | DarrenC | ANSYS Meshing & Geometry | 11 | August 5, 2013 07:42 |
Converting Starccm+ mesh | Ladnam | OpenFOAM | 0 | September 14, 2011 07:30 |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |
How to read mesh data from ANSYS | mspilot | FLUENT | 3 | August 21, 2003 07:00 |