|
[Sponsors] |
September 23, 2010, 18:57 |
How to plot FLUENT contours on MATLAB
|
#1 |
New Member
Join Date: Sep 2010
Posts: 1
Rep Power: 0 |
I tried the solution first considering the use of meshgrid function, to generate a structured grid for my data, and then griddata to interpolate the new data on the grid generated using meshgrid...
When I try, I have a issue problem related with memory consuming...almost 95% of physical memory to do the referred operation.... Is there anybody here that knows how to plot FLUENT 2D contours in matlab ?? BEst regards ! Thiago |
|
October 10, 2013, 15:13 |
|
#2 |
New Member
Sorin Munteanu
Join Date: Apr 2013
Posts: 27
Rep Power: 14 |
Hi Thiago,
I am not sure what are you intending to do: 1. Extracting numerical data from Fluent and then plot the data in Matlab If you pick the first option you might run out of memory in Matlab, that is expected, since you will have to import the Fluent mesh in Matlab, or at least part of it. 2. Have Fluent plot the data in memory and then displaying in Matlab. If you pick this option, you should not have any memory issues in Matlab since only the image processed in Fluent is loaded in Matlab memory. You can follow my post on ANSYS blog to understand the technique: http://www.ansys-blog.com/2013/04/24...ps-for-fluent/ That post describes plotting the Residuals graphic image in Fluent and displaying it in Matlab you will have to replace tui.DoMenuCommand(‘plot residuals’); with tui.DoMenuCommand(‘display contour ...’); Thanks Sorin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to plot Q criterion in fluent | anindya | FLUENT | 13 | September 26, 2017 12:57 |
matlab mesh generation for fluent | mleahy | Main CFD Forum | 5 | October 11, 2013 08:50 |
starting fluent with matlab | chary | FLUENT | 4 | October 13, 2011 13:28 |
Load written xy plot then FLUENT close automatically | khimkhim | FLUENT | 0 | March 16, 2010 00:49 |
matlab for fluent | punit | FLUENT | 0 | February 9, 2006 13:09 |