Using ccx 2.23. Similar to issue on Github.
Is it impossible to connect a beam element to a truss element?
-
Using a shared node does not work:
The cross section of the left end of the beam should be rotated, but it isn’t.
And the tangent to the beam on the right end should be horizontal, but it isn’t. -
Using *EQUATION does not work either:
The tangent to the beam on the right end should be horizontal, but it isn’t.
*NODE, NSET=ALL
1, 0, 0 ,0
2, 0, 1500, 0
3, 3000, 0, 0
**
** Using EQUATION:
777, 0, 0, 0
*ELEMENT,TYPE=T3D2,ELSET=ROD
1, 1,2
*ELEMENT,TYPE=B31,ELSET=BEAM
** 2, 1,3
** Using EQUATION:
2, 777,3
*MATERIAL,NAME=MAT
*ELASTIC
210.e3, 0.3
*SOLID SECTION,ELSET=ROD,MATERIAL=MAT
1000
*BEAM SECTION,ELSET=BEAM,MATERIAL=MAT,SECTION=RECT
200, 100
0, 1, 0
*BOUNDARY
2, 1,3
3, 1,6
**
** Using EQUATION:
*EQUATION
2
1, 1, 1.0, 777, 1, -1.0
2
1, 2, 1.0, 777, 2, -1.0
2
1, 3, 1.0, 777, 3, -1.0
*STEP
*STATIC
*CLOAD
1,2, -50.E3
*NODE PRINT, NSET=ALL
U, RF
*NODE FILE
U
*END STEP



