Table of Contents

Overview: what is it?

The PIPER software framework was developed to help with the positioning and the personalization of Human Body Models (HBM) for injury prediction to be used in road safety. These HBM are typically available in one size and one posture (which can be difficult or time consuming to change), and they are implemented in commercial explicit Finite Element (FE) codes such as Ld-Dyna3D (LSTC), Pamcrash (ESI), Radioss (Altair) or Abaqus.

The framework aims to be modular, and model and code agnostic. More specifically, the idea is to be able to apply the same positioning, scaling or personalizing methodologies to several models in different codes, resulting in models that can be used in simulations with little or no correction. For this, the framework handles the import and export of the model, and model transformation methodologies are implemented in reusable modules. In order to facilitate the real time user interactions, the PIPER framework only uses geometric or lightweight physics approaches for the modules transforming the FE model.

In practice, the import, export, and most modules developed up to now are included in a main application that also provides a GUI, a 3D display of the model and a Python scripting interface. As it is Open Source, the framework and application uses many other open source libraries. The framework can easily be extended by adding modules or through scripting. The software was developed as part of the PIPER European Project.

Several modules are already included in the software (see descriptions below). The framework and all its modules were released under an Open Source License end of April 2017.

Scaling in PIPER: overview

HBM Scaling approaches seem more widespread in the literature than positioning approaches. The PIPER framework provides several tools than greatly can help with HBM scaling mainly based on anthropometric dimensions or landmarks (unfortunately, no module using Statistical Shape Models could be integrated yet) The main modules provided include:

Scaling Constraint module with GHBMC Child scaling module

Positioning in PIPER: overview

Positioning finite element Human Body Models (HBM) for safety is a challenging task. To the contrary of dummies, applying a succession of rotations and translations is not possible because the HBM includes non robotic joints with complex articular contacts because soft tissues need to be deformed along. Because of this, HBM positioning is typically performed by finite element simulation. These can be time consuming to set up and to run. Beyond that, the properties of the HBM were typically selected for their response at high acceleration levels and may not be appropriate for physiological motion or low deceleration. Furthermore, postural preferences and muscular reactions also affect the posture .

The PIPER framework aims to propose some alternative methodologies that can be used along current approaches. Positioning in PIPER typically starts with the Physics-based Interactive Pre-Positioning Module (or pre-positioning). The HBM is automatically transformed into a simplified model with a limited number of degrees of freedom that can be used in physics-based interactive simulation. Despite being simplified and interactive, the simulation can among others account for collisions between bones (to prevent penetration, limit range of motion, …) and provide a rough transformation of the soft tissues.

The pre-positioning process is the place where the user can input its various constraints, weight them, and compute a plausible posture (for the skeleton in particular). Constraints could also include a priori knowledge such as physiological observations or postural preferences which are not classical mechanical parameters. For now, physiological descriptions of the spinal curvature (called the Spine predictor tool) can interact with the model (e.g. collision detection on the vertebrae) during postural change.

Several options are then possible to transform the HBM using this pre-position as the target:

In all cases, the use of the Transformation smoothing after positioning was found to greatly improve the results. In some cases (for smaller motion), the pre-position may be directly used and lead to a plausible and runnable model after smoothing.

Interface in the preposition module (GHBMC, landmarks, frames) example of posture change (Ircobi 2018) Example of custom affines on the child pedestrian model

Where to find it?