Rebar in suspended slab

How do I input transverse rebar so that it ties into the continuous rebar in a slab? I can't seem to figure it out in this software.

0

Commentaires

5 commentaires
Date Votes
  • Hi Richard,

    To account for the transverse rebar, I assume you already have an assembly for the slab. In that case, you can include the transverse rebar in the same formula as the continuous rebar if both use the same item. If a different item needs to be selected, you can create a new item group instead.

    Here is an example of a formula that can calculate both rebars if the item is the same and the spacing is different.

     (
     (SQRT([MeasuredArea]) / ([ContinuousSpacingIn] / 12) + 1) * SQRT([MeasuredArea])
     +
     (SQRT([MeasuredArea]) / ([TransverseSpacingIn] / 12) + 1) * SQRT([MeasuredArea])
    )
    * (1 + [BarLapLength] / [RebarStockLengthFeet])
    * (1 + [RebarWaste1to100] / 100)

    I hope this helps.

    0
  • Thank you, however when I put it in, it didn't work. Is the spacing correct?

    0
  • Thank you, I solved it

    0
  • Thank you for the update Richard Wilson 

    0
  • Can you check if you have the below variables in your variable list?

    [ContinuousSpacingIn]  

    [TransverseSpacingIn] 

    [BarLapLength]

    [RebarStockLengthFeet]

    [RebarWaste1to100]

    If not the formula will not calculate the item, please refer to this article for guidance on creating variables. Variables – STACK Construction Technologies

    0

Vous devez vous connecter pour laisser un commentaire.

 

Ce n’est pas ce que vous cherchez?

Nouvelle publication