Skip to main content

A light-weight beam analyzer built on OpenSeesPy.

Project description

PlaneSections

A lightweight beam bending library built on OpenSeesPy. The goal of PlaneSections is to make easy-to-use beam anayses, which can be used to quickly document structural calculations. Being built on OpenSees, the structural results are reliable, and there is lots of room to build more complex models.

The core classes and API are complete, but development is still in progress. Expect some sytax changes before final release, however deprication warnings will be given for breaking changes.

NOTE: Units for force and length must be applied to the beam in a consistent unit base for FEM. PlaneSections has been design with Metric units in mind in terms of scaling diagrams. For those using imperial units, results will work with a consitent unit basis, but the scale of the digrams may be off.

Contents

Installation

Package is installable through pip

pip install planesections

Documentation

All major functions and classes are documented on read-the-docs: https://planesections.readthedocs.io/en/latest/

Demo

The PlaneSections can plot representations that can be used in documentation. It's also possible to get the output bening moment, shear force, rotation, and deflection diagrams.

import planesections as ps

# Define node locations, and support conditions
L = 5
beam = ps.newEulerBeam2D(L)

# Define beam and fixities
pinned = [1,1,0]
beam.setFixity(L*0.1, pinned, label = '1')
beam.setFixity(L*0.9, pinned)

# Define loads
Pz = -1
beam.addVerticalLoad(0, Pz, label = 'A')
beam.addVerticalLoad(L*0.5, 2*Pz, label = 'B')
beam.addVerticalLoad(L, Pz, label = 'C')
beam.addDistLoadVertical(0, L, Pz)
beam.addDistLoadVertical(1, L*0.3, 5*Pz)

# Plot the beam diagram
ps.plotBeamDiagram(beam)

# Run the analysis
analysis = ps.OpenSeesAnalyzer2D(beam)
analysis.runAnalysis()

# Plot the SFD and BMD
ps.plotShear2D(beam)
ps.plotMoment2D(beam)

Further Examples

See the examples folder for

Status

Before the first beta release, the following will be completed.

Analysis and API:

  • fancy plots (distributed Load)
  • Better deflection plots (distributed Load)

Infacstructure:

  • pip package
    • setup on pypi: complete, package is installable with "pip install planesections"
    • Add requirements
  • Document code
    • Finish all class docstrings.
    • Add Sphinx docs.
    • Add read the docs website.
  • Examples
    • Finish landing page with code examples and figures.
    • Compare simple cases with analytic equations.
    • Compare complex cases with sap/rfem/etc.

Post 1.0 release

Analysis and API:

  • plot labels

Future work:

  • 3D beams
  • Timoshenko beams
  • Nonlinear beams analysis
  • One-way Slabs?
  • Two-way Slabs?
  • Orthtropic Slabs?
  • Basic simple frame analysis?
  • Basic Nonlinear frame analysis?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

planesections-1.1.0.tar.gz (31.4 kB view details)

Uploaded Source

Built Distribution

planesections-1.1.0-py3-none-any.whl (32.6 kB view details)

Uploaded Python 3

File details

Details for the file planesections-1.1.0.tar.gz.

File metadata

  • Download URL: planesections-1.1.0.tar.gz
  • Upload date:
  • Size: 31.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for planesections-1.1.0.tar.gz
Algorithm Hash digest
SHA256 3be3727eb25d51c59b7c371e6a1e7210e2afda7fbdd563c2e6039085271f1dc0
MD5 805f5a60cebde264be3bc643c79f0e83
BLAKE2b-256 2194a0092735fdd6aee1b717c8d2f2cbd5d49bb07ab945167886533c220d0029

See more details on using hashes here.

File details

Details for the file planesections-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for planesections-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d93bef0239f395598be52954f52e987167079dfd54412fef180f78472f6371a
MD5 3c1b292314856e8660b3e23efe468dc2
BLAKE2b-256 d1be1dc6da607eaacdf766ec1a74204e55214db726edec4d5e2be52a7feb4c9b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page