Skip to content

Commit

Permalink
Merge pull request #95 from jinyan1214/develop
Browse files Browse the repository at this point in the history
Marginal case of single span bridges that are longer than 150m
  • Loading branch information
zsarnoczay authored Jan 30, 2025
2 parents c97aaa8 + 1c00731 commit 34bab2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pelicun/resources/auto/Hazus_Earthquake_IM.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def getHAZUSBridgeK3DModifier(hazus_class, aim):
return 1
else:
n = aim['NumOfSpans']
if n < 2:
return 1
a = factors[mapping[hazus_class]][0]
b = factors[mapping[hazus_class]][1]
return 1 + a / (
Expand Down

0 comments on commit 34bab2e

Please sign in to comment.