StrutSection.compute_stress_distribution
- StrutSection.compute_stress_distribution(N=0.0, Mx=0.0, My=0.0, Vx=0.0, Vy=0.0, nx=50, ny=50)[source]
Compute stress distribution over the section.
- 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).
- nxint, optional
Grid resolution in x direction (default is 50).
- nyint, optional
Grid resolution in y direction (default is 50).
- Returns:
- tuple
Grid of x-coordinates, grid of y-coordinates, grid of normal stresses, grid of shear stresses in x-direction, grid of shear stresses in y-direction.