Stirrup Spacing Calculation For Rectangular Beam Under Shear And Torsion

by ADMIN 73 views

Hey guys! Today, we're diving into a classic structural engineering problem: figuring out the stirrup spacing for a rectangular beam that's dealing with both shear forces and torsional moments. This is super important in ensuring the beam's safety and preventing catastrophic failures. We'll be walking through the calculations step-by-step, using the ACI code as our guide. So, buckle up, and let's get started!

In this article, we'll tackle a practical problem involving a rectangular beam subjected to factored shear and torsional moment. The goal is to determine the appropriate spacing for closed stirrups to ensure the beam's structural integrity under these combined loads. We'll use industry-standard formulas and design principles, making it easy to follow along and apply to your own projects. This is essential knowledge for civil engineers and anyone involved in structural design. Understanding these principles is critical for designing safe and reliable concrete structures.

Alright, let's lay out the problem. We have a rectangular beam with a width (bw{b_w}) of 15 inches and a depth (h{h}) of 30 inches. The concrete compressive strength ( fc′{f_c^{\prime}}) is 4000 psi, and the steel yield strength (fyz{f_{yz}}) is 60,000 psi. The beam is subjected to a factored shear (Vu{V_u}) of 80 kips and a factored torsional moment (Tu{T_u}) of 900 in-kips. We need to figure out the required spacing for No. 4 (No. 13) closed stirrups. No. 4 stirrups have a diameter of 0.5 inches, which means their cross-sectional area (Av{A_v}) is 0.20 square inches for two legs. This is crucial information for our calculations.

The first step in our calculations is to determine the nominal shear strength (Vn{V_n}) that the concrete and stirrups need to provide. To do this, we'll use the following formula derived from ACI code provisions:

Vn=Vuϕ{ V_n = \frac{V_u}{\phi} }

Where:

  • Vu{V_u} is the factored shear force (80 kips).
  • Ï•{\phi} is the shear strength reduction factor, which is typically 0.75 for shear and torsion in reinforced concrete design, as per ACI code. This factor accounts for uncertainties in material strengths and construction practices.

Plugging in the values, we get:

Vn=80 kips0.75=106.67 kips{ V_n = \frac{80 \text{ kips}}{0.75} = 106.67 \text{ kips} }

So, the nominal shear strength (Vn{V_n}) required is 106.67 kips. This value represents the total shear resistance that the beam must provide, considering both the concrete's contribution and the stirrups' contribution. It's a critical benchmark for our design.

Now, let's figure out how much shear the concrete itself can handle. We'll use the ACI code equation for the concrete shear capacity (Vc{V_c}):

Vc=2λfc′bwd{ V_c = 2\lambda \sqrt{f_c^{\prime}} b_w d }

Where:

  • λ{\lambda} is the modification factor for lightweight concrete (1.0 for normal weight concrete).
  • fc′{f_c^{\prime}} is the concrete compressive strength (4000 psi).
  • bw{b_w} is the beam width (15 inches).
  • d{d} is the effective depth of the beam. To calculate 'd,' we subtract the concrete cover and half the stirrup diameter from the total depth. Assuming a concrete cover of 1.5 inches and No. 4 stirrups, d=30 in−1.5 in−0.5 in=28 in{d = 30 \text{ in} - 1.5 \text{ in} - 0.5 \text{ in} = 28 \text{ in}}

Let's plug these values into the equation:

Vc=2×1.0×4000×15×28=53,257 lbs=53.26 kips{ V_c = 2 \times 1.0 \times \sqrt{4000} \times 15 \times 28 = 53,257 \text{ lbs} = 53.26 \text{ kips} }

So, the concrete shear capacity (Vc{V_c}) is approximately 53.26 kips. This represents the shear force that the concrete alone can resist. It's important to know this value so we can determine how much shear the stirrups need to handle.

Next, we need to determine the shear force that the stirrups must resist. This is simply the difference between the total nominal shear strength (Vn{V_n}) and the concrete shear capacity (Vc{V_c}):

Vs=Vn−Vc{ V_s = V_n - V_c }

Plugging in the values we calculated earlier:

Vs=106.67 kips−53.26 kips=53.41 kips{ V_s = 106.67 \text{ kips} - 53.26 \text{ kips} = 53.41 \text{ kips} }

Thus, the required shear strength from stirrups (Vs{V_s}) is 53.41 kips. This is the shear force that the stirrups must be designed to resist, ensuring the beam's overall shear capacity.

