I have calculated results in ANSYS but would like to scale them. How can I do that?


Results can be scaled using a load case operation. First the load case must be created then the result in the load case can be scaled. The attached input demonstrates.


!* Scales load case
fini
/clear

/prep7
rect,,1,,1
et,1,42
amesh,all
mp,ex,1,30e6
mp,nuxy,1,0.3
FINISH

/SOL
nsel,s,loc,y,0
d,all,all
allsel
nsel,s,loc,y,1
d,all,uy,0.01 !Apply 0.01 UY displacement
allse
solve
FINISH

/POST1
LCDEF,1,,, !Create load case
LCFACT,1,2, !Scale by factor of 2
LCASE,1, !Read load case
plns,u,y !Plot scaled results

!Scaled result should plot 0.02 in UY





Show Form
No comments yet. Be the first to add a comment!