How do I write to LS-Dyna input deck via ACT GetCommands?
The methodology is same as that for the APDL solver. Refer to the ACT learning course on the Ansys Learning Hub and the "DemoLoad" extension in the ACT Extension Templates.
For LS-Dyna just add an extra attribute to the XML:
<load name="DemoLoad" version="1" caption="DemoLoad" icon="tload" color="#00FFFF"> <attributes custom_dyna="Yes"/> <callbacks> <getcommands location="init">lsdyna_input</getcommands> </callbacks>