py-pilecore 1.0.2__tar.gz → 1.0.3__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.3}/PKG-INFO +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/pyproject.toml +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.3/src/py_pilecore.egg-info}/PKG-INFO +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/_version.py +1 -1
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/main.py +100 -49
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/input/multi_cpt.py +26 -16
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/LICENSE +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/README.md +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/setup.cfg +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/py_pilecore.egg-info/SOURCES.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/py_pilecore.egg-info/dependency_links.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/py_pilecore.egg-info/requires.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/py_pilecore.egg-info/top_level.txt +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/api.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/components/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/components/common.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/components/rectangle.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/components/round.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/main.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/materials.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/grid.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/type.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/exceptions.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/input/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/input/grouper_properties.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/input/soil_properties.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/input/tension.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/plot_utils.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/cases_multi_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/compression/multi_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/compression/single_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/grouper_result.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/load_settlement.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/post_processing.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/result_definitions.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/soil_properties.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/tension/multi_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/tension/single_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/typing.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/utils.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/interactive_figures/__init__.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/interactive_figures/utils.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/viewer_cpt_group_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/viewers/viewer_cpt_results.py +0 -0
- {py_pilecore-1.0.2 → py_pilecore-1.0.3}/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
|
|
|
@@ -109,16 +109,21 @@ def create_multi_cpt_payload(
|
|
|
109
109
|
objects in `cptdata_objects`.
|
|
110
110
|
ocr:
|
|
111
111
|
The Over-Consolidation-Ratio [-] of the foundation layer.
|
|
112
|
+
It applies to all CPTs, unless overruled for specific CPTs in `individual_ocr`.
|
|
113
|
+
If None, an OCR of 1.0 is assumed.
|
|
114
|
+
Default = None
|
|
112
115
|
fixed_negative_friction_range_nap:
|
|
113
116
|
Optionally sets the fixed depth range between which the negative sleeve friction
|
|
114
|
-
is calculated.
|
|
115
|
-
|
|
117
|
+
is calculated. It applies to all CPTs, unless overruled for specific CPTs in
|
|
118
|
+
`individual_negative_friction_range_nap`. If an array of format [top, bottom],
|
|
119
|
+
the range is set between top and bottom where top and bottom are floating values.
|
|
116
120
|
Unit: [m] w.r.t. NAP
|
|
117
121
|
fixed_positive_friction_range_nap:
|
|
118
122
|
Optionally sets the fixed depth range between which the positive sleeve friction
|
|
119
|
-
is calculated.
|
|
120
|
-
|
|
121
|
-
the
|
|
123
|
+
is calculated. It applies to all CPTs, unless overruled for specific CPTs in
|
|
124
|
+
`individual_positive_friction_range_nap`. If an array of format (top, bottom),
|
|
125
|
+
the range is set between top and bottom where top and bottom are floating point values.
|
|
126
|
+
If bottom == "ptl", the pile tip level of the calculation is used as value for bottom.
|
|
122
127
|
Unit: [m] w.r.t. NAP
|
|
123
128
|
negative_shaft_friction:
|
|
124
129
|
Sets a fixed value for the negative friction force. If provided, the
|
|
@@ -142,18 +147,18 @@ def create_multi_cpt_payload(
|
|
|
142
147
|
Default = 0.7
|
|
143
148
|
pile_load_sls:
|
|
144
149
|
Force on pile in SLS [kN]. Used to determine settlement of pile w.r.t. soil.
|
|
150
|
+
if None, the fraction of the bearing capacity provided in `relative_pile_load` is used.
|
|
151
|
+
Default = None
|
|
145
152
|
soil_load_sls:
|
|
146
153
|
Load on soil surface [kPa], used to calculate soil settlement. This is only required
|
|
147
154
|
with the settlement-driven friction-range strategy.
|
|
148
155
|
Default = 0.0
|
|
149
156
|
pile_head_level_nap:
|
|
150
157
|
The level of the pile head. Can be:
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
This is interpreted as an absolute level in [m w.r.t. NAP];
|
|
158
|
+
- float:
|
|
159
|
+
This is interpreted as an absolute level in [m w.r.t. NAP].
|
|
154
160
|
- Literal["surface"] (default).
|
|
155
|
-
In this case, the soil_properties.service_level
|
|
156
|
-
property is used.
|
|
161
|
+
In this case, the soil_properties.service_level property is used.
|
|
157
162
|
excavation_depth_nap:
|
|
158
163
|
Soil excavation depth after the CPT was taken. Unit: [m] w.r.t. NAP.
|
|
159
164
|
excavation_param_t:
|
|
@@ -185,15 +190,20 @@ def create_multi_cpt_payload(
|
|
|
185
190
|
- 0.0 means that the pile is located at the edge of the excavation.
|
|
186
191
|
- 0.5 * excavation_width means that the pile is at the center of the excavation.
|
|
187
192
|
individual_negative_friction_range_nap:
|
|
188
|
-
A dictionary, mapping ``CPTData.alias``
|
|
189
|
-
For a specification of the values, see ``fixed_negative_friction_range_nap
|
|
193
|
+
A dictionary, mapping specific CPTs (using the ``CPTData.alias`` as keys) to fixed negative-friction ranges (as values).
|
|
194
|
+
For a specification of the values, see ``fixed_negative_friction_range_nap``.
|
|
195
|
+
This will overrule the general `fixed_negative_friction_range_nap` setting for the given CPTs only.
|
|
196
|
+
Example: {"S03": (-5.5, -17.5)}
|
|
190
197
|
individual_positive_friction_range_nap:
|
|
191
|
-
A dictionary, mapping ``CPTData.alias``
|
|
192
|
-
For a specification of the values, see ``fixed_positive_friction_range_nap
|
|
198
|
+
A dictionary, mapping specific CPTs (using the ``CPTData.alias`` as keys) to fixed positive-friction ranges (as values).
|
|
199
|
+
For a specification of the values, see ``fixed_positive_friction_range_nap``.
|
|
200
|
+
This will overrule the general `fixed_positive_friction_range_nap` setting for the given CPTs only.
|
|
201
|
+
Example: {"S03": (-17.5, 'ptl')}
|
|
193
202
|
individual_ocr:
|
|
194
|
-
A dictionary, mapping
|
|
195
|
-
|
|
203
|
+
A dictionary, mapping specific CPTs (using the `CPTData.alias`` as keys) to Over-Consolidation-Ratio [-]
|
|
204
|
+
of the foundation layer (as values). This will overrule the general `ocr` setting for
|
|
196
205
|
these specific CPTs only.
|
|
206
|
+
Example: {"S03": 1.5}
|
|
197
207
|
use_almere_rules:
|
|
198
208
|
If set to True the contribution, produced by the positive shaft friction, to the
|
|
199
209
|
total bearing capacity is limited to at most 75% the contribution provided by
|
|
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.3}/src/pypilecore/common/piles/geometry/components/__init__.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/components/common.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/common/piles/geometry/components/rectangle.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.3}/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
|
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.3}/src/pypilecore/results/compression/multi_cpt_results.py
RENAMED
|
File without changes
|
{py_pilecore-1.0.2 → py_pilecore-1.0.3}/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.3}/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.3}/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.3}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py
RENAMED
|
File without changes
|