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

XY plots in Tecplot

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 21, 2002, 04:11
Default XY plots in Tecplot
  #1
Svend Tollak Munkejord
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
  Reply With Quote

Old   June 21, 2002, 06:29
Default Re: XY plots in Tecplot
  #2
Ajay S. Parihar
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.

  Reply With Quote

Old   June 21, 2002, 07:26
Default Re: XY plots in Tecplot
  #3
Svend Tollak Munkejord
Guest
 
Posts: n/a
How do I apply this to the Fluent data? I do not have the Fluent source code.

-- Svend Tollak Munkejord
  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
Importing contour maps into Tecplot jcostex Tecplot 1 May 20, 2009 12:48
Problem Exporting to Tecplot Craig FLUENT 2 July 15, 2008 23:21
drawing of contour plots chinthakindi Main CFD Forum 1 April 27, 2004 04:33
Animation in Tecplot ryoga Tecplot 0 February 18, 2002 11:19
Tecplot can't read data file from Fluent. stephen FLUENT 8 November 21, 2001 20:27


All times are GMT -4. The time now is 19:34.