I would like to create nonlinear bushing joints with Mechanical scripting. When I turn on recording, I can see the commands to insert a joint, set the type and scoping, but it does not show the command to run the stiffness entries to tabular in Mechanical so nonlinear coefficients can be entered.
I understand that nonlinear stiffness behavior can be activated via APDL command snippet, which can be added via scripting. This worked for me in the past for a revolute joint, where I was able to insert a revolute joint with default 0 stiffness, then overwrite its stiffness behavior via APDL snippet. The issue with bushing joint is that Mechanical writes out a "TB,JOIN,_jid,,,STIFF" line to the input file by default when the bushing joint object is inserted (this is not the case for a revolute joint). Since the STIFF keyword cannot co-exist with the JNS keywords needed for nonlinear stiffness coefficients, I cannot overwrite it via APDL snippet either.
Any suggestions and comments are welcome!