BEam Elements Framework (BEEF)
Project description
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
Support
Please open an issue for support.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file beefpy-0.6.1.tar.gz.
File metadata
- Download URL: beefpy-0.6.1.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b9516c9e5c664c4efe4bd59d25c1954ee6bb002726325a8d50720e8315aa636
|
|
| MD5 |
734f8aa0d419d00e25bab43ac211e15f
|
|
| BLAKE2b-256 |
c53e410f6ed17550a88d944cb8b76bfabb3a18c944f250a8accbddca439f7857
|
File details
Details for the file beefpy-0.6.1-py3-none-any.whl.
File metadata
- Download URL: beefpy-0.6.1-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d693d6bda7a5c07ef5489dfb716c88f507c2790cf00a7c5d30ed20aa525fca8
|
|
| MD5 |
4e1c1b6efc762e4eeb5aeac934ad4d25
|
|
| BLAKE2b-256 |
fd046bcedd686b7f4ed4dafdf6fc38d58e317efb51fe9ce6799a67fa643121fd
|