Good afternoon
I'm try to create a non linear simulation on truss structure for plastic deformation but i have this error:
*ERROR in cascade: zero coefficient on the dependent side of an equation dependent node: 14 direction: 1
I attach the file
best regards
Cingolo
Comments
Z Displacement constraint on the common node to constraint rigid body rotation.
Either turn off quasi-static or make the force time-dependent (250*t). Quasi-static with no time dependence often fails.
now i have try to apply isotropic hardening curve with this data:
0, 0
0.00125, 250
0.025, 350
0.15, 470
but i display this error:
*ERROR: increment size smaller than minimum best solution and residuals are in the frd file
Best regads
time step 0.001s
- Smooth the corners of the curve by adding more points near whatever stress/strain it stops at.
- If the solution stops near final point (0.15, 470), add another point far above that, otherwise it uses constant extrapolation so the curve becomes horizontal which will likely fail.
Use line3 elements and take the force at the midside node. It's still not listed under Element values but isn't polluted by values from other elements sharing the node. Beware that line3 truss elements should be slender because their stiffness has an error which increases with the ratio of width to length.
Use *SECTION PRINT to output it to a separate .dat file. Example attached. The output goes in truss_axial_force.dat in the working directory.
I found it interesting to replace the force with the equivalent Y-displacement (I used 0.157399*t based on your result). It is an interesting problem - the knee in the load-deflection curve does not appear until all three spars have yielded