Now, let's consider the torsional moment (Tu{T_u}) of 900 in-kips. We need to determine the torsional capacity provided by the concrete (Tcr{T_{cr}}). This is the threshold below which torsional effects can be considered negligible. The formula for the cracking torsional moment (Tcr{T_{cr}}) is:

Tcr=4λfc′Acp2pcp{ T_{cr} = 4 \lambda \sqrt{f_c^{\prime}} \frac{A_{cp}^2}{p_{cp}} }

Where:

  • Acp{A_{cp}} is the area enclosed by the outside perimeter of the concrete cross-section.
  • pcp{p_{cp}} is the outside perimeter of the concrete cross-section.

For our beam:

Acp=bw×h=15 in×30 in=450 in2{ A_{cp} = b_w \times h = 15 \text{ in} \times 30 \text{ in} = 450 \text{ in}^2}

pcp=2(bw+h)=2(15 in+30 in)=90 in{ p_{cp} = 2(b_w + h) = 2(15 \text{ in} + 30 \text{ in}) = 90 \text{ in}}

Now, let's calculate Tcr{T_{cr}}:

Tcr=4×1.0×4000×450290=505,964 in-lbs=505.96 in-kips{ T_{cr} = 4 \times 1.0 \times \sqrt{4000} \times \frac{450^2}{90} = 505,964 \text{ in-lbs} = 505.96 \text{ in-kips} }

Now, we need to check if the factored torsional moment (Tu{T_u}) is greater than ϕTcr4{\phi \frac{T_{cr}}{4}}, where ϕ{\phi} is 0.75. If it is, we need to consider torsion in our design.

ϕTcr4=0.75×505.96 in-kips4=94.87 in-kips{ \phi \frac{T_{cr}}{4} = 0.75 \times \frac{505.96 \text{ in-kips}}{4} = 94.87 \text{ in-kips} }

Since our factored torsional moment (Tu{T_u}) of 900 in-kips is much greater than 94.87 in-kips, we must design for torsion. This means we'll need to include additional stirrups to resist the torsional forces.

To handle the torsional effects, we need to calculate the required area of stirrups for torsion (At/s{A_t/s}). The ACI code provides the following formula:

Ats=Tuϕ0.85Aofyt{ \frac{A_t}{s} = \frac{T_u}{ \phi 0.85 A_o f_{yt}} }

Where:

  • Tu{T_u} is the factored torsional moment (900 in-kips).
  • Ï•{\phi} is the strength reduction factor for torsion (0.75).
  • Ao{A_o} is the area enclosed by the torsional stirrups. We can approximate Ao{A_o} as 0.85 times the area enclosed by the centerline of the stirrups (Aoh{A_{oh}}). Let's assume a 1.5-inch clear cover and No. 4 stirrups. Then:
    • The width inside the stirrups is boh=15 in−2×(1.5 in+0.5 in)=11 in{b_{oh} = 15 \text{ in} - 2 \times (1.5 \text{ in} + 0.5 \text{ in}) = 11 \text{ in}}
    • The depth inside the stirrups is hoh=30 in−2×(1.5 in+0.5 in)=26 in{h_{oh} = 30 \text{ in} - 2 \times (1.5 \text{ in} + 0.5 \text{ in}) = 26 \text{ in}}
    • So, Aoh=boh×hoh=11 in×26 in=286 in2{A_{oh} = b_{oh} \times h_{oh} = 11 \text{ in} \times 26 \text{ in} = 286 \text{ in}^2}
    • And, Ao=0.85×Aoh=0.85×286 in2=243.1 in2{A_o = 0.85 \times A_{oh} = 0.85 \times 286 \text{ in}^2 = 243.1 \text{ in}^2}
  • fyt{f_{yt}} is the yield strength of the stirrup steel (60,000 psi).

Now we can calculate At/s{A_t/s}:

Ats=900 in-kips0.75×0.85×243.1 in2×60 ksi=0.081in2in{ \frac{A_t}{s} = \frac{900 \text{ in-kips}}{0.75 \times 0.85 \times 243.1 \text{ in}^2 \times 60 \text{ ksi}} = 0.081 \frac{\text{in}^2}{\text{in}} }

This value represents the required area of one leg of the stirrup per unit length to resist torsion.

Since stirrups resist both shear and torsion, we need to combine the reinforcement requirements. For shear, the stirrup spacing (s{s}) is determined by:

s=AvfytdVs{ s = \frac{A_v f_{yt} d}{V_s} }

