CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > Tecplot

Tecplot polar contour plot problem (feat. Python)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 30, 2021, 09:25
Default Tecplot polar contour plot problem (feat. Python)
  #1
New Member
 
Moonkh
Join Date: Apr 2021
Posts: 4
Rep Power: 4
Moonkh is on a distinguished road
Dear all,

I want to make Tecplot polar contour (theta, radius, temp.)
Through Python, I got this sample matrix (or DataFrame) – colored area.


Deg. Radian 0.1 0.2 0.3 0.4 0.5 <-- Radius (m)
0 0.0 10 11 12 13 14
45 0.785398 15 16 17 18 19
90 1.570796 20 21 22 23 24
135 2.356194 25 26 27 28 29
180 3.141593 30 31 32 33 34
225 3.926991 35 36 37 38 39
270 4.712389 40 41 42 43 44
315 5.497787 45 46 47 48 49
360 6.283185 10 11 12 13 14



And I am trying to make binary format file for Tecplot.

So, I made this binary file.

Variables = "theta","R","Temp(kelvin)"
zone i= 9 j= 5
0.0 0.1 10
0.7853 0.1 15
1.5707 0.1 20
...
...
5.4977 0.5 49
6.2831 0.5 14


I got a contour but, it is rectangular shape (2-D contour).

1. My binary format is wrong? If yes, which form is required?
2. Is it possible to change contour shape in Tecplot from 2-D to Polar contour?

Thanks in advance!
Moonkh is offline   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
Please Help on advising me on Plotting of Mach Number Contour Plot with Tecplot 360 chor kiat Tecplot 1 June 26, 2017 12:42
3D contour plot from matlab vectors diggee Tecplot 1 June 5, 2017 12:19
Wrong UDM contour plot ghost82 Fluent UDF and Scheme Programming 2 November 18, 2014 07:52
UDF diffusivity: problem with contour Lilly Fluent UDF and Scheme Programming 0 August 4, 2014 03:28
Tecplot problem of plotting boundary in contour mafoi Tecplot 1 April 5, 2005 06:43


All times are GMT -4. The time now is 18:12.