Beam Wiki
All presented Beam Internal Factor's functions are depend from z coordinate along Beam Axis.
The order is from left to right. Positive direction for Reaction Forces is up,
for Reaction Moments is by clockwise. All solutions created by coding within
Mechanics of Materials Toolbox for Maple as is.
Send us your own scheme (little picture) to
beam@orlovsoft.com and we put it here.
Next
Beam Bending Sample #1
Reaction Forces:
Shearing Forces:
Bending Moments:
Bending Angles:
Deflections:
Numeric Sample (Maple input data):
a:=2; b:=1; F:=10000; E:=2*10^11; J[x]:=200*10^(-8);
|
Beam Bending Sample #2
Reaction Forces:
Shearing Forces:
Bending Moments:
Bending Angles:
Deflections:
Numeric Sample (Maple input data):
a:=2; b:=1; E:=2*10^11; J[x]:=200*10^(-8); q:=1000:
|
Beam Bending Sample #3
Reaction Forces:
Shearing Forces:
Bending Moments:
Bending Angles:
Deflections:
Numeric Sample (Maple input data):
a:=2; b:=1; F:=10000; E:=2*10^11; J[x]:=200*10^(-8); q:=1000;
|