Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

write data with abaqus

Status
Not open for further replies.

fentasio

Mechanical
Joined
Mar 5, 2002
Messages
6
Location
FR
hi
I work with abaqus. I would like to write in the data file some elements results. I know how to do when I know the element numbers but now I need all elements of a part or of an instance. Is there an option like all to do that?
thanx in advance.
nick
 
U can put all the elements of that part in an element set and then request the output of the whole element set. Say for an element set with the name BOLTS you can request the output of the stress for all the elemnts of the set using
*EL FILE, ELSET=BOLTS, FREQ=1
S
*EL PRINT, ELSET=BOLTS, FREQ=1
S

hope this helps
Tapan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top