Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

how to find the reasons when some mistake happened?

Status
Not open for further replies.

jingjli

Mechanical
Apr 4, 2007
1
I'm new to abaqus, and studying now.
Everytime, when I write a code, there is something wrong.
Could somebody help me what's wrong with these code? How to check what's wrong when it happened? To see the status file? thanks so much!
*NODE
1001, -120, 0.575, 0
1101, 0, 0.575, 0
5001, -120, 0.575, 10.0
5101, 0, 0.575, 10.0
*NGEN,NSET=BLANK0
1001,1101,1
*NGEN,NSET=BLANK1
5001,5101,1
*NFILL,NSET=BLANK
BLANK0,BLANK1,4,1000
*ELEMENT,TYPE=S4R,ELSET=BLANK
1001,1001,2001,2002,1002
*ELGEN,ELSET=BLANK
1001,100,1,1,4,1000,1000
*SHELL SECTION,MATERIAL=AA5152O3,ELSET=BLANK
1.15,
*MATERIAL,NAME=AA5152O3
*DENSITY
2700E-12
*EXPANSION
1.0E-8
*ELASTIC
69E4, 0.31
*PLASTIC
113.3,0.0000,20
....
*ANNEAL TEMPERATURE
305
**
*SURFACE, NAME=BLANKBOT, MAX RATIO=1.0
BLANK, SNEG
*SURFACE, NAME=BLANKTOP, MAX RATIO=1.0
BLANK, SPOS
**
*NODE,NSET=REF_DIE
19999,0,-50
*SURFACE, NAME=DIE, TYPE=CYLINDER
0,0,0, 1,0,0
0,0,-1
START, 0., -46.82
LINE, -20.97, -46.82
CIRCL, -29.92, -38.76, -20.9695712035098, -37.8203861378924
LINE, -33.43, -5.37
CIRCL, -39.4, 0., -39.3982502782801, -6.00157433171917
LINE, -106.719421386719, 0.
CIRCL, -113.273255546895, 0., -109.996338466807, 1.0119340334947
LINE, -125., 0.
*RIGID BODY, REF NODE=REF_DIE, ANALYTICAL SURFACE=DIE
**
*NODE,NSET=REF_PUNCH
29999,0,30
*SURFACE, NAME=PUNCH, TYPE=CYLINDER
0,0,0, 1,0,0
0,0,-1
START, 0, 1.25
LINE, -20.97, 1.25
CIRCL,-28.67, 8.75, -20.97, 9.0
LINE,-33.37, 52.79
*RIGID BODY, REF NODE=REF_PUNCH, ANALYTICAL SURFACE=PUNCH
**
*NODE,NSET=REF_BINDER
39999,-82.5, 5
*SURFACE, NAME=BINDER, TYPE=CYLINDER, FILLET RADIUS=1
0,0,0, 1,0,0
0,0,-1
START, -40.0, 10.0
LINE, -40.0, 1.15
LINE, -105.0, 1.15
LINE, -105.0, 10.0
*RIGID BODY, REF NODE=REF_BINDER, ANALYTICAL SURFACE=BINDER
**
*NODE,NSET=REF_BEAD
49999,-110,5
*SURFACE, NAME=BEAD, TYPE=CYLINDER
0,0,0, 1,0,0
0,0,-1
START, -112.13,6.87
LINE, -112.13, 2.78
CIRCL,-107.87,2.78, -110,3.36
LINE,-107.87,6.87
*RIGID BODY, REF NODE=REF_BEAD, ANALYTICAL SURFACE=BEAD
**
*INITIAL CONDITIONS, TYPE=TEMPERATURE
BLANK, 20
*NSET,NSET=SYMMETRY,GENERATE
1101,5101,1000
*BOUNDARY
BLANK0,3,3
BLANK1,3,3
REF_DIE,1,6
REF_PUNCH, 1,1
REF_PUNCH, 3,6
REF_BINDER,1,6
REF_BEAD,1,1
REF_BEAD,3,6
SYMMETRY,XSYMM
**
*********************************************************************
*STEP, NLGEOM=YES
*DYNAMIC, EXPLICIT
,1E-10
*CONTACT PAIR, INTERACTION=ROUGH
BLANKBOT, DIE
BLANKTOP, BINDER
BLANKTOP, PUNCH
*SURFACE INTERACTION, NAME=ROUGH
*FRICTION
0.1
*BOUNDARY,TYPE=VELOCITY
REF_BEAD, 2, 2, -1
REF_PUNCH, 2, 2, 0
*OUTPUT,FIELD
*ELEMENT OUTPUT,ELSET=BLANK
S,STH,LE,PE,PEEQ
*NODE OUTPUT
U,RF,V
*CONTACT OUTPUT
CSTRESS,FSLIP
*OUTPUT,HISTORY
*ENERGY OUTPUT, ELSET=BLANK
ALLIE,ALLKE
*END STEP
 
Replies continue below

Recommended for you

Best places to look - the .sta (status) file and the .dat file.

I've just datachecked your deck in 6.6-1 and I get an "aborted with system error code 144" in the log file. Looks like you'll need to speak to ABAQUS support on this one (unless anyone else can decipher the error code :)

Regards

Martin
 
I would first check the .dat file. If you seach for error. the following have shown in the .dat file

PROCESSING PART, INSTANCE, AND ASSEMBLY INFORMATION
*******************************************************


***ERROR: in keyword *MATERIAL, file "test.inp", line 18: OdbError: Tabular
data for at least one option or suboption has either
blank or zero valued row(s).
***NOTE: DUE TO AN INPUT ERROR THE ANALYSIS PRE-PROCESSOR HAS BEEN UNABLE TO
INTERPRET SOME DATA. SUBSEQUENT ERRORS MAY BE CAUSED BY THIS OMISSION

Then if there is no error in the .dat file, usually they are due to typo and very easy to debug.

If there is no error in .dat but error in .msg. that is quite a usual case, usually meaning the FEA can not convert a solution. This is harder to debug as so many reason is behind it. But the error message in the .msg will give you some cludes.


In your case. I belive there is a space where you define the material.

*MATERIAL,NAME=AA5152O3
*DENSITY
2700E-12
*EXPANSION
1.0E-8
*ELASTIC
69E4, 0.31
*PLASTIC
113.3,0.0000,20
.... <-------

delet that line will debug one of the error
 
Yeah, I commented that line out, but it fails with the error code 144.

Martin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor