Skip to content

Commit

Permalink
chore(SBR): relocated referenceLocation to CUR codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Jun 24, 2024
1 parent 1d45629 commit 4e5bc6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/NBxxxxx_SBR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@
"# range: 1 - 8\n",
"thickness = 8.0\n",
"\n",
"# ** referenceLocation\n",
"# Based on CUR 166-1997 table 5.16 and 5.17\n",
"# Accepted values: [\"Amsterdam\", \"Maasvlakte\", \"Rotterdam\", \"Groningen\", \"Den Haag\", \"Tiel\", \"Eindhoven\"]\n",
"reference_location = \"Amsterdam\"\n",
"\n",
"# ** monumental\n",
"# Has the building structure a monumental status. Based on the SBR A table 10.3.\n",
"# Accepted values: [\"False\", \"True\" ]\n",
Expand Down Expand Up @@ -254,6 +249,11 @@
"# Accepted values: [\"shallow foundation\", \"concrete piles\", \"timber piles\", \"steel piles\" ]\n",
"foundation_element = \"concrete piles\"\n",
"\n",
"# ** referenceLocation\n",
"# Based on CUR 166-1997 table 5.16 and 5.17\n",
"# Accepted values: [\"Amsterdam\", \"Maasvlakte\", \"Rotterdam\", \"Groningen\", \"Den Haag\", \"Tiel\", \"Eindhoven\"]\n",
"reference_location = \"Amsterdam\"\n",
"\n",
"# ** safety_factor\n",
"# CUR166 overschreidingskans\n",
"safety_factor = 0.05 # safety_factor = CUR166 overschreidingskans\n",
Expand Down

0 comments on commit 4e5bc6d

Please sign in to comment.