|
[Sponsors] |
October 13, 2011, 01:43 |
Transferring fluent data in Matrix form
|
#1 |
New Member
|
Hi,
I want transfer result of one of my Fluent simulation into a Matalb code. For this purpose I have to convert Fluent 2D profile in matrix form, (the surface is rectangular in shape, so it can be represented as matrix). Is there any way to do it ?. I already tried file-export-ASCII ,but it transfer data as a single column , not as matrix. Please help Regards Sabin Mathew |
|
October 13, 2011, 17:07 |
|
#2 |
Senior Member
Mohammad
Join Date: Feb 2010
Location: Shiraz, Iran
Posts: 108
Rep Power: 16 |
hi,
you can export x-coordinate, y-coordinate and your desired result values in ASCII. then in matlab read them and sort by x, then y. now you can put the sorted column in a matrix. I think it is a fairy simple way. forget about straight ways of exporting data in matrix format from fluent; because fluent is an unstructured grid solver and doesnt know the matrix shape of your grid in a face. yours, mohammad |
|
October 14, 2011, 00:31 |
|
#3 |
New Member
|
Thank you Mohammad, I also did something like that...
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Problem converting fluent mesh | vinz | OpenFOAM Meshing & Mesh Conversion | 28 | October 12, 2015 07:37 |
FLUENT can not read data file | jing113cn | FLUENT | 0 | December 6, 2010 10:06 |
post processing using fluent data | Ramesh.K | FLUENT | 3 | October 29, 2008 12:20 |
Parallel UDF data passing causes Fluent to hang | Tom | FLUENT | 2 | June 9, 2006 14:17 |
data output from batch fluent run | Wang | FLUENT | 4 | March 11, 2005 12:01 |