CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

How to plot FLUENT contours on MATLAB

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 23, 2010, 17:57
Default How to plot FLUENT contours on MATLAB
  #1
New Member
 
Join Date: Sep 2010
Posts: 1
Rep Power: 0
Thiago Combustion is on a distinguished road
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
Thiago Combustion is offline   Reply With Quote

Old   October 10, 2013, 14:13
Default
  #2
New Member
 
Sorin Munteanu
Join Date: Apr 2013
Posts: 27
Rep Power: 14
Sorin is on a distinguished road
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
Sorin is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to plot Q criterion in fluent anindya FLUENT 13 September 26, 2017 11:57
matlab mesh generation for fluent mleahy Main CFD Forum 5 October 11, 2013 07:50
starting fluent with matlab chary FLUENT 4 October 13, 2011 12:28
Load written xy plot then FLUENT close automatically khimkhim FLUENT 0 March 15, 2010 23:49
matlab for fluent punit FLUENT 0 February 9, 2006 12:09


All times are GMT -4. The time now is 07:27.