Tecplot Tutorial

Google uses cookies and data to:

Watch our Updated Webinar! You want to learn the basics of post processing with Tecplot 360 in the shortest amo.

Tecplot multi plotting tutorial

Tecplot 360 can read in data produc ed in many different formats using the data loaders provided with the product. This manual describes a complementary approach: writing your data in the Tecplot 360 data format so it can be read natively, providing the best experience for Tecplot 360 users.This Data Format Guide includes the following topics. In this Tecplot support video, we will discuss Tecplot 360's Time Animation feature, which allows you to create animations that display time-dependent struct. Tecplot 10: A versatile plotting package for engineers and scientists Mike Peery, President Amtec Engineering, Inc. Bellevue, Washington, USA. 2 Amtec Engineering, Inc. Tecplot 10 To be released September 2003. 3 Amtec Engineering, Inc. Headquarters: 13920 SE.

  • Deliver and maintain services, like tracking outages and protecting against spam, fraud, and abuse
  • Measure audience engagement and site statistics to understand how our services are used
If you agree, we’ll also use cookies and data to:
  • Improve the quality of our services and develop new ones
  • Deliver and measure the effectiveness of ads
  • Show personalized content, depending on your settings
  • Show personalized or generic ads, depending on your settings, on Google and across the web
For non-personalized content and ads, what you see may be influenced by things like the content you’re currently viewing and your location (ad serving is based on general location). Personalized content and ads can be based on those things and your activity like Google searches and videos you watch on YouTube. Personalized content and ads include things like more relevant results and recommendations, a customized YouTube homepage, and ads that are tailored to your interests.

Click “Customize” to review options, including controls to reject the use of cookies for personalization and information about browser-level controls to reject some or all cookies for other uses. You can also visit g.co/privacytools anytime.

Creating a new variable or referencing a variable by name requires surrounding it in curly braces.

Variables on the right side of equations may be referenced by two other methods: First, by the variable index. Second is to use variable assignment letter codes. In this example, we’re using ‘u’ and ‘v’ which represent the variables assigned to the U and V vector components in Plot -> Vector -> Variables dialog. A complete list of variable assignment letter codes is available in Section 20 – 1.1, “Equation Syntax” in the User’s Manual.

Common mathematical functions such as SIN, COS, SQRT, and other common mathematical operands are available in the equation syntax. Notably, squared or second power is indicated by a double star. A full list of functions is located in Section 20 – 1.1, “Equation Syntax” in the User’s Manual.

For our velocity magnitude calculation, all three of these equations will achieve the same result.

Editing Specific Zones

If you only want to edit or create a variable for one zone, select the zone you wish to use in the “Zones to Alter” field.

For this example, only the second zone will be edited and Vmag will be calculated using only its velocity components.

If you wanted to compare two zones, find two zones of identical grid structure and enter the following syntax:

This will create a new variable called “delta_Vmag” which takes the difference of the tenth and first zone. The result will be applied only to the first zone due to the selection in “Zones to Alter”.

To see a full example of the bracket syntax, watch “Comparing Grids in Tecplot 360”.

Using IF statements

Tecplot Focus Tutorial

Let’s say you only want to edit a specific portion of your dataset. You can specify these conditions with an IF statement. Let’s take the Vmag variable we have already created and make it 0 outside of a specific region:

Tecplot Tutorial

This equation reiterates our Vmag calculation and then adds our IF statement. This IF condition makes all of the Vmag values outside our bounding box, equal to zero. Our bounding box chosen in this situation is X from -5 to 5, and Y from -5 to 5.

Tecplot Focus Tutorial

If you would like to learn additional capabilities and examples of the Specify equations dialog, check out previous tutorial videos: “Data Alter using If Conditions” or “Comparing a CFD solution with Experimental Data” from the external flow series.

Comments are closed.