jkupka84
Mechanical
- Apr 15, 2014
- 40
Hi
I try to get temperature for x nodes via implied loop like that
this command writes temperature only for the last node x. ANSYS output Windows shows me correct values for each node but I am unable to write them all to variable Par.
Is it possible to do such thing or I have to use classic *DO do-loop?
Best regards
JK
I try to get temperature for x nodes via implied loop like that
Code:
*GET,Par(1:x),NODE,N(1:x),BFE,TEMP
this command writes temperature only for the last node x. ANSYS output Windows shows me correct values for each node but I am unable to write them all to variable Par.
Is it possible to do such thing or I have to use classic *DO do-loop?
Best regards
JK