Skip to content

Commit

Permalink
refactor: move measurement_type and methode_safety_factor
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Dec 6, 2023
1 parent 99c721d commit 5c56f9d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions notebooks/NBxxxxx_SBRA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,6 @@
"# Accepted values: [\"Amsterdam\", \"Maasvlakte\", \"Rotterdam\", \"Groningen\", \"Den Haag\", \"Tiel\", \"Eindhoven\"]\n",
"reference_location = \"Amsterdam\"\n",
"\n",
"# ** measurement_type\n",
"# Type of measurement based on the SBR A table 9.2.\n",
"# Accepted values: [\"indicative\", \"limited\", \"extensive\" ]\n",
"measurement_type = \"extensive\"\n",
"\n",
"# ** methode_safety_factor\n",
"# Parameter that indicated how the safety factor is calculated.\n",
"# Accepted values: [\"CUR\", \"exact\" ]\n",
"methode_safety_factor = \"exact\"\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 @@ -275,7 +265,17 @@
"# factor 5% wanneer trilblok wordt gebruikt,\n",
"# factor 10% - 20% wanneer heiblok wordt gebruikt,\n",
"# 0% wanneer slagkracht berekend obv conusweerstand.\n",
"force_reduction = 5"
"force_reduction = 5\n",
"\n",
"# ** measurement_type\n",
"# Type of measurement based on the SBR A table 9.2.\n",
"# Accepted values: [\"indicative\", \"limited\", \"extensive\" ]\n",
"measurement_type = \"extensive\"\n",
"\n",
"# ** methode_safety_factor\n",
"# Parameter that indicated how the safety factor is calculated.\n",
"# Accepted values: [\"CUR\", \"exact\" ]\n",
"methode_safety_factor = \"exact\""
]
},
{
Expand Down

0 comments on commit 5c56f9d

Please sign in to comment.