abaqus results
abaqus results
(OP)
hi
how can I have a list of element results or node results with abaqus?
I mean, I have several jobs and I would like to compare the results at the same node or element so I need to know the results for one node or element but the same at each job.
thanks in advance for your help.
nick
how can I have a list of element results or node results with abaqus?
I mean, I have several jobs and I would like to compare the results at the same node or element so I need to know the results for one node or element but the same at each job.
thanks in advance for your help.
nick





RE: abaqus results
eg
*EL PRINT, ELSET="set1"
S22, MISES
will print out the s22 and mises stress for all elements in set1
*NODE PRINT, NSET="set2"
U1, U2
will print out the displacements in the 1 and 2 directions for nodes in set2
if you need more info than that i'm happy to help
RE: abaqus results
*NODE PRINT,NSET=BCRIGHT,TOTAL=YES,FREQ=1
U1,RF1
I hope this can help you