Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

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

abaqus script for querying mass of many parts

Status
Not open for further replies.

gmui

Mechanical
Joined
Mar 14, 2016
Messages
1
Location
US
I have Abaqus models consisting of up to 200 parts (or element sets) and I need mass for each part. I can query mass properties, but would have to manually pick each part, one at a time. Anyone has experience automating this with script?
When I review abaqus.rpy after querying a few parts, the queries are logged in comment statements only, and not any actual python statements so that I would not know how to extend it into a python script.
 
Mhhhh, there is a Scripting Reference Manual, it is searchable and you are looking for "mass". Now what could you do?
 
As Mustaine3 said, the scripting manual should be of use to you. I'd also caution you that depending on how your model is setup, the mass reported in the GUI may not be accurately reported (for example, if you're using spatially varying shell thicknesses with the Nodal Thickness option).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top