Hi
I try to get temperature for x nodes via implied loop like that
*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...
Hi,
I get node temperature via command
*GET,Par,NODE,N,NTEMP
which works. But if I want to do same for n load steps
*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...
Hi,
I'm trying to import external data (temperature field defined as node location with associated temperature) to mesh which is not same as external data. Is it possible do that in Femap environment?
Best regards
JK
Hi,
I try to select volumes via APDL in ANSYS Workbench but command VSEL return empty selection. So I check the model by /STAT,GLOBAL and there are no volumes (keypoints, lines, areas either).
I know the trick that I can access volume via Named Selections using CMSEL command but is there any...
Hi,
it is possible to use output parameter as input parameter, e.g. in the first simulation I get displacement of the surface and this surface displacement I use in the second simulation as load to the surface?
Regards
jkupka