We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Write the parameter value to a text file Reply To: Write the parameter value to a text file

dlooman
Ansys Employee

BFE,TEMP is a "structural" temperature not a thermal analysis temperature.  Normally the nodal temperatures are of interest so nsol,2,node number,temp is used.  I don't see a way to plot the average element temperature in post26 so you for that you have to use post1 as Matt mentioned:

/post1 

set,,,,,time

etable,e_temp,temp

pretab,e_temp

Â