Can I plot strain energy error with just a results file?


Yes; however, PLESOL,SERR requires material properties. In this input, the first and third PLESOL commands work but the second does not because there is no material property defined. Also, note that the /GRAPHICS,FULL must be issued before the SET command.



/sho,file
/prep7
block,,1,,1,,1
et,1,95
vmesh,all
/VIEW,1,1,1,1
ksel,s,loc,x,0
dk,all,all
ksel,inve
fk,all,fx,100
allsel
mp,ex,1,3e7
FINISH
/SOL
solve
FINISH
/POST1
/graphics,full
set,1
PLESOL, SERR,, 0,1.0
FINISH
!save,stress,db
!
/clear
/post1
/graphics,full
set,1
PLESOL, SERR,, 0,1.0
FINISH
!
/clear
/prep7
mp,ex,1,3e7
fini
/post1
/graphics,full
set,1
PLESOL, SERR,, 0,1.0
FINISH





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