Skip to content
/ beams Public

Solve beams problems - Bernoulli and Timoshenko models

License

Notifications You must be signed in to change notification settings

compmec/beams

Repository files navigation

PyPI Version Build Status Code Coverage

Structures

Compute fields (displacement/force/momentum) of structures using Finite Element Method.

  • 1D Elements
    • Truss (Traction/Compression)
    • Beam
      • Euler-Bernoulli
      • Timoshenko (Needs implementation)

How to use it

There are many Python Notebooks in the folder examples.

Install

This library is available in PyPI. To install it

pip install compmec-strct

Or install it manually

git clone https://github.com/compmec/strct
cd strct
pip install -e .

Documentation

In progress. See the examples.

Contribute

Please use the Issues or refer to the email compmecgit@gmail.com