Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Abaqus crashes when seeding

Status
Not open for further replies.

Senad83

Mechanical
Jul 13, 2007
43
0
0
NO
Hey all,

Abaqus CAE often crashes when I assign seeds to the model. Has anybody else expirienced this problem, and do anybody know if it's possible to fix this?

Kind regards

Senad
 
Replies continue below

Recommended for you

I have not seen this problem. But I must say crash in general is not very unusual. However the nice feature in ABAQUS CAE is that it lets you recover from the crash, when you reopen the file.

Gurmeet
 
I've gotten crashes while trying to seed using Python scripts. As I have understood it it has to do with how I choose the lines to seed in the code. Depending on how you seed (by number or bias) you should choose the lines in differnent ways.

For byNumber the lines should be in a sequence: (edge1, edge2, edge3, etc)
For byBias they should be: edge1 + edge2 + edge3 + etc

That's how I've understood it anyway, but I'm no expert :)

Petter
 
Thanks for answeres. I would agree with you pettervu, it mostly happends when I seed many regions, so there may be some rules about edge choise. But I've noticed that this rarly happends in 6.8-1.

Regards

Senad
 
Status
Not open for further replies.
Back
Top