4.14.5.13. Multiplier material wrapper¶
Constructs a Multiplier uniaxial material wrapper: stress and tangent of the wrapped material are multiplied by a factor. Typical uses include overstrength factors and p-y multipliers (e.g. pile group shadowing).
- uniaxialMaterial('Multiplier', matTag, otherTag, multiplier)¶
Example
import openseespy.opensees as ops
ops.uniaxialMaterial('Elastic', 1, 100.0)
ops.uniaxialMaterial('Multiplier', 2, 1, 0.8)
Code developed by: Michael H. Scott