OpenSees Cloud

OpenSees AMI

Elastic

Description

The Elastic section is a model of linear-elastic section response for axial and flexural elements like beams, columns, walls, and trusses. The Elastic section can be defined for 2D or 3D models and can include shear flexibility.

Syntax

For 2D models:

ops.section('Elastic',tag,E,A,I)
ops.section('Elastic',tag,E,A,I,G,alpha)

For 3D models:

ops.section('Elastic',tag,E,A,Iz,Iy,G,J)
ops.section('Elastic',tag,E,A,Iz,Iy,G,J,alphay,alphaz)

Parameters

Optional Parameters

Notes

None

Examples

# Modulus = 29000, area = 20, I = 800
ops.section('Elastic',1,29000,20,800)



I work on problems related to modeling and nonlinear structural analysis. If these problems are relevant to a current professional project, feel free to reach out.