TXTank
Mechanical
- Dec 5, 2014
- 14
I am trying to find a good formula for Warping Constant for C channel sections. This formula will be used in conjunction with AISC 360-10 section F2. In another thread (thread723-206373) I saw a reference to xcalcs.com where a formula is given along with sample results. However, I have yet to be able to get that formula to work in Excel and match the example output. Here is a link to the xcalcs page in question:
xcalcs:channels
To see formulas on that page, click on "Show Formulae" under Options on the lower left of the page. Click on "Show Results" to see their sample output.
In my Excel spreadsheet, the equation is as follows:
CW=POWER((h-t),2)*POWER((b-a/2),3)*t*(1/6 - 1/(8+4*(h-t)*a/(b-a/2)/t))
That yields a value of 52.39977 when using the English units with the following inputs:
h=7.87, t=0.449, b=2.95, a=0.244
If I tweak the formula and add an extra set of parentheses around the (b-a/2)/t term:
CW=POWER((h-t),2)*POWER((b-a/2),3)*t*(1/6 - 1/(8+4*(h-t)*a/((b-a/2)/t)))
I get 32.08804. Still not as close to their value of 36.9 as I'd like.
Can anyone get their formula to work?
I've also found formulas for channel section warping constants elsewhere:
Naturally, they yield different results. The ultimate question is, which formula should I use? I'll also be needing Cw for I-Beams, but that one seems less controversial.
xcalcs:channels
To see formulas on that page, click on "Show Formulae" under Options on the lower left of the page. Click on "Show Results" to see their sample output.
In my Excel spreadsheet, the equation is as follows:
CW=POWER((h-t),2)*POWER((b-a/2),3)*t*(1/6 - 1/(8+4*(h-t)*a/(b-a/2)/t))
That yields a value of 52.39977 when using the English units with the following inputs:
h=7.87, t=0.449, b=2.95, a=0.244
If I tweak the formula and add an extra set of parentheses around the (b-a/2)/t term:
CW=POWER((h-t),2)*POWER((b-a/2),3)*t*(1/6 - 1/(8+4*(h-t)*a/((b-a/2)/t)))
I get 32.08804. Still not as close to their value of 36.9 as I'd like.
Can anyone get their formula to work?
I've also found formulas for channel section warping constants elsewhere:
Naturally, they yield different results. The ultimate question is, which formula should I use? I'll also be needing Cw for I-Beams, but that one seems less controversial.