PileResistance#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
members |
List[int] |
Assigned to Members No. |
pile_resistance_type |
Pile resistance type |
|
shaft_resistance_distribution_type |
Shaft resistance distribution type |
|
user_defined_resistances |
bool |
User-defined resistances |
modulus_of_subgrade_reaction |
float |
Modulus of subgrade reaction | k_s |
modulus_of_subgrade_reaction_start |
float |
Modulus of subgrade reaction | Start | k_s,i |
modulus_of_subgrade_reaction_end |
float |
Modulus of subgrade reaction | End | k_s,j |
shear_strength_active |
bool |
Shear strength active |
shear_strength |
float |
Shear strength | 𝜏_max |
shear_strength_start |
float |
Shear strength | Start | 𝜏_max,i |
shear_strength_end |
float |
Shear strength | End | 𝜏_max,j |
shear_stiffness |
float |
Shear stiffness | k_shear |
shear_stiffness_start |
float |
Shear stiffness | Start | k_shear,i |
shear_stiffness_end |
float |
Shear stiffness | End | k_shear,j |
poissons_ratio_of_interface |
float |
Poisson’s ratio of interface | ν_i |
normal_stiffness |
float |
Normal stiffness | k_n |
normal_stiffness_start |
float |
Normal stiffness | Start | k_n,i |
normal_stiffness_end |
float |
Normal stiffness | End | k_n,j |
normal_stiffness_start_calculated |
float |
Normal stiffness | Start | Calculated | k_n,i |
normal_stiffness_end_calculated |
float |
Normal stiffness | End | Calculated | k_n,j |
shaft_resistance_parameters |
Shaft resistance parameters |
|
use_relative_distances |
bool |
Use relative distances |
axial_strength_active |
bool |
Axial strength active |
axial_strength |
float |
Axial strength | Start | 𝜎_max |
axial_stiffness |
float |
Axial stiffness | End | k_base |
interface_strength_reduction |
float |
Interface strength reduction | R_inter |
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
ShaftResistanceParametersTable#
Attribute Name |
Data Type |
Description |
|---|---|---|
rows |
ShaftResistanceParametersRow#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
|
description |
str |
|
relative_distance |
float |
|
absolute_distance |
float |
|
shear_stiffness |
float |
|
shear_strength |
float |
|
poissons_ratio |
float |
|
normal_stiffness |
float |
Associated Enums
PileResistanceType#
Name |
|---|
PILE_RESISTANCE_TYPE_EMBEDDED_3D |
ShaftResistanceDistributionType#
Name |
|---|
SHAFT_RESISTANCE_DISTRIBUTION_TYPE_TRAPEZOIDAL |
SHAFT_RESISTANCE_DISTRIBUTION_TYPE_UNIFORM |
SHAFT_RESISTANCE_DISTRIBUTION_TYPE_VARYING |