Example Using Circular References to Force Iteration: Calculation Effective Section Modulus for Coldformed C-Section to AS4600

Rating:
2

Description


Calculation of effective section modulus (Zex) using effective width methods of AS4600, for a coldformed c-section. The workbook is dependent on: schTechLib It uses circular references to force iteration on the calculation of the section centroid. The web has a stress gradient and so the portion which is in compression and not effective is unknown. Has chunks are removed to determine effective width of plates, the section modulus of the c-section changes and so does the location of the neutral axis, and so the portion of the web in compression is different than initially assumed. The circular references force iteration until the difference between the initial assumption and the calculated value is insiginificant.

Calculation Reference
Cold Form Sections
Structural Analysis
Section Properties

The effective section modulus (Zex) for a cold-formed C-section can be calculated using the effective width method, as specified in the AS 4600 Australian Standard for Cold-Formed Steel Structures. The effective section modulus takes into account the reduced cross-sectional area of the section due to local buckling, which can occur in thin-walled cold-formed steel sections.

To calculate Zex for a cold-formed C-section, follow these steps:

  1. Determine the section properties:
  • b: Width of the flange
  • t: Thickness of the steel
  • h: Height of the web
  • r: Inner radius of the corner
  1. Determine the material properties:
  • E: Young's modulus of the steel
  • Fy: Yield strength of the steel
  1. Calculate the half-wavelength (λ): λ = (π * E) / (0.95 * Fy)

  2. Calculate the width-to-thickness ratio for the flange (bf/tf) and the web (h/tw), where tf and tw are the thicknesses of the flange and web, respectively.

  3. Determine the effective width (be) for the flange and the web using the AS 4600 standard's provided equations or tables. These equations consider the width-to-thickness ratios, the material properties, and the type of loading and support conditions.

  4. Calculate the effective cross-sectional area (Ae) by multiplying the effective width (be) of each element (flange and web) by its thickness and summing the results: Ae = (be_flange * tf) + (be_web * tw)

  5. Calculate the effective moment of inertia (Ie) by summing the moment of inertia of each element (flange and web) about the centroid of the effective section: Ie = Ie_flange + Ie_web

  6. Determine the distance from the centroid of the effective section to the extreme fiber in tension (ymax).

  7. Calculate the effective section modulus (Zex): Zex = Ie / ymax

By following these steps, you can calculate the effective section modulus (Zex) for a cold-formed C-section using the effective width method according to the AS 4600 standard. This value can be used for structural design and analysis of cold-formed steel structures to ensure adequate strength and stability.

Calculation Preview

Uploaded
28 Aug 2010
Last Modified
28 Apr 2023
File Size:
79.00 Kb
Downloads:
89
File Version:
1.0
File Author:
Conrad Harrison
Rating:
2

 
Full download access to any calculation is available to users with a paid or awarded subscription (XLC Pro).
Subscriptions are free to contributors to the site, alternatively they can be purchased.
Click here for information on subscriptions.
Comments: 1
InfoJunkie65 13 years ago
This method was my first approach for the effective width method, which I originally setup in Quattro Pro, it was one reason to move over to Excel and VBA. If look at schTechLIB, then will find VBA routines which directly calculate Zex and return to the worksheet cells. Example of using these functions in in the AS4600 calculator which is uploaded. Just use the calculator as basis of formatting a more presentable report. I tend to use Excel type calculators and use a pencil and write results on graphics (moment diagrams print from frame analysis software), keep reports compact: I have to do the photocopying.For anything other than C-sections, I use CFS software (which does not fully support AS4600, I use becasue AISI:1996 and AS4600:1996 were aligned).http://www.rsgsoftware.com/products.htmlI would like to calculate warping constants and effective section properties for other sections. But not presently sure how to make my c-section routines entirely general. Also I tried working through the Duragal manual and had problems setting up iteration in a spreadsheet and could not get it to converge for a coldformed Angle.So any feedback to help develop more general thinwalled , and coldformed section property calculator would be helpful.