Would be good to try implement a way to specifiy different beam properties for different spans.
Would involve creating the functions:
beam.add_segment (adds a new beam property segment)
beam.reset_beam_properites (return beam to having single E, I, A values)
Would involve modifying:
beam.analyse
beam._draw_beam_schematic
Ideally implementation would just be to have beam properties defined as piecewise function, and then consider them when creating the equations in beam.analyse()
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()