Non-Uniform Temperature Steel beam Calculation toolKit
Project description
Manuscript of NUTS_calkit
Non-Uniform Temperature Steel beam Calculation toolKit
Y. Li et al. May 2024, The University of Manchester
1. Python commands:
1.1 Creating Beam Object
Access
import NUTS_cakit as nc nc.Beam()
<<<<< Required arguments >>>>>
d: Section depth
w: Section width
ft: Flange thickness
wt: Web thickness
fpl: Plastic strength of beam
E: Elastic modulus
G: Shear modulus
L: Length
t_dist: Temperature distribtuion in the section
Dataformat: [temperature, ratio of the distance from beam top/section depth], 20C <= temperature <= 1200C.
Example: [[600,0],[270,0.7],[100,1]]
<<<<< Returning objects >>>>>
Beam object
b1=nc.Beam(E=210000,G=80770,L=5000,fpl=320,d=320,w=140,ft=10,wt=5,t_dist=[[600, 0], [500, 1]])
1.1.1 Mpl()
-Beam plastic bending moment
<<<<< Required arguments >>>>>
-Beam: A NUTS_calkit beam objects
-nc.Beam.Mpl()
1.1.2 Mcr()
-Beam Elastic Critical Bending Moment
<<<<< Required arguments >>>>>
-Beam: A NUTS_calkit beam objects
-nc.Beam.Mcr()
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 nuts_calkit-0.0.4.tar.gz.
File metadata
- Download URL: nuts_calkit-0.0.4.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e385edf0734e73563139272416d3c30626452fbf1d9a0813e1ffcc3aa54e6085
|
|
| MD5 |
6655bfd2d8c519699cd1e5ae5e4c85de
|
|
| BLAKE2b-256 |
310ecc740182f7ca80978f05c3457960e8381690624ca21dff4e34bca59ef4e1
|
File details
Details for the file nuts_calkit-0.0.4-py3-none-any.whl.
File metadata
- Download URL: nuts_calkit-0.0.4-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6aa4795927485cc34da7f4f6415adf9c4d3ee113ba9da6904b5b6fdcc4e04fe1
|
|
| MD5 |
a51e8bb6722c24a5c151f7aead0915fa
|
|
| BLAKE2b-256 |
7411b8dd3b6362706d93ce95313f05864594437b2cc874c8d1289f821b24bdc2
|