|
[Sponsors] |
April 1, 2015, 18:37 |
Large transient data set.
|
#1 |
New Member
elliot ward
Join Date: Mar 2015
Posts: 10
Rep Power: 11 |
Hi all, Im having real difficulty trying to get my results from a fluent. I have a time step count of about 800 hundred, and i am looking for velocities at specific points along my domain. I have went about this by creating a ASCII solution exports at the points of interest. However am only able to access them one by one in matlab. Does anyone know a quicker way to go about my problem? any help would be much appreciated. Thanks
|
|
April 1, 2015, 19:44 |
|
#2 |
Senior Member
Join Date: Mar 2015
Posts: 892
Rep Power: 18 |
One method would be to run a EXECUTE_AT_END UDF which saves these velocities at your selected locations to a text file which can then easily be imported to MATLAB.
Use the thread_loop_c and begin_c_loop_int loops and then an if statement to restrict the region of interest. |
|
April 1, 2015, 19:58 |
|
#3 |
New Member
elliot ward
Join Date: Mar 2015
Posts: 10
Rep Power: 11 |
Will try that, Cheers.
|
|
April 6, 2015, 19:22 |
|
#4 |
New Member
elliot ward
Join Date: Mar 2015
Posts: 10
Rep Power: 11 |
anyone else struggling with this, an alternate method is to create a solution monitor which can be imported directly to excel
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] ICEM Scripting Issues | tylerplowright | ANSYS Meshing & Geometry | 33 | September 27, 2021 17:35 |
How to set nonuniform T, U fields from point data | MisterX | OpenFOAM Running, Solving & CFD | 0 | November 28, 2012 09:38 |
Env variable not set | gruber2 | OpenFOAM Installation | 5 | December 30, 2005 05:27 |
How to set environment variables | kanishka | OpenFOAM Installation | 1 | September 4, 2005 11:15 |
How to set transient ang velocity? | edi ghirardi | FLUENT | 0 | April 12, 2005 10:34 |