3.1.7.8. ElasticMembranePlateSection

This command constructs an elastic membrane-plate section for shell elements. The section provides both in-plane membrane stiffness and out-of-plane plate bending stiffness.

section ElasticMembranePlateSection $secTag $E $nu $h <$rho> <$EpModifier>

Example

  1. Tcl Code

section ElasticMembranePlateSection 1 3000.0 0.2 10.0 0.0 1.0
  1. Python Code

ops.section('ElasticMembranePlateSection', 1, 3000.0, 0.2, 10.0, 0.0, 1.0)

Code Developed by: fmk