JesseBonanno / IndeterminateBeam

A solver for 1D indeterminate beams
MIT License
69 stars 20 forks source link

Segmental beam properties #8

Open JesseBonanno opened 3 years ago

JesseBonanno commented 3 years ago

Would be good to try implement a way to specifiy different beam properties for different spans.

Would involve creating the functions:

Would involve modifying:

Ideally implementation would just be to have beam properties defined as piecewise function, and then consider them when creating the equations in beam.analyse()

1081 commented 2 years ago

Hey Jesse, fantastic tool! Thank you! Well done and perfectly documented. Any chance you find the time to implement the segmental beam properties?