Help with Composite Beam
Help with Composite Beam
(OP)
A little background info. I'm a recent EI and civil eng. graduate. I have been given a problem to do at my work, that I haven't done for a couple of years now, and would like some help starting.
I have a composite beam with 2 different I values. The left end is fixed and the right end is pinned. The beam is 10ft long with 1ft being one I value, and the other 9ft as the other I value. There is a PLF uniform load only on the 9ft section of the beam.
Where do I begin? Which method would be best to use? Any help would be great.
I have a composite beam with 2 different I values. The left end is fixed and the right end is pinned. The beam is 10ft long with 1ft being one I value, and the other 9ft as the other I value. There is a PLF uniform load only on the 9ft section of the beam.
Where do I begin? Which method would be best to use? Any help would be great.






RE: Help with Composite Beam
RE: Help with Composite Beam
For design, why not use a beam with a consistant cross section and properties? I can't imagine there would be any significant cost savings by designing the beam differently for a length of one foot. Also what do you mean by "composite", is it a slab on beam with studs or is it a steel beam encased in concrete? I would suggest looking at an alternate design if it is a steel beam encased in concrete. It has been my experience that this method is practically obsolete.
From an analysis standpoint, if you want to determine the deflection, you will need to consider the moment of inertia for each section of the beam respectively. You will not need the moment of inertia when you determine the moment and shear on the beam.
Good luck.
RE: Help with Composite Beam
RE: Help with Composite Beam
RE: Help with Composite Beam
You will have to check the stresses in the beam where I1 is as well as I2. The moments of inertia won't matter for bending and shear but will come into play for deflection and stresses. Also check your details for continuity. If the beam sizes differ much you might have a hard time developing moment where the change of section occurs.
This sounds like an odd arrangement. The only practical example I can think of where this would occur is a retaining wall with different stem properties. Even then a one-foot length of beam is pretty small. Why not use the larger beam for the whole thing if it's only ten feet long? It might be cheaper anyway with simpler detailing.
RE: Help with Composite Beam
This is a beam that is already designed and cannot be changed. When I said "Composite Beam" I probably should have used Nonprismatic or maybe a beam with a stepped haunch.
So, I would still like to find out how to start solving for the moment and shear in the beam, using a method to solve indeterminate structures.
RE: Help with Composite Beam
There are plenty of free or demo software on the web. My fav is "FastFrame" by Enercalc.com
RE: Help with Composite Beam
I would prefer to try and solve this using a non computer aided program and just paper and pencil.
RE: Help with Composite Beam
If the left is fixed and the right end is pinned and the middle is a hinge, the beam is determinate. You only need force and moment equilibrium to solve the problem. From there you can get reactions. With the reactions and load diagrams you can draw the SFD and the BMD. Make sure the bending moment is zero at the hinge location.
If the beam-to-beam connection is not a hinge you have an indeterminate problem. You can use the principle of virtual work to solve the problem, among other methods. The beam section of the AISC Manual has beam diagrams that would help you in that case instead of working it out the long way.
RE: Help with Composite Beam
In your case, you have a three dof (degree of freedom) system, meaning the unconstrained structure stiffness matrix is 3 by 3. So you would invert a 3 by 3 to solve for your nodal displacements. This could be done using a computational tool (e.g., Matlab, Mathcad, etc.) or strictly by hand using Gaussian elimination.
The applied nodal load vector (which is all zeros in your case) minus the fixed-end force vector (for your 3 by 3 unconstrained system of equations) would be R = < 0-0.5*w*L1, 0+(w*L1^2)/12, 0 >, assuming your nodal translations are defined positive upward, your nodal rotations are defined positive counterclockwise, your uniform load is directed vertically downward, and assuming the 12-inch segment is at your pinned end (which you didn't state), where w = uniformly-distributed load, and L1 = length of left-hand segment (108 inch). Assuming both segments are made of the same material having tensile modulus of elasticity E, the assembled, unconstrained structure stiffness matrix would look like this:
K(1,1) = 12*E*[(I1/L1^3)+(I2/L2^3)]
K(1,2) = 6*E*[(-I1/L1^2)+(I2/L2^2)]
K(1,3) = 6*E*I2/L2^2
K(2,1) = K(1,2)
K(2,2) = 4*E*[(I1/L1)+(I2/L2)]
K(2,3) = 2*E*I2/L2
K(3,1) = K(1,3)
K(3,2) = K(2,3)
K(3,3) = 4*E*I2/L2
Solve for the nodal displacements, D = inverse(K)*R. After you obtain D, multiple the beam element stiffness matrix for each of your two elements by D to obtain the element end-forces. Are you familiar with this method?
RE: Help with Composite Beam
MICROSTRAN IS THE PROGRAM RECOMMEND