py-pilecore 1.0.2__tar.gz → 1.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of py-pilecore might be problematic. Click here for more details.
- {py_pilecore-1.0.2/src/py_pilecore.egg-info → py_pilecore-1.0.4}/PKG-INFO +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/pyproject.toml +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.4/src/py_pilecore.egg-info}/PKG-INFO +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/_version.py +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/main.py +100 -49
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/input/multi_cpt.py +30 -17
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/input/soil_properties.py +4 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/LICENSE +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/README.md +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/setup.cfg +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/py_pilecore.egg-info/SOURCES.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/py_pilecore.egg-info/dependency_links.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/py_pilecore.egg-info/requires.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/py_pilecore.egg-info/top_level.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/api.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/common.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/rectangle.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/round.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/main.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/materials.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/grid.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/type.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/exceptions.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/input/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/input/grouper_properties.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/input/tension.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/plot_utils.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/cases_multi_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/compression/multi_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/compression/single_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/grouper_result.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/load_settlement.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/post_processing.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/result_definitions.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/soil_properties.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/tension/multi_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/tension/single_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/typing.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/utils.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/interactive_figures/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/interactive_figures/utils.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/viewer_cpt_group_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/viewer_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
from typing import Dict, List
|
|
3
|
+
from typing import Dict, List, Literal
|
|
4
4
|
|
|
5
5
|
from pypilecore.common.piles.geometry import PileGeometry
|
|
6
6
|
from pypilecore.common.piles.geometry.components import (
|
|
@@ -91,9 +91,9 @@ class PileProperties:
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
def create_basic_pile(
|
|
94
|
-
pile_shape:
|
|
94
|
+
pile_shape: Literal["round", "rect", "rectangle"],
|
|
95
95
|
pile_name: str | None = None,
|
|
96
|
-
main_type:
|
|
96
|
+
main_type: Literal["concrete", "steel", "wood", "anchor"] | None = None,
|
|
97
97
|
specification: str | int | float | None = None,
|
|
98
98
|
installation: str | None = None,
|
|
99
99
|
height_base: float | None = None,
|
|
@@ -103,7 +103,8 @@ def create_basic_pile(
|
|
|
103
103
|
base_tertiary_dimension: float | None = None,
|
|
104
104
|
core_diameter: float | None = None,
|
|
105
105
|
base_diameter: float | None = None,
|
|
106
|
-
pile_material:
|
|
106
|
+
pile_material: Literal["concrete", "steel", "wood", "grout", "grout_extorted"]
|
|
107
|
+
| None = None,
|
|
107
108
|
custom_material: dict | None = None,
|
|
108
109
|
settlement_curve: int | None = None,
|
|
109
110
|
adhesion: float | None = None,
|
|
@@ -129,91 +130,141 @@ def create_basic_pile(
|
|
|
129
130
|
|
|
130
131
|
Parameters
|
|
131
132
|
----------
|
|
132
|
-
pile_shape :
|
|
133
|
-
The shape of the pile.
|
|
134
|
-
|
|
133
|
+
pile_shape :
|
|
134
|
+
The shape of the pile.
|
|
135
|
+
Both "rect" and "rectangle" are accepted for rectangular piles.
|
|
136
|
+
pile_name :
|
|
135
137
|
The name of the pile, by default None.
|
|
136
|
-
main_type :
|
|
138
|
+
main_type :
|
|
137
139
|
The main type of the standard pile type definition, by default None.
|
|
138
|
-
specification :
|
|
140
|
+
specification :
|
|
139
141
|
The specification of the standard pile type definition, by default None.
|
|
140
142
|
Required if `main_type` is provided.
|
|
141
|
-
installation :
|
|
143
|
+
installation :
|
|
142
144
|
The installation of the standard pile type definition, by default None.
|
|
143
|
-
height_base :
|
|
145
|
+
height_base :
|
|
144
146
|
The height [m] of the base component, by default None.
|
|
145
147
|
Required if base dimensions are provided.
|
|
146
|
-
core_secondary_dimension :
|
|
147
|
-
The largest dimension [m] of the core component's cross-section, by default None.
|
|
148
|
+
core_secondary_dimension :
|
|
149
|
+
The largest dimension [m] of the rectangular core component's cross-section, by default None.
|
|
148
150
|
Required for rectangular piles.
|
|
149
|
-
core_tertiary_dimension :
|
|
150
|
-
The smallest dimension [m] of the core component's cross-section, by default None.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
151
|
+
core_tertiary_dimension :
|
|
152
|
+
The smallest dimension [m] of the rectangular core component's cross-section, by default None.
|
|
153
|
+
If None and pile shape is rectangular, `core_tertiary_dimension` is used resulting in a square core.
|
|
154
|
+
base_secondary_dimension :
|
|
155
|
+
The largest dimension [m] of the rectangular base/shell component's cross-section, by default None.
|
|
156
|
+
If None and pile shape is rectangular, then the base has the same dimensions as the core.
|
|
157
|
+
Requires `height_base` to be provided.
|
|
158
|
+
base_tertiary_dimension :
|
|
159
|
+
The smallest dimension [m] of the rectangular base/shell component's cross-section, by default None.
|
|
160
|
+
If None and pile shape is rectangular, then:
|
|
161
|
+
- If `base_secondary_dimension` is None, then the base has the same dimensions as the core.
|
|
162
|
+
- If `base_secondary_dimension` is provided, then `base_tertiary_dimension` is used resulting
|
|
163
|
+
in a square base.
|
|
164
|
+
Requires `height_base` to be provided.
|
|
165
|
+
core_diameter :
|
|
166
|
+
The diameter [m] of the round core component's cross-section, by default None.
|
|
157
167
|
Required for round piles.
|
|
158
|
-
base_diameter :
|
|
159
|
-
The diameter [m] of the base/shell component's cross-section, by default None.
|
|
160
|
-
|
|
168
|
+
base_diameter :
|
|
169
|
+
The diameter [m] of the round base/shell component's cross-section, by default None.
|
|
170
|
+
If None and pile shape is round, then the base has the same diameter as the core.
|
|
171
|
+
Requires `height_base` to be provided.
|
|
172
|
+
pile_material :
|
|
161
173
|
The material of the pile, by default None.
|
|
162
|
-
|
|
163
|
-
|
|
174
|
+
It is ignored if `custom_material` is provided.
|
|
175
|
+
Otherwise:
|
|
176
|
+
- If None, it is inferred from the standard pile.
|
|
177
|
+
- Overwrites the value of the standard pile if provided together with a standard pile.
|
|
178
|
+
Required if no standard pile type and no custom material were specified.
|
|
179
|
+
custom_material :
|
|
164
180
|
A custom material for the pile, by default None.
|
|
165
|
-
|
|
181
|
+
If provided, it is used even if a standard pile was selected.
|
|
182
|
+
Required keys and value types:
|
|
183
|
+
- "name": str
|
|
184
|
+
- "elastic_modulus: float
|
|
185
|
+
Unit: [MPa]
|
|
186
|
+
- "color": str
|
|
187
|
+
Hexadecimal color
|
|
188
|
+
Example: {
|
|
189
|
+
"name": "custom_material",
|
|
190
|
+
"elastic_modulus": 15e3,
|
|
191
|
+
"color": "#ff0000",
|
|
192
|
+
}
|
|
193
|
+
settlement_curve :
|
|
166
194
|
The settlement curve of the pile, by default None.
|
|
195
|
+
If None, it is inferred from the standard pile.
|
|
196
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
167
197
|
Required if no standard pile type was specified.
|
|
168
|
-
adhesion :
|
|
169
|
-
The adhesion of the pile, by default None.
|
|
170
|
-
|
|
171
|
-
|
|
198
|
+
adhesion :
|
|
199
|
+
The adhesion value [kPa] of the pile, by default None.
|
|
200
|
+
Use it if the pile shaft has undergone a special treatment.
|
|
201
|
+
If None, then adhesion is disregarded.
|
|
202
|
+
Examples:
|
|
203
|
+
- adhesion = 50 kPa for synthetic coating
|
|
204
|
+
- adhesion = 20 kPa for bentonite
|
|
205
|
+
- adhesion = 10 kPa for bitumen coating
|
|
206
|
+
alpha_p :
|
|
172
207
|
The alpha_p of the pile, by default None.
|
|
208
|
+
If None, it is inferred from the standard pile.
|
|
209
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
173
210
|
Required if no standard pile type was specified.
|
|
174
|
-
alpha_s_clay :
|
|
211
|
+
alpha_s_clay :
|
|
175
212
|
The alpha_s_clay of the pile, by default None.
|
|
213
|
+
If None, it is inferred from the standard pile.
|
|
214
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
176
215
|
Required if no standard pile type was specified.
|
|
177
|
-
alpha_s_sand :
|
|
216
|
+
alpha_s_sand :
|
|
178
217
|
The alpha_s_sand of the pile, by default None.
|
|
218
|
+
If None, it is inferred from the standard pile.
|
|
219
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
179
220
|
Required if no standard pile type was specified.
|
|
180
|
-
alpha_t_clay :
|
|
221
|
+
alpha_t_clay :
|
|
181
222
|
The alpha_t_clay of the pile, by default None.
|
|
223
|
+
If None, it is inferred from the standard pile.
|
|
224
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
182
225
|
Required if no standard pile type was specified.
|
|
183
|
-
alpha_t_sand :
|
|
226
|
+
alpha_t_sand :
|
|
184
227
|
The alpha_t_sand of the pile, by default None.
|
|
228
|
+
If None, it is inferred from the standard pile.
|
|
229
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
185
230
|
Required if no standard pile type was specified.
|
|
186
|
-
beta_p :
|
|
231
|
+
beta_p :
|
|
187
232
|
The beta_p of the pile, by default None.
|
|
188
|
-
|
|
189
|
-
pile_tip_factor_s :
|
|
233
|
+
If None, the value is computed from the pile dimensions.
|
|
234
|
+
pile_tip_factor_s :
|
|
190
235
|
The pile tip factor s of the pile, by default None.
|
|
191
|
-
|
|
192
|
-
is_auger :
|
|
236
|
+
If None, the value is computed from the pile dimensions and soil properties.
|
|
237
|
+
is_auger :
|
|
193
238
|
Whether the pile is an auger pile, by default None.
|
|
239
|
+
If None, it is inferred from the standard pile.
|
|
240
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
194
241
|
Required if no standard pile type was specified.
|
|
195
|
-
is_low_vibrating :
|
|
242
|
+
is_low_vibrating :
|
|
196
243
|
Whether the pile is low vibrating, by default None.
|
|
244
|
+
If None, it is inferred from the standard pile.
|
|
245
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
197
246
|
Required if no standard pile type was specified.
|
|
198
|
-
negative_fr_delta_factor :
|
|
247
|
+
negative_fr_delta_factor :
|
|
199
248
|
The negative friction delta factor of the pile, by default None.
|
|
249
|
+
If None, it is inferred from the standard pile.
|
|
250
|
+
Overwrites the value of the standard pile if provided together with a standard pile.
|
|
200
251
|
Required if no standard pile type was specified.
|
|
201
|
-
qc_z_a_lesser_1m :
|
|
202
|
-
Maximum cone resistance qc value allowed for layers with thickness < 1m in the calculation of positive skin friction resistance.
|
|
252
|
+
qc_z_a_lesser_1m :
|
|
253
|
+
Maximum cone resistance qc value [MPa] allowed for layers with thickness < 1m in the calculation of positive skin friction resistance.
|
|
203
254
|
It must be less or equal to `qc_z_a_greater_1m`.
|
|
204
255
|
If None, then 12 MPa is used.
|
|
205
256
|
Default: None.
|
|
206
|
-
qc_z_a_greater_1m :
|
|
207
|
-
Maximum cone resistance qc value allowed for layers with thickness >= 1m in the calculation of positive skin friction resistance.
|
|
257
|
+
qc_z_a_greater_1m :
|
|
258
|
+
Maximum cone resistance qc value [MPa] allowed for layers with thickness >= 1m in the calculation of positive skin friction resistance.
|
|
208
259
|
It must be greater or equal to `qc_z_a_lesser_1m`.
|
|
209
260
|
If None, then 15 MPa is used.
|
|
210
261
|
Default: None.
|
|
211
|
-
qb_max_limit :
|
|
212
|
-
Maximum value allowed for the pile tip resistance qb_max.
|
|
262
|
+
qb_max_limit :
|
|
263
|
+
Maximum value allowed for the pile tip resistance qb_max [MPa].
|
|
213
264
|
Note that is value will be used as a limit for qb_max unless use_almere_rules is true and a higher value than 12 MPa is specified.
|
|
214
265
|
If None, then 15 MPa is used.
|
|
215
266
|
Default: None.
|
|
216
|
-
chamfered :
|
|
267
|
+
chamfered :
|
|
217
268
|
The chamfered value of the pile type, by default None.
|
|
218
269
|
Required if no standard pile type was specified.
|
|
219
270
|
|
|
@@ -14,7 +14,7 @@ def create_multi_cpt_payload(
|
|
|
14
14
|
pile_tip_levels_nap: Sequence[float],
|
|
15
15
|
cptdata_objects: List[CPTData],
|
|
16
16
|
classify_tables: Dict[str, dict],
|
|
17
|
-
groundwater_level_nap: float,
|
|
17
|
+
groundwater_level_nap: float | None,
|
|
18
18
|
pile: PileProperties,
|
|
19
19
|
friction_range_strategy: Literal[
|
|
20
20
|
"manual", "lower_bound", "settlement_driven"
|
|
@@ -94,6 +94,7 @@ def create_multi_cpt_payload(
|
|
|
94
94
|
|
|
95
95
|
groundwater_level_nap:
|
|
96
96
|
The groundwater level. Unit: [m] w.r.t. NAP.
|
|
97
|
+
If None, a value of 1 meter below the ground surface level is used.
|
|
97
98
|
pile:
|
|
98
99
|
A PileProperties object.
|
|
99
100
|
friction_range_strategy:
|
|
@@ -109,16 +110,21 @@ def create_multi_cpt_payload(
|
|
|
109
110
|
objects in `cptdata_objects`.
|
|
110
111
|
ocr:
|
|
111
112
|
The Over-Consolidation-Ratio [-] of the foundation layer.
|
|
113
|
+
It applies to all CPTs, unless overruled for specific CPTs in `individual_ocr`.
|
|
114
|
+
If None, an OCR of 1.0 is assumed.
|
|
115
|
+
Default = None
|
|
112
116
|
fixed_negative_friction_range_nap:
|
|
113
117
|
Optionally sets the fixed depth range between which the negative sleeve friction
|
|
114
|
-
is calculated.
|
|
115
|
-
|
|
118
|
+
is calculated. It applies to all CPTs, unless overruled for specific CPTs in
|
|
119
|
+
`individual_negative_friction_range_nap`. If an array of format [top, bottom],
|
|
120
|
+
the range is set between top and bottom where top and bottom are floating values.
|
|
116
121
|
Unit: [m] w.r.t. NAP
|
|
117
122
|
fixed_positive_friction_range_nap:
|
|
118
123
|
Optionally sets the fixed depth range between which the positive sleeve friction
|
|
119
|
-
is calculated.
|
|
120
|
-
|
|
121
|
-
the
|
|
124
|
+
is calculated. It applies to all CPTs, unless overruled for specific CPTs in
|
|
125
|
+
`individual_positive_friction_range_nap`. If an array of format (top, bottom),
|
|
126
|
+
the range is set between top and bottom where top and bottom are floating point values.
|
|
127
|
+
If bottom == "ptl", the pile tip level of the calculation is used as value for bottom.
|
|
122
128
|
Unit: [m] w.r.t. NAP
|
|
123
129
|
negative_shaft_friction:
|
|
124
130
|
Sets a fixed value for the negative friction force. If provided, the
|
|
@@ -142,20 +148,22 @@ def create_multi_cpt_payload(
|
|
|
142
148
|
Default = 0.7
|
|
143
149
|
pile_load_sls:
|
|
144
150
|
Force on pile in SLS [kN]. Used to determine settlement of pile w.r.t. soil.
|
|
151
|
+
if None, the fraction of the bearing capacity provided in `relative_pile_load` is used.
|
|
152
|
+
Default = None
|
|
145
153
|
soil_load_sls:
|
|
146
154
|
Load on soil surface [kPa], used to calculate soil settlement. This is only required
|
|
147
155
|
with the settlement-driven friction-range strategy.
|
|
148
156
|
Default = 0.0
|
|
149
157
|
pile_head_level_nap:
|
|
150
158
|
The level of the pile head. Can be:
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
This is interpreted as an absolute level in [m w.r.t. NAP];
|
|
159
|
+
- float:
|
|
160
|
+
This is interpreted as an absolute level in [m w.r.t. NAP].
|
|
154
161
|
- Literal["surface"] (default).
|
|
155
|
-
In this case, the soil_properties.service_level
|
|
156
|
-
property is used.
|
|
162
|
+
In this case, the soil_properties.service_level property is used.
|
|
157
163
|
excavation_depth_nap:
|
|
158
164
|
Soil excavation depth after the CPT was taken. Unit: [m] w.r.t. NAP.
|
|
165
|
+
If None, a value equal to the ground surface level is used.
|
|
166
|
+
Default = None
|
|
159
167
|
excavation_param_t:
|
|
160
168
|
Excavation parameter depending on pile installation method and/or phasing.
|
|
161
169
|
- Use 1.0 (default) for post-excavation installation with vibration (i.e. hammering).
|
|
@@ -185,15 +193,20 @@ def create_multi_cpt_payload(
|
|
|
185
193
|
- 0.0 means that the pile is located at the edge of the excavation.
|
|
186
194
|
- 0.5 * excavation_width means that the pile is at the center of the excavation.
|
|
187
195
|
individual_negative_friction_range_nap:
|
|
188
|
-
A dictionary, mapping ``CPTData.alias``
|
|
189
|
-
For a specification of the values, see ``fixed_negative_friction_range_nap
|
|
196
|
+
A dictionary, mapping specific CPTs (using the ``CPTData.alias`` as keys) to fixed negative-friction ranges (as values).
|
|
197
|
+
For a specification of the values, see ``fixed_negative_friction_range_nap``.
|
|
198
|
+
This will overrule the general `fixed_negative_friction_range_nap` setting for the given CPTs only.
|
|
199
|
+
Example: {"S03": (-5.5, -17.5)}
|
|
190
200
|
individual_positive_friction_range_nap:
|
|
191
|
-
A dictionary, mapping ``CPTData.alias``
|
|
192
|
-
For a specification of the values, see ``fixed_positive_friction_range_nap
|
|
201
|
+
A dictionary, mapping specific CPTs (using the ``CPTData.alias`` as keys) to fixed positive-friction ranges (as values).
|
|
202
|
+
For a specification of the values, see ``fixed_positive_friction_range_nap``.
|
|
203
|
+
This will overrule the general `fixed_positive_friction_range_nap` setting for the given CPTs only.
|
|
204
|
+
Example: {"S03": (-17.5, 'ptl')}
|
|
193
205
|
individual_ocr:
|
|
194
|
-
A dictionary, mapping
|
|
195
|
-
|
|
206
|
+
A dictionary, mapping specific CPTs (using the `CPTData.alias`` as keys) to Over-Consolidation-Ratio [-]
|
|
207
|
+
of the foundation layer (as values). This will overrule the general `ocr` setting for
|
|
196
208
|
these specific CPTs only.
|
|
209
|
+
Example: {"S03": 1.5}
|
|
197
210
|
use_almere_rules:
|
|
198
211
|
If set to True the contribution, produced by the positive shaft friction, to the
|
|
199
212
|
total bearing capacity is limited to at most 75% the contribution provided by
|
|
@@ -41,7 +41,7 @@ def get_cpt_depth(cpt: CPTData) -> NDArray:
|
|
|
41
41
|
def create_soil_properties_payload(
|
|
42
42
|
cptdata_objects: List[CPTData],
|
|
43
43
|
classify_tables: Dict[str, dict],
|
|
44
|
-
groundwater_level_nap: float,
|
|
44
|
+
groundwater_level_nap: float | None,
|
|
45
45
|
friction_range_strategy: Literal["manual", "lower_bound", "settlement_driven"],
|
|
46
46
|
excavation_depth_nap: float | None = None,
|
|
47
47
|
master_ocr: float | None = None,
|
|
@@ -95,6 +95,7 @@ def create_soil_properties_payload(
|
|
|
95
95
|
undrained shear strength [kPa]
|
|
96
96
|
groundwater_level_nap:
|
|
97
97
|
The groundwater level. Unit: [m] w.r.t. NAP.
|
|
98
|
+
If None, a value of 1 meter below the ground surface level is used.
|
|
98
99
|
friction_range_strategy:
|
|
99
100
|
Sets the method to determine the sleeve friction zones on the pile. The soil
|
|
100
101
|
friction in the positive zone contributes to the bearing capacity, while the
|
|
@@ -102,6 +103,8 @@ def create_soil_properties_payload(
|
|
|
102
103
|
"lower_bound" or "settlement_driven".
|
|
103
104
|
excavation_depth_nap:
|
|
104
105
|
Soil excavation depth after the CPT was taken. Unit: [m] w.r.t. NAP.
|
|
106
|
+
If None, a value equal to the ground surface level is used.
|
|
107
|
+
Default = None
|
|
105
108
|
ocr:
|
|
106
109
|
The Over-Consolidation-Ratio [-] of the foundation layer.
|
|
107
110
|
individual_negative_friction_range_nap:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/__init__.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/common.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/rectangle.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/common/piles/geometry/components/round.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/compression/multi_cpt_results.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/compression/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/results/tension/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/interactive_figures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.4}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py
RENAMED
|
File without changes
|