JesseBonanno / IndeterminateBeam

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

Triangular Loads #32

Closed Lourenax closed 1 year ago

Lourenax commented 1 year ago

Is there anyway to add a triangular force which its start and end points can be defined along with its start and end magnitudes?

JesseBonanno commented 1 year ago

You can use a trapezoidal load with 0 force on one end to create a triangular load. https://indeterminatebeam.readthedocs.io/en/main/examples.html#trapezoidal-load

Lourenax commented 1 year ago

You can use a trapezoidal load with 0 force on one end to create a triangular load. https://indeterminatebeam.readthedocs.io/en/main/examples.html#trapezoidal-load

Thanks.