Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Accessing node temperatures in User Programmable Feature during solution › Reply To: Accessing node temperatures in User Programmable Feature during solution
June 30, 2023 at 5:44 pm
Ansys Employee
Hi, just a correction on DSPGET. After testing, I realize that this is only valid for /post1. For a routine that is valid in /solu, try using NDSPGT instead. And yes, after using #include, you should have access to whichever include deck you specify.