SheetPile
Sheet pile profile -- standard steel sheet pile sections (Az, Larssen, etc.) with built-in section properties and yield strength.
Examples
material = project.SheetPile(name='AZ Profile', profile='AZ_17_700')
material.profile
Properties
- name : str
- Material name.
- color : Color
- Material color.
- gamma_dry : float | ParameterMap | Profile | Gradient
- Dry unit weight.
- gamma_sat : float | ParameterMap | Profile | Gradient
- Saturated unit weight.
- reducible_strength : bool
- Reducible strength flag.
- profile_type : int
- Profile type (AZ=0).
- profile : str
- Profile name.
- parameter_set : int
- Parameter set (A=0, B=1).
- E : float
- Young's modulus of sheet pile.
- f_y : float
- Yield strength.
- yield_condition : int
- Yield condition type (square=0, diamond=1, iluyshin=2, none=3).
- moment_resistance : int
- Moment resistance type (elastic=0, plastic=1, hardening=2).
- EA_y : float
- Axial stiffness in y-direction.
- EI_y : float
- Bending stiffness in y-direction.
- GA : float
- Shear stiffness.
- GI : float
- Torsional stiffness.
- n_py : float
- Plastic axial capacity in y-direction.
- m_py : float
- Plastic moment capacity in y-direction.
- n_pxy : float
- Plastic shear capacity.
- m_pxy : float
- Plastic torsional capacity.
- weight : float | ParameterMap | Profile | Gradient
- Unit weight.