Non-Uniform Temperature Steel beam Calculation toolKit
Project description
Manuscript of NUTS_calkit
Non-Uniform Temperature Steel beam Calculation toolKit
Yang. Li, Yong. Wang et al. May 2024, The University of Manchester
1. Python commands:
1.1 Creating Beam Object
Access
from NUTS_calkit import NUTS_calkit 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
alfa: Thermal expansion
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]]
<<<<< Optional arguments >>>>>
*For Beam.Mcr_t_bow()
alpha: Coefficient of thermal expansion
<<<<< 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],[270,0.7],[100,1]],alpha=0.00002)
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()
1.1.3 Mcr_t_bow()
-Beam Elastic Critical Bending Moment considering Thermal Bowing Effect
<<<<< Required arguments >>>>>
-Beam: A NUTS_calkit beam objects
-nc.Beam.Mcr_t_bow()
2. Update Notes:
<<<<<< version 0.0.8 >>>>>>
-Fixing several bugs.
<<<<<< version 0.0.9 >>>>>>
Changed
- Plastic bending moment is now calculated by classes (1 to 4 according to code EN1993-1-2).
<<<<<< version 0.1.1>>>>>>>
-Fixing several bugs.
<<<<<< version 0.1.2>>>>>>>
-Fixing several bugs.
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.8.tar.gz.
File metadata
- Download URL: nuts_calkit-0.0.8.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0389ddb60c6a24442bc8252cf31e0a33789fcc36956366b78591899c59c42c50
|
|
| MD5 |
0391c2f5e01e411083465a277e6e5722
|
|
| BLAKE2b-256 |
0157cf75b9b57ec6ff10817a5e35aa229715757f79de947f6ead625dfc452c15
|
File details
Details for the file nuts_calkit-0.0.8-py3-none-any.whl.
File metadata
- Download URL: nuts_calkit-0.0.8-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18e04f1557c334829e5def9243936a20baa0bdcc31d4d8cd20b72b0488fb3ac5
|
|
| MD5 |
ffee5966981953c4203ac43f7a858daa
|
|
| BLAKE2b-256 |
e6bef0848098e2b80e2b66a87fc2cfaa426d9ae3b9e4aa7a70a5288dd05ebf43
|