File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,21 @@ def create_multi_cpt_payload(
105
105
- Literal["surface"] (default).
106
106
In this case, the soil_properties.service_level
107
107
property is used.
108
+ top_of_tension_zone_nap:
109
+ The level [w.r.t. NAP] of the top of the tension zone from which the uplift capacity
110
+ (tension) is calculated. If None, the top of the tension zone is set to the `pile_head_level_nap`.
111
+ Note that PileCore will automatically apply the remarks regarding L;a in CUR236 6.1.1. if
112
+ this standard is selected.
113
+ individual_top_of_tension_zone_nap:
114
+ A dictionary, mapping specific CPTs (using the `CPTData.alias`` as keys) to `top_of_tension_zone_nap`
115
+ (as values). This will overrule the general `top_of_tension_zone_nap` setting for these specific
116
+ CPTs only.
117
+ Example: {"S03": 1.5}
118
+ individual_ocr:
119
+ A dictionary, mapping specific CPTs (using the `CPTData.alias`` as keys) to Over-Consolidation-Ratio [-]
120
+ of the foundation layer (as values). This will overrule the general `ocr` setting for
121
+ these specific CPTs only.
122
+ Example: {"S03": 1.5}
108
123
excavation_depth_nap:
109
124
Soil excavation depth after the CPT was taken. Unit: [m] w.r.t. NAP.
110
125
excavation_param_t:
You can’t perform that action at this time.
0 commit comments