Column Stability Factor of a Wood Column
|
06-07-2015, 07:21 PM
Post: #1
|
|||
|
|||
Column Stability Factor of a Wood Column
The program CPWOOD calculates the slenderness and the column stability factor of a Douglas-Fir wood column.
Equations: Slenderness (unit-less): s = L / d where: L = effective length of the wood column, in inches (effective length assumed) d = effective depth of the wood column, in inches (effective depth assumed) Column Stability Factor (unit-less): cp = (1 + r)/(2 * c) - √( (1 + r)^2/(2 * c)^2 – r/c ) where: r = Fce / Fc Fce = buckling stress of the wood Fce = (kce * E)/(s^2) kce = 0.3 (assumed) E = elasticity modulus in psi (pounds per square inch) Fc = allowable design value for compression parallel to the wood’s grain (in pounds per square inch) c = factor. (0.8 for sawn lumber, 0.85 for round poles, 0.9 for glued laminated timber) You can select from several types of woods or enter your own Fc* and E. Column Load Capacity: cap = cp * Fc * w * d (in pounds) Code: EXPORT CPWOOD() Sources: Ambrose, James “Simplified Engineering for Architects and Builders” John Wiley & Sons. 9th Edition. New York, 2000 Western Wood Products Association “Western Lumber Product Use Manual” 2008. http://www.wwpa.org. Table 5: Posts & Timbers Design Values, page 11. URL used: http://www.engr.sjsu.edu/dmerrick/164/WWPA_PUM.pdf, retrieved June 7, 2015 URL: http://edspi31415.blogspot.com/2015/06/h...or-of.html |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)