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!

Buckling using ASET method in Femap

Status
Not open for further replies.

nuraen

Structural
Joined
Oct 21, 2022
Messages
3
Location
US
Need help setting up Buckling using ASET method in Femap.
I got a FATAL after an attempt at running a model.
I ran a static model, modified the .DAT file for buckling, added statsubs and method to all the subcases; added the EIGRL card, created a new constraint group (fixing all 6dofs) and used the group to create ASET bdf. Is fixing the 6dof appropriate? If yes, what could be source of the singularity FATAL I am getting?

 
What version of Femap are you using? Support for STATSUB was added in Femap 2019.1
 
ASET GRIDs should have all 6DOF constrained. You also need to include an SPC in addition to the ASET. See below for an example case control:

SUBCASE 1
SUBTITLE = STATIC_RUN​
SPC = 1​
LOAD = 1​

SUBCASE 2
SUBTITLE = BUCKLING​
SPC = 1​
STATSUB = 1 (static subcase)​
METHOD = 1 (EIGRL METHOD ID)​

BEGIN BULK
ASET 1 123456
ASET 2 123456
ASET 3 123456
ASET 4 123456
...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top