Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

LINK 180 ELEMENT PROBLEM

Status
Not open for further replies.

3JC

Mechanical
Jul 12, 2010
98
0
0
PE
Dear friends of the ANSYS forum,

I am new on the use of ANSYS, and for instance I am performing basic tutorials such as the next:


But I have a problem from starting :-:) I have tried to do the next tutorial, but when I try to define the section property of the LINK 180 element (), defining it as a real constant, I have the next error:

"Real constants for the element type are no longer supported"

I have been looking for information in internet, but I couldn't find any procedure on the graphical interface, by clicking with the mouse as on the tutorial (only typing the next code):

secdata, 0.5

Could you please tell me what I can I do.

Thank you very much for your attention. Regards,

3JC
 
Replies continue below

Recommended for you

V13 was the last version that used real constants for section properties for LINK180. Starting at V14, section data is input with the SECTYPE and SECDATA commands.

Rick Fischer
Principal Engineer
Argonne National Laboratory
 
Here is a example how to specify link180 element.

xxxxxxxxxxxxxxxxxxxxxxxxxxxx

ET,1,LINK180
KEYOPT,1,3,1 ! 1 tension and tcom[ressuion; 1 TENSION ONLY; 2 compression only
SECTYPE,1,LINK !define member section
SECDATA,1.5 !bar cross section area

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 
Status
Not open for further replies.
Back
Top