DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Crash Analysis (HIC)

Crash Analysis (HIC)

Use this dialog box to calculate the Head Injury Criterion (HIC) values.

Settings

Time channel Specifies the data channel containing the time values of the signal in seconds. The values of the data channel must be monotonic increasing.
Acceleration Specifies the data channel containing the acceleration values of the signal in gn (acceleration of gravity).
HIC value Specifies whether DIAdem calculates the HIC value.
HIC 36 value Specifies whether DIAdem calculates the 36 ms value.
HIC 15 value Specifies whether DIAdem calculates the 15 ms value.
HIC XY value Specifies whether DIAdem calculates the HIC value with adjustable window width.
HIC(d) value Specifies whether DIAdem calculates the HIC(d) value.
Window width Specifies the width of the window for calculating the HIC value in milliseconds.
Note  The HICVersion variable receives the algorithm version number, which is independent of the DIAdem version number.
Refer to the description of the HIC criterion for further information such as mathematical background, input values, and directives and laws.
If you want to use waveform channels in this dialog box, follow Rule 2.2 for Calculating with Waveform Channels.

Result

The calculation results are in the 4*5 variable matrix HICRes and the channel properties of the input channel. The HIC values are specified in gn (acceleration of gravity) and the time values in ms:

Result variable Channel property Description
HICRes(1.1) Result~HIC~Value Receives the HIC values for unlimited duration.
HICRes(2.1) Result~HIC~T1 Receives the T1 values for an unlimited duration.
HICRes(3.1) Result~HIC~T2 Receives the T2 values for an unlimited duration.
HICRes(4.1) Result~HIC~MeanAcceleration Receives the mean value of the head acceleration between T1 and T2 for an unlimited duration.
HICRes(1.2) Result~HIC36~Value Receives the HIC values for 36 ms.
HICRes(2.2) Result~HIC36~T1 Receives the T1 values for 36 ms.
HICRes(3.2) Result~HIC36~T2 Receives the T2 values for 36 ms.
HICRes(4.2) Result~HIC36~MeanAcceleration Receives the mean value of the head acceleration between T1 and T2 for 36 ms.
HICRes(1.3) Result~HIC15~Value Receives the HIC values for 15 ms.
HICRes(2.3) Result~HIC15~T1 Receives the T1 values for 15 ms.
HICRes(3.3) Result~HIC15~T2 Receives the T2 values for 15 ms.
HICRes(4.3) Result~HIC15~MeanAcceleration Receives the mean value of the head acceleration between T1 and T2 for 15 ms.
HICRes(1.4) Result~HICUser~Value Receives the HIC values for the value specified in ms.
HICRes(2.4) Result~HICUser~T1 Receives the T1 values for the value specified in ms.
HICRes(3,4) Result~HICUser~T2 Receives the T2 values for the value specified in ms.
HICRes(4.4) Result~HICUser~MeanAcceleration Receives the mean value of the head acceleration between T1 and T2 for the value specified in ms.
HICRes(1.5) Result~HICd~Value Receives the HIC(d) values.
HICRes(2.5) Result~HICd~T1 Receives the T1 values for the HIC(d) calculation.
HICRes(3.5) Result~HICd~T1 Receives the T2 values for the HIC(d) calculation.
HICRes(4.5) Result~HICd~MeanAcceleration Receives the mean value of the head acceleration between T1 and T2 for the HIC(d) calculation.
HICVersion Result~HIC~Version Receives the algorithm version number, which is independent of the DIAdem version number.
  Result~HICUser~WindowWidth Receives the width of the window for calculating the HIC value in milliseconds.
To calculate quantity-based in DIAdem, click the Calculate Quantity-Based button on the DIAdem ANALYSIS toolbar. When executing quantity-based calculations, DIAdem checks whether the program can also execute calculations on physical quantities in the same calculation. If DIAdem cannot execute the calculation because the physical quantities are unsuitable, the program displays an error message. Refer to the Help page Calculating Quantity-Based and Non-Quantity-Based in DIAdem for the conditions and rules for quantity-based calculations.

Script Call

Call SUDDlgShow("Main", ResourceDrv & "AnaChnHICCalc")

ChnHICCalc

Examples

Crash Analysis | Crash Evaluation Based on the MME Standard | Synchronizing Videos and Waveform Data

Was this information helpful?