Hi,
I’m finding what looks like a bug. I would like if someone could confirm before posting on Github.
It may seem an strange situation but I think this could be involved in the convergence issues present in one of my pretension tests.
Springs passing from compression to tension show a nonlinear behavior that makes them to suddenly jump and end up at an incorrect position.
Spring in the example has:
K= 1 N/mm.
Initial length 1000mm.
Ramped compression force from 0 to 2000N
Expected elongation: 2000N/1N/mm=2000mm.
Expected final length 1000 mm = 1000N invested to compress 1000mm + 1000N invested to Stretch 1000mm (passing through a singular point with zero lenght)
Resulting final length = 3000mm
** Generated by Mecway 24
*NODE
1,0,0,0
2,0,0,-1
*ELEMENT,TYPE=SPRINGA
1,1,2
*ELSET,ELSET=Springs
1
*SPRING,ELSET=Springs
1.000000000000E+003
*BOUNDARY
1,1,,0
1,2,,0
1,3,,0
2,1,,0
2,2,,0
*AMPLITUDE,NAME=Az_2_1
0,0
0.5,1000
1,2000
*STEP,NLGEOM=YES,INC=100,AMPLITUDE=STEP
*STATIC,DIRECT,SOLVER=PARDISO
0.01,1,0,0
*CLOAD,AMPLITUDE=Az_2_1
2,3,1
*NODE FILE,GLOBAL=YES
U,RF
*EL FILE
S,NOE
*END STEP
A second situation is when the spring passes from compression to tension but now one of the nodes is offset such that the load is not colinear. Convergence in this situation directly fails.
** Generated by Mecway 24
*NODE
1,0,0,0
2,0,0.1,-1
*ELEMENT,TYPE=SPRINGA
1,1,2
*ELSET,ELSET=Springs
1
*SPRING,ELSET=Springs
1.000000000000E+003
*BOUNDARY
1,1,,0
1,2,,0
1,3,,0
2,1,,0
2,2,,0
*AMPLITUDE,NAME=Az_2_1
0,0
0.5,1000
1,2000
*STEP,NLGEOM=YES,INC=100,AMPLITUDE=STEP
*STATIC,DIRECT,SOLVER=PARDISO
0.01,1,0,0
*CLOAD,AMPLITUDE=Az_2_1
2,3,1
*NODE FILE,GLOBAL=YES
U,RF
*EL FILE
S,NOE
*END STEP