vidiii
Industrial
- Nov 13, 2006
- 36
Hi,
I hope somebody can help me.
I have modelled a beam (3D), and I want to test the influence of clamping by connecting the nodes to other nodes with spring elements. By changing the K of the springs the influence of the clamping could be tested. However I have a problem making the elements.
I use the next code for creating the elements:
*GET,MAXN,NODE,,NUM,MAX
LENGTEVEER=10e-3
tllr=1
*DOWHILE,AANTALS
N,MAXN+tllr,NX(NODENUMMERS1(tllr)),NY(NODENUMMERS1(tllr)),NZ(NODENUMMERS1(tllr))+LENGTEVEER
e,NODENUMMERS1(tllr),MAXN+tllr
D,MAXN+tllr,ALL
tllr=tllr+1
*IF,tllr,EQ,NUMMER1,THEN
*EXIT
*ENDIF
*ENDDO
The problem is this line:
e,NODENUMMERS1(tllr),MAXN+tllr
It gives the next errors:
Element 2716 does not have all of its required nodes defined. The E command is aborted.
The E command cannot store element 2716, possibly because one or more nodes is not defined.
I dont understand why these errors are given, the provided nodes are valid. The element type is set to COMBIN14:
ET,3,COMBIN14
R,1,1000, , ,
TYPE, 1
MAT,
REAL, 1
ESYS, 0
SECNUM,
!*
I hope somebody has an idea.
Thanks in advance,
Vidii
I hope somebody can help me.
I have modelled a beam (3D), and I want to test the influence of clamping by connecting the nodes to other nodes with spring elements. By changing the K of the springs the influence of the clamping could be tested. However I have a problem making the elements.
I use the next code for creating the elements:
*GET,MAXN,NODE,,NUM,MAX
LENGTEVEER=10e-3
tllr=1
*DOWHILE,AANTALS
N,MAXN+tllr,NX(NODENUMMERS1(tllr)),NY(NODENUMMERS1(tllr)),NZ(NODENUMMERS1(tllr))+LENGTEVEER
e,NODENUMMERS1(tllr),MAXN+tllr
D,MAXN+tllr,ALL
tllr=tllr+1
*IF,tllr,EQ,NUMMER1,THEN
*EXIT
*ENDIF
*ENDDO
The problem is this line:
e,NODENUMMERS1(tllr),MAXN+tllr
It gives the next errors:
Element 2716 does not have all of its required nodes defined. The E command is aborted.
The E command cannot store element 2716, possibly because one or more nodes is not defined.
I dont understand why these errors are given, the provided nodes are valid. The element type is set to COMBIN14:
ET,3,COMBIN14
R,1,1000, , ,
TYPE, 1
MAT,
REAL, 1
ESYS, 0
SECNUM,
!*
I hope somebody has an idea.
Thanks in advance,
Vidii