This example investigates P-Delta effects in columns with and without shear.
This example implements the benchmarks presented in Chapter C2 of the AISC steel manual commentary. The benchmarks consist of two cases:
In both cases the cross section is a W14x48 wide flange shape. Note the approximation of the shear areas and :
d = 13.75*inch
b = 8.030*inch
tw = 0.340*inch
tf = 0.595*inch
transform = "Corotational"
section = dict(
E = 29000.0,
G = 11200.0,
A = 14.1*inch**2,
J = 1.45*inch**4,
Iy = 51.4,
Iz = 484.0,
Ay = d*tw,
Az = b*tf*2,
Cw = 2240*inch**6
)
In Case 1, a uniformly distributed load of kip/ft is first applied to the elements.