RigidPlate
Rigid plate -- plate element with no deformation, used for sheet piles or walls whose stiffness dominates the analysis.
Examples
material = project.RigidPlate(name='Rigid Wall', weight=0)
material.weight
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.
- permeable : bool
- Permeable flag.
- weight : float | ParameterMap | Profile | Gradient
- Weight per unit area.