Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Column Reinforcing Coordinates 1

Status
Not open for further replies.

dik

Structural
Joined
Apr 13, 2001
Messages
26,114
Location
CA
Column Reinforcing Coordinates

I'm writing a reinforced concrete spreadsheet for the design of columns and am having difficulty coding the coordinates for location of reinforcing steel for the condition where the reinforcing is equally distributed to all four faces. Is there a relatively simple manner of doing this?

I've determined that the number of bars has to comply with:

MOD((N-4)/4) = 0,

The actual coding for the coords can be done, but is very cumbersome; is there a simple manner of doing this?

Dik


 
The attached file gives an "on-sheet" solution. It should be fairly easy to convert that to VBA, if that is what you want. I have only given it a very quick check, so please check thoroughly before using in action.

The formulas will work for up to 10 bars/face, but the chart X ranges are set to 4 bars to suite the example shown. That's because of Excel's annoying trick of automatically changing an XY graph into a line graph if finds any text in the X range, even if the text is "".

Other than that, it seem sto work OK.

Doug Jenkins
Interactive Design Services
 
Thanks... I'll take a gander at it tomorrow... have to use an office machine to open the excel file... my old version does't recognise the extension... I had no problem with opposite face bars or a circular cross section... but, to do equal distribution was extremely 'clunky'... I've been trying to avoid VBA and using excel only.

Thanks, Dik
 
Excellent example... thank-you very much.

Dik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top