JesseBonanno / IndeterminateBeam

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

Add Trapezoidal Load wrapper #4

Closed JesseBonanno closed 3 years ago

JesseBonanno commented 3 years ago

If want to express a trapezoidal load currently have to think a little to hard to define the expression over a range when using DistributedLoadV.

Would be good to make a function that creates a DistributedLoadV object for trapezoidal by only specifing the starting and ending load (in kN/m) as well as the span.