Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fem.sdynpy_beam.rect_beam_props

Signature

def sdynpy.fem.sdynpy_beam.rect_beam_props(E, rho, nu, b, h=None, nelem=None)

Return beam keyword dictionary for a rectangular beam.

Returns parameters that can be used in the beamkm function for a beam of uniform rectangular cross-section.

Parameters

Returns

Notes

Steel : SI E = 200e9 # [N/m^2], nu = 0.25 # [-], rho = 7850 # [kg/m^3] Aluminum : SI E = 69e9 # [N/m^2], nu = 0.33 # [-], rho = 2830 # [kg/m^3]