GeneralPlate
General plate material -- configurable axial and bending stiffness for modelling sheet piles, walls and other structural plates with custom properties.
Examples
material = project.GeneralPlate(name='Plate', EA=4e6, EI=1e5)
material.EA
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.
- E : float | ParameterMap | Profile | Gradient
- Young's modulus.
- nu : float | ParameterMap | Profile | Gradient
- Poisson's ratio.
- permeable : bool
- Permeable flag.
- weight : float | ParameterMap | Profile | Gradient
- Weight per unit area.
- model : int
- Hydraulic conductivity model.
- EA_x : float | ParameterMap | Profile | Gradient
- Axial stiffness in x-direction.
- EA_y : float | ParameterMap | Profile | Gradient
- Axial stiffness in y-direction.
- GA : float | ParameterMap | Profile | Gradient
- Shear stiffness.
- EI_x : float | ParameterMap | Profile | Gradient
- Bending stiffness in x-direction.
- EI_y : float | ParameterMap | Profile | Gradient
- Bending stiffness in y-direction.
- GI : float | ParameterMap | Profile | Gradient
- Torsional stiffness.
- n_px : float | ParameterMap | Profile | Gradient
- Plastic axial capacity in x-direction.
- n_py : float | ParameterMap | Profile | Gradient
- Plastic axial capacity in y-direction.
- n_pxy : float | ParameterMap | Profile | Gradient
- Plastic shear capacity.
- m_px : float | ParameterMap | Profile | Gradient
- Plastic moment capacity in x-direction.
- m_py : float | ParameterMap | Profile | Gradient
- Plastic moment capacity in y-direction.
- m_pxy : float | ParameterMap | Profile | Gradient
- Plastic torsional capacity.
- EA : float | ParameterMap | Profile | Gradient
- Isotropic axial stiffness.
- EI : float | ParameterMap | Profile | Gradient
- Isotropic bending stiffness.
- n_p : float | ParameterMap | Profile | Gradient
- Isotropic plastic axial capacity.
- m_p : float | ParameterMap | Profile | Gradient
- Isotropic plastic moment capacity.
- yield_condition : int
- Yield condition type (square=0, diamond=1, iluyshin=2, none=3).