David Weed
Ansys Employee

 

Hello,

To access temperature values during the solution, please the dspget function (use idf = 20). Alternatively, the GetStackDisp function may work as well.

For retrieving load step information, see the include deck stepcm.inc

Note that, on a Windows OS, for retrieving information from the common blocks (when using an include deck), for the /UPF and shared library methods, unless you use the data sharing routines, a value of zero will be returned. Use a custom executable, which does not need to use these data sharing routines, to access the common blocks instead. For the Linux OS, you can use either /UPF or shared library methods without the need for the data sharing routines.