Where:

  • Av{A_v} is the area of the stirrup resisting shear (for No. 4 stirrups, it's 2 legs \times 0.20 \text{ in}^2 = 0.40 \text{ in}^2)).
  • fyt{f_{yt}} is the yield strength of the stirrup steel (60,000 psi).
  • d{d} is the effective depth (28 inches).
  • Vs{V_s} is the shear force resisted by stirrups (53.41 kips = 53,410 lbs).

So,

s=0.40 in2×60,000 psi×28 in53,410 lbs=12.56 in{ s = \frac{0.40 \text{ in}^2 \times 60,000 \text{ psi} \times 28 \text{ in}}{53,410 \text{ lbs}} = 12.56 \text{ in} }

For torsion, we have At/s=0.081 in2/in{A_t/s = 0.081 \text{ in}^2/\text{in}} and since stirrups have two legs, the area provided by the stirrups for torsion is 2At{A_t} (because torsional stress acts on all faces of the section). Thus, the stirrup spacing required for torsion is:

s=2AtAt/s=2×0.20 in20.081 in2/in=4.94 in{ s = \frac{2 A_t}{A_t/s} = \frac{2 \times 0.20 \text{ in}^2}{0.081 \text{ in}^2/\text{in}} = 4.94 \text{ in} }

To satisfy both shear and torsion requirements, we need to use the smaller spacing. So, the required stirrup spacing based on torsion is approximately 4.94 inches.

ACI code also sets maximum spacing limits to ensure adequate shear and torsion reinforcement. The maximum spacing for shear is:

smax=d2=28 in2=14 in{ s_{max} = \frac{d}{2} = \frac{28 \text{ in}}{2} = 14 \text{ in} }

And also:

smax=24 in{ s_{max} = 24 \text{ in} }

The maximum spacing for torsion is:

smax=ph8{ s_{max} = \frac{p_h}{8}}

Where ph{p_h} is the perimeter of the centerline of the closed stirrups:

ph=2(boh+hoh)=2(11 in+26 in)=74 in{ p_h = 2(b_{oh} + h_{oh}) = 2(11 \text{ in} + 26 \text{ in}) = 74 \text{ in}}

So,

smax=74 in8=9.25 in{ s_{max} = \frac{74 \text{ in}}{8} = 9.25 \text{ in} }

Additionally, the ACI code specifies that the spacing should not exceed 12 inches when torsion reinforcement is required. This is a critical requirement to ensure the structure's torsional capacity and prevent cracking.

Considering all these limits, the maximum stirrup spacing is the smallest of these values, which is 4.94 inches (governed by torsion requirements). However, since we should use practical values, we can round down to 4.5 inches or even 4 inches to provide a bit of extra safety margin. This is a common practice in structural design to account for any unforeseen factors.

We also need to check for minimum stirrup requirements. The minimum area of shear reinforcement (Av,min{A_{v,min}}) is given by:

Av,min=0.75fc′bwsfyt≥50bwsfyt{ A_{v,min} = 0.75 \sqrt{f_c^{\prime}} \frac{b_w s}{f_{yt}} \geq 50 \frac{b_w s}{f_{yt}} }

Let's use a spacing of 4.5 inches and check:

Av,min=0.75400015 in×4.5 in60,000 psi=0.053 in2{ A_{v,min} = 0.75 \sqrt{4000} \frac{15 \text{ in} \times 4.5 \text{ in}}{60,000 \text{ psi}} = 0.053 \text{ in}^2}

And:

Av,min=5015 in×4.5 in60,000 psi=0.056 in2{ A_{v,min} = 50 \frac{15 \text{ in} \times 4.5 \text{ in}}{60,000 \text{ psi}} = 0.056 \text{ in}^2}

So, the minimum Av,min{A_{v,min}} is 0.056 in2{\text{in}^2}. For No. 4 stirrups at 4.5 inches spacing, the provided area is:

Av=0.40 in24.5 in=0.089in2in{ A_v = \frac{0.40 \text{ in}^2}{4.5 \text{ in}} = 0.089 \frac{\text{in}^2}{\text{in}} }

Since 0.089 in2{\text{in}^2} is greater than 0.056 in2{\text{in}^2} and 0.053 in2{\text{in}^2} we meet the minimum stirrup requirement. Always double-check these minimum requirements to ensure the structural integrity and longevity of the beam.

In addition to stirrups, we also need longitudinal reinforcement to resist torsion. The ACI code specifies that the additional longitudinal reinforcement (Al{A_l}) should be calculated as:

Al=Atsphfytfy{ A_l = \frac{A_t}{s} p_h \frac{f_{yt}}{f_y} }

Where:

  • At/s{A_t/s} is 0.081 in2/in{\text{in}^2/\text{in}} (from our torsion calculation).
  • ph{p_h} is 74 inches.
  • fyt{f_{yt}} is the yield strength of the stirrup steel (60,000 psi).
  • fy{f_y} is the yield strength of the longitudinal steel (60,000 psi). Assuming the same steel is used for longitudinal reinforcement.

Plugging in the values:

Al=0.081in2in×74 in×60,000 psi60,000 psi=5.99 in2{ A_l = 0.081 \frac{\text{in}^2}{\text{in}} \times 74 \text{ in} \times \frac{60,000 \text{ psi}}{60,000 \text{ psi}} = 5.99 \text{ in}^2 }

The longitudinal reinforcement should be distributed around the perimeter of the section. The ACI code also provides a minimum requirement for longitudinal torsional reinforcement, which should not be less than:

Al,min=5fc′Acpfy−(Ats)phfytfy{ A_{l,min} = \frac{5 \sqrt{f_c^{\prime}} A_{cp}}{f_y} - \left(\frac{A_t}{s}\right) p_h \frac{f_{yt}}{f_y} }

But (Ats)phfytfy{\left(\frac{A_t}{s}\right) p_h \frac{f_{yt}}{f_y}} need not be taken greater than 400Acpfy{\frac{400 A_{cp}}{f_y}}.

Let's calculate:

5fc′Acpfy=54000×450 in260,000 psi=2.37 in2{ \frac{5 \sqrt{f_c^{\prime}} A_{cp}}{f_y} = \frac{5 \sqrt{4000} \times 450 \text{ in}^2}{60,000 \text{ psi}} = 2.37 \text{ in}^2 }

And,

(Ats)phfytfy=0.081in2in×74 in×60,000 psi60,000 psi=5.99 in2{ \left(\frac{A_t}{s}\right) p_h \frac{f_{yt}}{f_y} = 0.081 \frac{\text{in}^2}{\text{in}} \times 74 \text{ in} \times \frac{60,000 \text{ psi}}{60,000 \text{ psi}} = 5.99 \text{ in}^2 }

Also,

400Acpfy=400×450 in260,000 psi=3 in2{ \frac{400 A_{cp}}{f_y} = \frac{400 \times 450 \text{ in}^2}{60,000 \text{ psi}} = 3 \text{ in}^2 }

So, we use 3 in2{\text{in}^2} as the upper limit for the second term in the minimum longitudinal reinforcement calculation:

Al,min=2.37 in2−3 in2{ A_{l,min} = 2.37 \text{ in}^2 - 3 \text{ in}^2}

Since this results in a negative value, we take Al,min{A_{l,min}} as zero (as we can't have a negative area of steel). Therefore, the required longitudinal reinforcement is governed by our initial calculation of 5.99 in2{\text{in}^2}.

We need to distribute this reinforcement around the perimeter of the beam. A common approach is to place bars in each corner of the stirrups and additional bars along the sides to meet the required area. This ensures that the torsional forces are adequately resisted along the entire section. For example, you might use four No. 9 bars (1 in2{\text{in}^2} each) in the corners and two No. 6 bars (0.44 in2{\text{in}^2} each) on each side, providing a total area of approximately 5.76 in2{\text{in}^2} which is close to our calculated requirement. This distribution helps in effectively resisting torsional stresses and preventing cracking.

Alright, guys, we've crunched the numbers, considered all the code requirements, and have a final design! To recap, for a rectangular beam 15 inches wide and 30 inches deep, subjected to a factored shear of 80 kips and a factored torsional moment of 900 in-kips, with concrete strength (fc′{f_c^{\prime}}) of 4000 psi and steel yield strength (fyz{f_{yz}}) of 60,000 psi, we need:

  • No. 4 closed stirrups spaced at 4.5 inches on center. This spacing satisfies both shear and torsion requirements while staying within ACI code limits.
  • Longitudinal reinforcement of approximately 5.99 square inches, distributed around the perimeter of the beam. A practical arrangement could be four No. 9 bars in the corners and additional bars along the sides to meet this requirement.

Remember, these calculations are based on specific code provisions and assumptions. Always consult the latest ACI code and engineering best practices for your specific project. Structural design is a critical aspect of any construction project, and it's essential to get it right. The safety and durability of the structure depend on accurate calculations and adherence to industry standards.

It's also important to consider practical aspects, such as constructability and bar placement. Sometimes, a slightly adjusted design might be easier to build in the field, without compromising structural integrity. This collaborative approach between design engineers and construction teams often leads to the most efficient and cost-effective solutions.

I hope this detailed walkthrough has been helpful in understanding how to calculate stirrup spacing for combined shear and torsion. Keep practicing, and you'll become a pro in no time! Happy designing!