FlatPlateSteel
Flat plate (steel) -- steel plate element parameterised by thickness and yield strength, with optional yield-condition cutoff.
Examples
material = project.FlatPlateSteel(name='Steel Plate', t=0.01, f_y=355)
material.t
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.
- t : float | ParameterMap | Profile | Gradient
- Thickness.
- permeable : bool
- Permeable flag.
- weight : float | ParameterMap | Profile | Gradient
- Weight per unit area.
- yield_condition : int
- Yield condition type (square=0, diamond=1, iluyshin=2, none=3).
- parameter_set : int
- Parameter set (A=0, B=1).
- moment_resistance : int
- Moment resistance type (elastic=0, plastic=1, hardening=2).
- f_y : float | ParameterMap | Profile | Gradient
- Yield strength.
- m_p : float | ParameterMap | Profile | Gradient
- Plastic moment capacity.
- n_p : float | ParameterMap | Profile | Gradient
- Plastic axial capacity.