|
[Sponsors] | |||||
|
|
|
#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.
|
|
|
||
|
|
|
#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. |
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to plot a contour from an excel file in Tecplot? | gholamghar | Main CFD Forum | 5 | September 7, 2011 21:47 |
| How can I make the axes in a contour plot in tecplot as log scale | seminole | Main CFD Forum | 0 | July 6, 2011 00:20 |
| Unable to view contour plot on a plane | azurespirit | ANSYS | 0 | May 23, 2011 08:35 |
| contour plot help | jesse@uconn | FLUENT | 0 | February 15, 2010 19:05 |
| Importing contour maps into Tecplot | jcostex | Main CFD Forum | 1 | May 20, 2009 12:48 |