jkupka84
Mechanical
- Apr 15, 2014
- 40
Hi,
I get node temperature via command
which works. But if I want to do same for n load steps
I get only the last time step temperature. The result file is from Ansys Workbench (temperature field is imported via external data). Is it possible get node temperature from all load steps?
Best regards
JK
I get node temperature via command
Code:
*GET,Par,NODE,N,NTEMP
which works. But if I want to do same for n load steps
Code:
*GET,Par,ACTIVE,0,SET,NSET
*DIM,Par2,ARRAY,Par
*DO,i,1,Par
SET,i,1
*GET,Par2(i),NODE,N,NTEMP
*ENDDO
I get only the last time step temperature. The result file is from Ansys Workbench (temperature field is imported via external data). Is it possible get node temperature from all load steps?
Best regards
JK