bofbendinggirder
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Mechanical function
Introduced first in SolidGeometry 4.9, Creation date: 2020-08-19, Last change: 2025-09-14
returns the width of a bended girder
Description
Helpful parameter:
Steel Slim=355; E=200000
PA12 Slim=36; E=1240 (PA2200 called at EOS)
The length of a bar which cross section is [h x b] that will be bended distance s (related to h) if a force F is applied?
the less force F is applied the longer the length is
the less distance s is requested the shorter the length is
See Also: SGsnaprivet
, lofbendinggirder
, sofbendinggirder
, rofcircbend
, Fofbendinggirder
Example Illustration
Syntax
[b,alpha,Smax,r,c]=bofbendinggirder([h,l,s,F,E,Slim])
Input Parameter
h: | | height of the cross section of bended beam |
l: | | length of the bended beam |
s: | | bending distance; default h |
F: | | bending force to achieve distance s; default 10 N |
E: | | E modulus default 1200 MPa (Polyamid PA12) |
Slim: | | Limit of bending stress |
Output Parameter
b: | | width of cross section of a bended girder |
alpha: | | bending angle |
Smax: | | bending stress |
r: | | bending radius |
c: | | bending contour |
Examples
bofbendinggirder(1.5,10,1.5+1) % clip width length 10 and wall thickness 1.5 and pin of 1
Copyright 2020-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21