We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation LS Dyna Error 10907 (KEY+907) Reply To: Error 10907 (KEY+907)

igandiko
Ansys Employee

Please locate the ls-dyna input file writen by WB LS-DYNA. It should be in the solution directory (right click soluton > open solver directory > input.k). Please check *DEFINE_FUNCTION cards in the file. Most likely you have multiple *DEFINE_FUNCTION cards with same name (hpres) and ls-dyna solver is triggering an error. Function names should be unique. I think WB is using same function name for all objects defined for hydrostatic pressure. 

A workaround is to just add one object and for the second one, use keyword snippet to manually added *LOAD_SEGMENT and *DEFINE_FUNCTION cards while making sure function name is unique.Â