TrussSection.compute_stress

TrussSection.compute_stress(N=0.0, Mx=0.0, My=0.0, Vx=0.0, Vy=0.0, x=0.0, y=0.0)[source]

Compute normal and shear stresses at a given point.

Parameters:
Nfloat, optional

Axial force (default is 0.0).

Mxfloat, optional

Bending moment about the x-axis (default is 0.0).

Myfloat, optional

Bending moment about the y-axis (default is 0.0).

Vxfloat, optional

Shear force in the x-direction (default is 0.0).

Vyfloat, optional

Shear force in the y-direction (default is 0.0).

xfloat, optional

X-coordinate of the point (default is 0.0).

yfloat, optional

Y-coordinate of the point (default is 0.0).

Returns:
tuple

Normal stress, shear stress in x-direction, shear stress in y-direction.