< Back

Display Solution Time on Plot


Problem:

I want to display the solution time on my plot.

 

Solution:

Use dynamic text to refer to Tecplot’s SOLUTIONTIME variable.

Navigate to the Insert>Text menu and click on the plot to open the Text Details dialog.

Refer to the SOLUTIONTIME variable using the following syntax:

&(SOLUTIONTIME)

Please see the User’s Manual for a list of available options regarding dynamic text formatting.

For example, to format the solution time as a two-digits float:

&(SOLUTIONTIME%.2f)