CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Tecplot (https://www.cfd-online.com/Forums/tecplot/)
-   -   contour plot with tecplot (https://www.cfd-online.com/Forums/tecplot/14818-contour-plot-tecplot.html)

Amir February 20, 2008 03:30

contour plot with tecplot
 
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.

jinwon park February 20, 2008 05:03

Re: contour plot with tecplot
 
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.



All times are GMT -4. The time now is 14:08.