Dear ALL,
I have the following code which was originally excerpted from userbeam.inp and slightly modified to suit my needs, I have difficulty of understanding the orientation and direction assignment in Claculix code, for orthogonal systems it converges with other commercial softwares but if the elements are oblique then it starts to deviate.
I’ve seen that comparison exmaples but this is for very basic element and doesn’t totally corresponds to what I really need.
My shape is actually like that:
I think that orientation is what is malfunctiniong here, the 3rd line under the BEAMSECTION keyword, your guidance will be appreciated.
** Structure: cantilever beam.
** Test objective: user beam element U1
*NODE, NSET=Nall
1, -4.,0.,0.
2, -5.,0.,3.
3, -1,0,6
4, 4,0,3
5, 3,0,0
*ELEMENT, TYPE=U1
1, 1,2
2, 2,3
3, 3,4
4, 4,5
*USER ELEMENT,TYPE=U1,NODES=2,INTEGRATION POINTS=2,MAXDOF=6
*ELSET, ELSET=E1
1
*ELSET, ELSET=E2
2
*ELSET, ELSET=E3
3
*ELSET, ELSET=E4
4
*BOUNDARY
1,1,6
5,1,6
*MATERIAL,NAME=EL
*ELASTIC
210000,.3
*BEAM SECTION,ELSET=E1,MATERIAL=EL,SECTION=GENERAL
0.0625,3.2552083333e-4,0.,3.2552083333e-4,0.8333
1,0,0
*BEAM SECTION,ELSET=E2,MATERIAL=EL,SECTION=GENERAL
0.0625,3.2552083333e-4,0.,3.2552083333e-4,0.8333
0,1,0
*BEAM SECTION,ELSET=E3,MATERIAL=EL,SECTION=GENERAL
0.0625,3.2552083333e-4,0.,3.2552083333e-4,0.8333
0,1,0
*BEAM SECTION,ELSET=E4,MATERIAL=EL,SECTION=GENERAL
0.0625,3.2552083333e-4,0.,3.2552083333e-4,0.8333
1,0,0
*STEP
*STATIC
*CLOAD
3,3,1000
*NODE PRINT,NSET=Nall
U
**EL PRINT,ELSET=Eall
**S
*END STEP