Skip to main content

BEam Elements Framework (BEEF)

Project description

BEEF logo

What is beef?

BEEF is a BEam Elements Framework package for Python. The main features are:

  • 2D and 3D beam finite element analyses
  • Solves static and dynamic problems
  • Linear and co-rotated formulations, allowing for large-displacement problems (3D is experimental)
  • Newmark, Alpha-HHT, static solvers, eigenvalue solution, eigenbuckling solution
  • Postprocessing tools for visualization
  • Custom function inputs for post-processing

Installation

Either download the repository to your computer and install, e.g. by pip

pip install .

or install directly from github:

pip install git+https://www.github.com/knutankv/beef.git@master

Quick start

Import the relevant package modules, exemplified for the newmark module, as follows:

from beef import newmark

To access the classes used to construct FE objects, the fe module has to be imported (usage is exemplified by creation of part objects and placement in assembly):

from beef import fe
first_part = fe.Part(node_matrix_1, element_matrix_1, sections_1, constraints=constraints_1)
second_part = fe.Part(node_matrix_2, element_matrix_2, sections_2, constraints=constraints_2)
assembly = fe.Assembly([first_part, second_part])

For details on how to set up a full model, please refer to the examples. For code reference visit knutankv.github.io/beef.

Examples

Examples are provided as Jupyter Notebooks in the examples folder.

References

[1] S. Krenk, Non-linear modeling and analysis of solids and structures. Cambridge University Press, 2009.

[2] W. Fang, EN234: Three-dimentional Timoshenko beam element undergoing axial, torsional and bending deformations, 2015. https://www.brown.edu/Departments/Engineering/Courses/En2340/Projects/Projects_2015/Wenqiang_Fan.pdf

[3] H. Karadeniz, M. P. Saka, and V. Togan, “Finite Element Analysis of Space Frame Structures BT - Stochastic Analysis of Offshore Steel Structures: An Analytical Appraisal,” H. Karadeniz, Ed. London: Springer London, 2013, pp. 1–119. https://link.springer.com/content/pdf/10.1007%2F978-1-84996-190-5_1

[4] P.I. Bruheim, Development and validation of a finite element software facilitating large-displacement aeroelastic analysis of wind turbines, Norwegian University of Science and Technology, 2012. https://core.ac.uk/download/pdf/30855172.pdf

Citation

DOI

Support

Please open an issue for support.

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

beefpy-0.6.3.tar.gz (61.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

beefpy-0.6.3-py3-none-any.whl (66.8 kB view details)

Uploaded Python 3

File details

Details for the file beefpy-0.6.3.tar.gz.

File metadata

  • Download URL: beefpy-0.6.3.tar.gz
  • Upload date:
  • Size: 61.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for beefpy-0.6.3.tar.gz
Algorithm Hash digest
SHA256 f282aeda99a6f5a402f7ca9309fa537a3eac3203f3c318a5cb8adbd62c3f264a
MD5 e13204bfebed08ce0b2520f85fdb47a9
BLAKE2b-256 6746e954e480ba45ef01d22fe1c62dae162296b513658ec77a93f136945c3b79

See more details on using hashes here.

File details

Details for the file beefpy-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: beefpy-0.6.3-py3-none-any.whl
  • Upload date:
  • Size: 66.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for beefpy-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 227df1c876a0ad7515c42ef8e083eac27c188d276fb963d56389a161516cac39
MD5 389bb252a0718e705c1b58f1886ccd78
BLAKE2b-256 0df7dd0538c1b496e7e960b281b9e192ab87266b1d4da732ee40ccbe864deb3b

See more details on using hashes here.

Supported by

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