Published August 25, 2026
| Version v3.1
Software
Open
NHERI-SimCenter/DamageAndLossModelLibrary: v3.1
Authors/Creators
Description
Version 3.1 extends the controlled vocabularies with unit-type information for demand types. The model data itself is unchanged.
Added
- Unit types in the demand-type vocabulary: the new canonical
EDP_TYPESmapping records each demand type's short acronym and the physical quantity it is measured in (UnitType), and the newUNIT_TYPESvocabulary enumerates the valid unit types:acceleration,speed,displacement,unitless,rotation,force,force_per_length, andpressure. Consumers (e.g., Pelicun 3.10+) can infer physical units for demand data from the vocabulary instead of maintaining hardcoded lists.
Changed
EDP_to_demand_typeis now derived fromEDP_TYPES. Its content is identical to before, so existing consumers are unaffected.
Install
pip install simcenter-dlml
Migrating from Pelicun 3.9 and earlier
Pelicun 3.9 and earlier downloaded the model data from this repository's latest GitHub release at import time. Starting with v3.0 the data lives under src/dlml/data/, a layout those versions cannot read, so they fail with a download error once this release becomes the latest one.
Recommended: upgrade to Pelicun 3.10 or later, which installs simcenter-dlml from PyPI and needs no download:
pip install --upgrade pelicun
If you must stay on Pelicun 3.9 or earlier, pin the model data to the last compatible release:
pelicun dlml update v2.1.0
The v2.1.0 release remains available and is not going away.
Files
NHERI-SimCenter/DamageAndLossModelLibrary-v3.1.zip
Files
(123.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a1d2b7a1085c4a4a2ed66fae4855360e
|
123.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/NHERI-SimCenter/DamageAndLossModelLibrary/tree/v3.1 (URL)
Software
- Repository URL
- https://github.com/NHERI-SimCenter/DamageAndLossModelLibrary