3.1.7.9. PlateFiberSection

This command constructs a membrane-plate fiber section for shell elements. The section integrates an nD material through the thickness using Lobatto or Gauss integration.

section PlateFiber $secTag $matTag $h <$integrationType>

Example

  1. Tcl Code

section PlateFiber 1 2 10.0 Lobatto
  1. Python Code

ops.section('PlateFiber', 1, 2, 10.0, 'Lobatto')

Code Developed by: fmk