10-09-2017 01:29 PM - edited 10-09-2017 01:30 PM
Hey All,
I want to calculate NIJ for some upper-neck load data that I have collected on a Hybrid III 50th percentile dummy. I can easily use the crash analysis tool to process the calculation (see screenshot and code below), however, I am hoping to get some clarification on what DIAdem expects as inputs.
This results with the following scripted code:
Call ChnNijCalc("[1]/Time axis","[1]/Upper Neck Force Z1","[1]/Upper Neck Moment Y1","[1]/LoadCondition",6806,-135,"NTE")
DIAdem's help provides the following information on NIJ:
My questions are:
Thank you all in advance!
10-23-2017 10:24 AM
Hi, im using the ChnNijCalc() function as well. As inputs i add channel with force having kN units and second channel is the moment, which should have Nm units. Depending on type i add parameters from the table in help depending on dummy.
As this works for me, i didnt calculated it manually.