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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to obtain mass and stiffness matrices with Abaqus

Status
Not open for further replies.

alain10025

New member
Joined
Feb 14, 2006
Messages
16
Location
CA
Hello,

i am working with Abaqus and I am trying to obtain the mass and stiffness matrices of my structure. I know the command to use in the .inp file but I have problems using the "ELSET" keyword ... Could someone help me ?
Thanks a lot ;)

Alain
 
hi Alain

If I read you right, you need to specify an elset name on the *ELEMENT MATRIX OUTPUT card. You can define the elset using the *ELSET card and put the elements you need into that. Check in the ABAQUS keywords reference - should tell you what you need to know.

Martin
 
The problem is that actually I can't found what is "elset" linked with...
I can't find in the Abaqus help file where "eleset" needs to be specified.
 
Alain

*ELSET is just a convenient way of grouping elemnts so that you can operate on them. It can be defined at either the part or instance level - have a look at *ELSET in the keyword reference. You should define a line like this;

*ELSET, ELSET=myelset
1,2,3,.....

Then, when you define the matrix output;

*ELEMENT MATRIX OUTPUT, ELSET=myelset

will output the matrices for the elements in myelset.

Martin

Martin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top