3.1.7.7. UniaxialSection

This command constructs a section with a single force-deformation component modeled by one uniaxial material. The command name in OpenSees is Uniaxial.

section Uniaxial $secTag $matTag $code

Example

  1. Tcl Code

section Uniaxial 1 3 Mz
  1. Python Code

ops.section('Uniaxial', 1, 3, 'Mz')

Code Developed by: Michael H. Scott