Help with Unit Load Method for Gable Frame
Help with Unit Load Method for Gable Frame
(OP)
Hi guys,
Back again!
I am attempting to solve a pinned support gable frame using the unit load method.
I am using BeamGuru software, but I want to check the results to esure the program is working properly.
I have replaced the pinned supporta at A with a roller and it looks like this:
The height to eaves is 8 metres, the height to the apex is 9.58 metres. The frame is 30 metres long and the roof is at an angle of 6 degrees.
I have been using Octave to perform the integrations:
For HA, from these calculations I am getting 111.90 kN. The software is giving me 98.6 kN. So, Im a bit off. I think I could be getting mixed up with signs, but I have checked and checked, and cannot see why I am getting the incorrect result.
Many Thanks!
Back again!
I am attempting to solve a pinned support gable frame using the unit load method.
I am using BeamGuru software, but I want to check the results to esure the program is working properly.
I have replaced the pinned supporta at A with a roller and it looks like this:
The height to eaves is 8 metres, the height to the apex is 9.58 metres. The frame is 30 metres long and the roof is at an angle of 6 degrees.
I have been using Octave to perform the integrations:
CODE -->
syms x E I % Real structure Mxr1 = (196.787*cosd(6) - 0.587*sind(6)).*x - 13.14.*x.^2/2 % left rafter Mxr2 = (197.413*cosd(6) + 0.587*sind(6) - 1.174*sind(6)).*x + 9.392 - 13.14.*x.^2/2; % Right rafter Mxc2 = -1.174*x % right-hand column % Virtual structure mxr1 = -sind(6)*x + 8 % Left rafter mxr2 = sind(6)*x + 8 % Right rafter mxc2 = -x % Right-hand column % Integrations over excah member length for real and virtual structures Ix1 = 1/(E*I)*int(Mxr1*mxr1,15.083,0) Ix2 = 1/(E*I)*int(Mxr2*mxr2,15.083,0) Ix3 = 1/(E*I)*int(Mxc2*mxc2,8,0) ix1 = 1/(E*I)*int(mxr1.^2,15.083,0) ix2 = 1/(E*I)*int(mxr2.^2,15.083,0) ix3 = 1/(E*I)*int(mxc2.^2,8,0) % calculate the horizontal reaction at A HA = (Ix1+Ix2+Ix3)/(ix1+ix2+ix3)
For HA, from these calculations I am getting 111.90 kN. The software is giving me 98.6 kN. So, Im a bit off. I think I could be getting mixed up with signs, but I have checked and checked, and cannot see why I am getting the incorrect result.
Many Thanks!
RE: Help with Unit Load Method for Gable Frame
"Hoffen wir mal, dass alles gut geht !"
General Paulus, Nov 1942, outside Stalingrad after the launch of Operation Uranus.
RE: Help with Unit Load Method for Gable Frame
If you do this you get:
-sin(6)*x - 8
So, the moment at the end of the member (the apex) is:
-0.105*15.083 - 8 = -9.58 kNm ---> this is the moment at the apex.
RE: Help with Unit Load Method for Gable Frame
"Hoffen wir mal, dass alles gut geht !"
General Paulus, Nov 1942, outside Stalingrad after the launch of Operation Uranus.
RE: Help with Unit Load Method for Gable Frame
RE: Help with Unit Load Method for Gable Frame
"Hoffen wir mal, dass alles gut geht !"
General Paulus, Nov 1942, outside Stalingrad after the launch of Operation Uranus.
RE: Help with Unit Load Method for Gable Frame
RE: Help with Unit Load Method for Gable Frame
Thing is my frame has equivalent horizontal forces applied to it. Not just vertical loads.
RE: Help with Unit Load Method for Gable Frame
RE: Help with Unit Load Method for Gable Frame
"Hoffen wir mal, dass alles gut geht !"
General Paulus, Nov 1942, outside Stalingrad after the launch of Operation Uranus.
RE: Help with Unit Load Method for Gable Frame
RE: Help with Unit Load Method for Gable Frame
I too am pleased that you were able to resolve the problem on your own Tygra, but for those who may believe that Kleinlogel Rigid Frame Formulas deal exclusively with vertical loads, please be aware that the tables deal with any type of load, including horizontal loads. There are several pages associated with Frame 89, which I did not post.
Prior to the computer age, structural engineers regarded Kleinlogel as the go-to reference for rigid frame design.