Bouquet et. al 1994¶
These are simulation setups designed to replicate the hub impact on the thorax and carried out by Bouquet et al. (1994). The full reference is provided at the end of this document.
PMHS reference data overview¶
There are variants of the hub setups, which are documented by Bouquet et. al (1994). The setups differ in terms of impact speed and location. The table below provides an overview of the test.
| Subject | Test | Impact location | Impact speed (m/s) | Category |
|---|---|---|---|---|
| MRT 01 | MRB 01 | L.Pelvis | 3.50 | Middle sized male |
| MRT 01 | MRB 02 | L.Pelvis | 6.74 | |
| MRT 02 | MRB 03 | R.Pelvis | 3.40 | Middle sized male |
| MRT 02 | MRB 04 | R.Pelvis | 6.50 | |
| MRT 03 | MRB 05 | R.Pelvis | 3.41 | Middle sized male |
| MRT 03 | MRB 06 | R.Pelvis | 6.77 | |
| MRT 04 | MRB 07 | R.Pelvis | 3.43 | Small sized male |
| MRT 04 | MRB 08 | R.Pelvis | 6.46 | |
| MRT 05 | MRB 09 | R.Pelvis | 3.29 | Small sized male |
| MRT 05 | MRB 10 | R.Pelvis | 6.?? | |
| MRT 06 | MRB 11 | R.Pelvis | 3.34 | Large sized male |
| MRT 06 | MRB 12 | R.Pelvis | 6.64 | |
| MRT 07 | MRB 13 | R.Pelvis | 3.35 | Middle sized male |
| MRT 07 | MRB 14 | R.Pelvis | 6.44 |
The characteristics of all PMHS used in these tests are provided in the table below.
| Subject Number | Weight (kg) | Height (m) | Age |
|---|---|---|---|
| MRT 01 | 82 | 1.73 | 76 |
| MRT 02 | 76 | 1.74 | 57 |
| MRT 03 | 69 | 1.73 | 66 |
| MRT 04 | 52 | 1.64 | 69 |
| MRT 05 | 54 | 1.62 | 69 |
| MRT 06 | 86 | 1.81 | 38 |
| MRT 07 | 60 | 1.70 | 63 |
| Average | 68.4 | 1.70 | 62.6 |
Instructions¶
Follow the General Instructions for setting up your simulations. Make sure that all required outputs are available in the simulation output files (e.g. binout when using LS-Dyna) in an appropriate time frequency!
A detailed guide with illustrations is provided in the Documentation_Hub_Sternum.pdf and the Documentation_Hub_Pelvis.pdf.
Please report all new issues you encounter.
Directory structure¶
- Jupyter notebook for postprocessing results using Dynasaur:
Bouquet_1994
│ 00_Master_Hub_Pelvis.k
│ 00_Master_Hub_Sternum.k
│ Bouquet_1994_assessment_Pelvis.ipynb
│ Bouquet_1994_assessment_Sternum.ipynb
│ Documentation_Hub_Pelvis.pdf
│ Documentation_Hub_Sternum.pdf
│ LICENSE
│ README.md
│ Version vX.X.X.md
│
├───data
│ ├───examples
│ │ ├───Pelvis
│ │
│ ├───experiment
│ │ Bouquet_1994_Pelvis_Force_Corridors.csv
│ │ Bouquet_1994_Pelvis_HS_Force_Curves.csv
│ │ Bouquet_1994_Pelvis_LS_Force_Curves.csv
│ │ Bouquet_1994_Sternum_Deflections.csv
│ │ Bouquet_1994_Sternum_Force_Corridors.csv
│ │ Bouquet_1994_Sternum_HS_Force_Curves.csv
│ │ Bouquet_1994_Sternum_LS_Force_Curves.csv
│ │
│ ├───metadata
│ │ │ 00_Bouquet_env_ID.def
│ │ │ 00_Bouquet_hub_ID.def
│ │ │ 00_THUMS_v4.1_50M_IDs.def
│ │ │ 00_VIVA+_50F_IDs.def
│ │ │ 01_units_ms_mm_kg.def
│ │ │ 01_units_s_mm_ton.def
│ │ │ 02_quality_criteria.def
│ │ │ 04_hub.def
│ │ │ 05_HBM_deflection.def
│ │ │ 06a_HBM_ribs_visualisation.def
│ │ │ 06_HBM_chest_deflection.def
│ │ │ 06_HBM_ribs_criteria.def
│ │ │ 07a_HBM_ribs_NFR_risk_Larsson_2021.def
│ │ │ 07b_HBM_ribs_NFR_risk_Larsson_2021_deflection_limits.def
│ │ │ 07c_HBM_THUMS_50M_ribs_NFR_risk_Forman2022_3plus.def
│ │ │ 07d_HBM_THUMS_50M_ribs_NFR_risk_Forman2022_3plus_deflection_limits.def
│ │ │ ls_user_function.py
│ │
│ └───processed
│ ├───figures
│ │ ├───Pelvis_HS
│ │ │
│ │ ├───Pelvis_LS
│ │ │
│ │ ├───Sternum_HS
│ │ │
│ │ └───Sternum_LS
│ │
│ └───sim_results
│ ├───Pelvis_HS
│ │
│ ├───Pelvis_LS
│ │
│ ├───Sternum_HS
│ │
│ └───Sternum_LS
│
├───sim_results
│ ├───Pelvis_HS
│ │ _copy_your_binouts_here.txt
│ │
│ ├───Pelvis_LS
│ │ _copy_your_binouts_here.txt
│ │
│ ├───Sternum_HS
│ │ _copy_your_binouts_here.txt
│ │
│ └───Sternum_LS
│ _copy_your_binouts_here.txt
│
├───_env
│ 00_Database_Control.k
│ 01_Table.k
│ 02_Hub.k
│ 02_Plate.k
│ 03_Boundary_Condition_Pelvis.k
│ 03_Boundary_Condition_Sternum.k
│ 04_Position_springs.k
│ 05_Calculations_Pelvis.k
│ 05_Calculations_Sternum.k
│
└───_HBM
_copy_your_HBM_includes_here.txt
Loadcase specific outputs¶
Time-history data:
- Energies
- Total energy
- Internal energy
- Kinetic energy
- Hourglass energy
- Added mass (when using mass scaling)
- Percent increase of added mass
- Contact forces
- Contact force between HBM and hub
- Hub
- X-coordinate, Y-coordinate, Z-coordinate of the hub
- HBM
- X-coordinate, Y-coordinate, Z-coordinate of the thoracic vertebra, which is in line with the hub
- Relevant strain data (see above) for each rib over time
License¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License
Copyright¶
Copyright [2024] OVTO
Acknowledgement¶
The setup has been developed by the Vehicle Safety Institute at Graz University of Technology to be HBM-neutral. This work was funded by the research project "QualiPro HBM4VT". We acknowledge the support of all sponsors:
- DYNAmore Gesellschaft für FEM Ingenieurdienstleistungen GmbH, an Ansys Company
- Global Human Body Models Consortium, LLC (GHBMC)
- Humanetics Innovative Solutions, Inc.
- SAFER (represented by Autoliv Development AB and Volvo Car Corporation)
- Toyota Motor Europe NV/SA
The Jupyter notebook is loosely based on the notebook for the Viano 1989 loadcase from the VIVA+ validation catalogue, which was prepared by Corina Klug.
References¶
Robert Bouquet, Michelle Ramet, François Bermond, Dominique Cesari, "Thoracic and pelvis human response to impact". 14th International Technical Conference on the Enhanced Safety of Vehicles, May 1994, MUNICH, Germany. pp. 100-109. hal-02452773 https://hal.science/hal-02452773