Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

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

 

[bingo_chatbox]