|
[Sponsors] |
June 21, 2002, 05:11 |
XY plots in Tecplot
|
#1 |
Guest
Posts: n/a
|
Dear all,
I am trying to make XY plots in Tecplot (v. 9) with Fluent (v. 6) data. I am completely new to Fluent, but have used Tecplot before. I imported the Fluent data (from a regular 2D grid) using the Fluent data loader in Tecplot. The contour plots are OK, but I can't make sensible XY-plots. When I try to plot, say, X velocity as a function of Y, I get many curves on top of each other, and Tecplot says that the maximum "J index" is 1, while I guess it should have been the number of nodes in the Y-direction. Is this a known problem, and if so, what can be done about it? Thanks in advance. Regards, Svend Tollak Munkejord |
|
June 21, 2002, 07:29 |
Re: XY plots in Tecplot
|
#2 |
Guest
Posts: n/a
|
try to store data in following format and then plot it open(1,file='data') do j=1,Jmax do i=1,imax
write(1,*)u(i,j),y(i,j) enddo write(1,*) enddo close(1) You will get correct plot. |
|
June 21, 2002, 08:26 |
Re: XY plots in Tecplot
|
#3 |
Guest
Posts: n/a
|
How do I apply this to the Fluent data? I do not have the Fluent source code.
-- Svend Tollak Munkejord |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Importing contour maps into Tecplot | jcostex | Tecplot | 1 | May 20, 2009 13:48 |
Problem Exporting to Tecplot | Craig | FLUENT | 2 | July 16, 2008 00:21 |
drawing of contour plots | chinthakindi | Main CFD Forum | 1 | April 27, 2004 05:33 |
Animation in Tecplot | ryoga | Tecplot | 0 | February 18, 2002 12:19 |
Tecplot can't read data file from Fluent. | stephen | FLUENT | 8 | November 21, 2001 21:27 |