|
[Sponsors] |
February 20, 2008, 04:30 |
contour plot with tecplot
|
#1 |
Guest
Posts: n/a
|
Hi everybody How can i plot a temperature contour for a plane? I have the x and y coordinates of each node with the corresponding temperature. The grid is 4x4 square.
|
|
February 20, 2008, 06:03 |
Re: contour plot with tecplot
|
#2 |
Guest
Posts: n/a
|
You have to refer the manual to get proper output style. It is not difficult. In my case, I am using this fortran head
WRITE(1,*) 'TITLE="2D fluid"' WRITE(1,*) 'VARIABLES ="x","y","rho","vx","vy","p","e","phi"' WRITE(1,'(1x,a,f8.6,a,a,i3,a,i3)') 'ZONE T="',tw,'sec"',', I=',nx,', J=',ny Since it is case-by-case, you have to refer the manual then you can make it suitable for your output style. Hope you can. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to plot a contour from an excel file in Tecplot? | gholamghar | Tecplot | 9 | February 11, 2021 14:43 |
How can I make the axes in a contour plot in tecplot as log scale | seminole | Tecplot | 0 | July 6, 2011 01:20 |
Unable to view contour plot on a plane | azurespirit | ANSYS | 0 | May 23, 2011 09:35 |
contour plot help | jesse@uconn | FLUENT | 0 | February 15, 2010 20:05 |
Importing contour maps into Tecplot | jcostex | Tecplot | 1 | May 20, 2009 13:48 |