You are on page 1of 7

Beam Problems

Hing
e Rolle
r

Cross sectionElement
Material Properties Hinge Support
E = 2E5 N/mm2 B = 200 mm Type UX, UY, UZ, ROTX,
= 0.34 H = 300 mm ROTY
Roller = 0
Support
BEAM 188 UY= 0
Commands to define UVL
*do, parameter name (k), starting element, ending element, increment
For the starting
node of element
considered

sfbeam, k, direction of load, type of loading, (k-x)*Difference in load/No. of


elements,
(k+x)*difference Direction of load
in load/No. of elements Type of load
For the ending
1 For X- direction PRESSURE
node of element
2 For Y- direction (PRES)
considered
3 For Z- direction

*enddo
Calculations to define UVL
Assume 2nd line divided in to 100 Elements
10 10 10 10 10 10 19 19 19 20
1 2 3 4 5 6 9 8 9 0

Consider 101st Element, i.e. k = 101

Load acting on the starting Node is 200 N/m or 0.2


N/mm

(k-x)*diff. in load / No. of Elements = load acting on the


starting Node Consider 200th Element, i.e. k = 200
i.e.
(101-x)*(0.6-0.2)/100 = 0.2 x =Load
51 acting on the starting Node is 600 N/m or 0.6
N/mm

(k-x)*diff. in load / No. of Elements = load acting on the


starting Node
i.e.
(200-x)*(0.6-0.2)/100 = 0.6 x = -50
Commands to define UVL
*do,k,101,200,1
sfbeam,k,2,pres,(k-51)*0.4/100,(k-50)*0.4/100
*enddo
To Plot SFD & BMD
Create Element Table
By sequence number SMISC,3 Apply
By sequence number SMISC,6 Apply
By sequence number SMISC,16 Apply
By sequence number SMISC,19 Ok
To Plot SFD
Plot Results Contour plot Line Elem Results, Select SMISC,6 and SMISC,19
To Plot BMD
Plot Results Contour plot Line Elem Results, Select SMISC,3 and SMISC,16

You might also like