Skip to content

Commit abd306a

Browse files
author
Pablo Vasconez
committed
docs(pilecore_tension): adding docstrings for top_of_tension_zone_nap and ocr
1 parent e0e203f commit abd306a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/pypilecore/input/tension.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,21 @@ def create_multi_cpt_payload(
105105
- Literal["surface"] (default).
106106
In this case, the soil_properties.service_level
107107
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}
108123
excavation_depth_nap:
109124
Soil excavation depth after the CPT was taken. Unit: [m] w.r.t. NAP.
110125
excavation_param_t:

0 commit comments

Comments
 (0)