I didn't have the enthusiasm to check formula-by-formula today, so I tried to reason whether Simplified Method would be expected to give a larger capacity than General Method. Here's what I came up with.
Simplified Method uses kv=0.15 and theta=36 degrees. Using equations 8.2.4.2(4) and 8.2.4.2(5), these correspond to strains (epsilon,x) of 1.11E-3 and 1.00E-3 respectively. So the simplified method should give a greater shear capacity if the strain is larger than about 1.1E-3. The limits on epsilon,x are -0.2E-3 to 3.0E-3, so it is certainly possible for the simplified method to give a larger capacity.
For non-prestressed concrete without axial force or torsion, the formula for strain is fairly simple and boils down to the sum of moment-strain and shear-strain:
Code:
epsilon,x = (M*/dv)/(2*Es*Ast) + V*/(2*Es*Ast).
Assuming M* is approximately phi.Muo, and that phi.Muo is approximately phi * Ast * Fy * dv, the moment-strain component is 0.425*yield strain = 1.06E-3 for Fy=500 MPa. This alone is equal to the transition point where the simplified method gives a larger capacity, so sections that are fully used in bending should have a higher shear capacity if the simplified method is used.
To calculate the shear strain that corresponds to shear capacity, we have to set V* = phi.Vu, which can vary widely depending on the amount of shear reinforcement provided and the concrete strength. For an order of magnitude of the shear-strain component, I've used:
[ul]
[li]f'c = 50 MPa[/li]
[li]Asv = Asv,min; and Asv = 5*Asv,min. (Asv,min was calculated using the simplified method, otherwise it's an iterative calculation using the general method.)[/li]
[li]p = 0.5% * bv*dv and p = 1.0% * bv*dv (Longitudinal tension steel)[/li]
[/ul]
phi.Vu,min = phi * 0.26 * sqrt(f'c) * bv * dv = 1.38 MPa * bv * dv. This gives a shear-strain component of 0.69E-3 for p=0.5% or 0.34E-3 for p=1.0%.
For Asv = 5*Asv,min, phi.Vu = 3.71 MPa * bv * dv, and the shear-strain component is 1.86E-3 (p=0.5%) or 0.93E-3 (1.0%).
My conclusions are (for 50MPa concrete at least):
[ul]
[li]The simplified method will typically give a higher capacity than the general method when the section's bending capacity is fully used.[/li]
[li]The simplified method will often give a higher capacity than the general method when the section has heavy shear reinforcement, even for small bending moment.[/li]
[/ul]
This tallies fairly well with my spreadsheet, so that is attached warts and all.
[URL unfurl="true"]https://files.engineering.com/getfile.aspx?folder=1339e1f4-20d1-4b11-988d-d1b7f0be2708&file=AS3600-2018_Shear_Comparison_(20190107).zip[/url]