T bars
Sizes variants and definitions to generate T bars.
Example:
from db_beams_and_bars.t import Standards, Section, Bar
Section(Standards.T.T_30)
Bar(Standards.T.T_30, 1000)
All classes in this module are based on this sketch:
Hot rolled T bars, equal flanges
Hot rolled T bars, equal flanges
- Matter: S275JR
- Standards: NF EN 10055
Data sources:
- "Produits métallurgiques", DESCOURS & CABAUD, 2010
- https://www.dlubal.com/en/cross-section-properties/series-t-din-en-10055-1995-12
- https://www.scribd.com/document/714429921/NF-EN-10055
Usage
from bd_beams_and_bars.profiles.t import Section, Bar, Standards
# Create a section:
section = Section(Standards.T.<variant>)
# Create a beam (3d model):
beam = Bar(Standards.T.<variant>, 1000)
Variants
Name | b | h | tf | tw | r | r1 | r2 |
---|---|---|---|---|---|---|---|
T_30 |
30.0 | 30.0 | 4.0 | 4.0 | 4.0 | 2.0 | 1.0 |
T_35 |
35.0 | 35.0 | 4.5 | 4.5 | 4.5 | 2.5 | 1.0 |
T_40 |
40.0 | 40.0 | 5.0 | 5.0 | 5.0 | 2.5 | 1.0 |
T_50 |
50.0 | 50.0 | 6.0 | 6.0 | 6.0 | 3.0 | 1.5 |
T_60 |
60.0 | 60.0 | 7.0 | 7.0 | 7.0 | 3.5 | 2.0 |
T_70 |
70.0 | 70.0 | 8.0 | 8.0 | 8.0 | 4.0 | 2.0 |
T_80 |
80.0 | 80.0 | 9.0 | 9.0 | 9.0 | 4.5 | 2.0 |
T_100 |
100.0 | 100.0 | 11.0 | 11.0 | 11.0 | 5.5 | 3.0 |
T_120 |
120.0 | 120.0 | 13.0 | 13.0 | 13.0 | 6.5 | 3.0 |
T_140 |
140.0 | 140.0 | 15.0 | 15.0 | 15.0 | 7.5 | 4.0 |