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 Temperature values on a path using APDL Reply To: Temperature values on a path using APDL

Lydia Lymperopoulou
Ansys Employee

Hello,

.Have you checked  documentation article 7.2.4 Mapping results into a Path 7.2. Reviewing Results in POST1 (ansys.com)?

Also this documentation link has an example that uses PATH commands: 3.4. Example Thermal-Stress Analysis (ansys.com)

This is the specific part I 'm reffering to:

! Define path by location
ppath,2,,.6
pdef,temp,temp
! Interpret temperature to path
pasave,radial,filea
! Save path to an external file
plpath,temp
! Plot temperature solution

[bingo_chatbox]