Tecplot如何画温度场或温度云图

我有一个数据文件里面数据是X和y坐标点 以及该点的温度 有上千个这样的点,如何在Tecplot中绘成云图?
2026年09月25日 07:56
有1个网友回答
网友(1):

1. Enter the data as a simple ordered data file, as follows:

For example ,the raw data is writen in form, as below:
VARIABLES = "X", "Y", "P", "T"
0.0 1.0 100.0 1.6
1.0 1.0 150.0 1.5
3.0 1.0 300.0 2.0
0.0 0.0 50.0 1.0
1.0 0.0 100.0 1.4
3.0 0.0 200.0 2.2
4.0 0.0 400.0 3.0
2.0 2.0 280.0 1.9

2. Read the data file into Tecplot and switch the plot type to 2D Cartesian.

3. From the Data menu, choose Triangulate, then select the simple ordered zone as the source zone, and click Compute.

4 Done, Guess what's next?