Skip to main content

Bolted Joint Stress Field Model

Project description

bjsfm

Bolted Joint Stress Field Model (BJSFM) is a common analytical method used to analyze bolted joints in composite airframe structures. This project ports the original fortran code to pure python code using the underlying theory.

from bjsfm.analysis import MaxStrain
a_matrix = [[988374.5, 316116.9, 0.],
            [316116.9, 988374.5, 0.],
            [0., 0., 336128.8]]
thickness = 0.1152
diameter = 0.25
analysis = MaxStrain(a_matrix, thickness, diameter)

# get stresses, strains and displacements at four points around hole
bearing = [100, 0]  #[Px, Py]
bypass = [100, 0, 0]  #[Nx, Ny, Nxy]
analysis.stresses(bearing, bypass, num=4)
analysis.strains(bearing, bypass, num=4)
analysis.displacements(bearing, bypass, num=4)

# plot stresses
analysis.plot_stress(bearing, bypass)

Installation

pip install bjsfm

Documentation

https://bjsfm.readthedocs.io

Features

  • [X] Lekhnitskii’s anisotropic elasticity solutions for loaded (cosine distribution) and unloaded holes

    • [X] stresses

    • [X] displacements

  • [X] Combined bearing and bypass 2D infinite plate stress distribution

  • [X] Optional DeJong tension (or compression) bearing correction

  • [X] Max strain analysis

  • [ ] Plotting

    • [X] stresses

    • [ ] displacements

  • [X] Command-line Interface (CLI)

Web App

https://www.centricengineers.com/free-software/ce-bjsfm

Contribute

Support

benjaminearltaylor@gmail.com

License

This project is licensed under the MIT license.

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

bjsfm-0.5.2.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

bjsfm-0.5.2-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

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