|
521 | 521 | "alpha_s_sand = None\n",
|
522 | 522 | "\n",
|
523 | 523 | "# ** beta_p\n",
|
524 |
| - "# Factor s used in pile tip resistance calculation as per NEN 9997-1 7.6.2.3 (h). The\n", |
525 |
| - "# value is inferred from the pile dimension properties, but can be overwritten.\n", |
| 524 | + "# Beta_p used in pile tip resistance calculation as per NEN 9997-1 7.6.2.3 (h). The\n", |
| 525 | + "#value is inferred from the pile dimension properties, but can be overwritten\n", |
526 | 526 | "beta_p = None\n",
|
527 | 527 | "\n",
|
528 | 528 | "# ** pile_tip_factor_s\n",
|
529 |
| - "#\n", |
| 529 | + "# Factor s used in pile tip resistance calculation as per NEN 9997-1 7.6.2.3 (h). The\n", |
| 530 | + "# value is inferred from the pile dimension properties, but can be overwritten.\n", |
530 | 531 | "pile_tip_factor_s = None\n",
|
531 | 532 | "\n",
|
532 | 533 | "# ** elastic_modulus\n",
|
|
813 | 814 | "outputs": [],
|
814 | 815 | "source": [
|
815 | 816 | "# plot group load settlement for a single pile tip level\n",
|
816 |
| - "multi_bearing_results.plot_load_settlement(-18);" |
| 817 | + "multi_bearing_results.plot_load_settlement(-16);" |
817 | 818 | ]
|
818 | 819 | },
|
819 | 820 | {
|
|
939 | 940 | "outputs": [],
|
940 | 941 | "source": [
|
941 | 942 | "# Select a CPT test-id to inspect\n",
|
942 |
| - "single_cpt_result = multi_bearing_results.cpt_results[\"0908\"]" |
| 943 | + "single_cpt_result = multi_bearing_results.cpt_results[\"CPT000000200908\"]" |
943 | 944 | ]
|
944 | 945 | },
|
945 | 946 | {
|
|
1056 | 1057 | "outputs": [],
|
1057 | 1058 | "source": [
|
1058 | 1059 | "# Get the results of the maximum net design bearing capacity (R_c_d_net) for every CPT.\n",
|
1059 |
| - "result = grouper_results.max_bearing_results" |
| 1060 | + "max_result = group_result.max_bearing_results\n", |
| 1061 | + "\n", |
| 1062 | + "print(\"Maximum R_c_d_net values per pile-tip-level\")\n", |
| 1063 | + "max_result.get_results_per_cpt(column_name=\"R_c_d_net\").round(1)" |
1060 | 1064 | ]
|
1061 | 1065 | },
|
1062 | 1066 | {
|
|
1065 | 1069 | "metadata": {},
|
1066 | 1070 | "outputs": [],
|
1067 | 1071 | "source": [
|
1068 |
| - "result.plot(hue=\"category\", pile_load_uls=pile_load_uls);" |
| 1072 | + "max_result.plot(projection=None, hue=\"category\");" |
1069 | 1073 | ]
|
1070 | 1074 | },
|
1071 | 1075 | {
|
|
1074 | 1078 | "metadata": {},
|
1075 | 1079 | "outputs": [],
|
1076 | 1080 | "source": [
|
1077 |
| - "result.plot(projection=None);" |
| 1081 | + "max_result.plot(hue=\"category\", pile_load_uls=pile_load_uls);" |
1078 | 1082 | ]
|
1079 | 1083 | },
|
1080 | 1084 | {
|
|
1133 | 1137 | "name": "python",
|
1134 | 1138 | "nbconvert_exporter": "python",
|
1135 | 1139 | "pygments_lexer": "ipython3",
|
1136 |
| - "version": "3.9.18" |
| 1140 | + "version": "3.11.8" |
1137 | 1141 | }
|
1138 | 1142 | },
|
1139 | 1143 | "nbformat": 4,
|
|
0 commit comments