Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a feature to add trapezoidal load #101

Open
thisisapple opened this issue Aug 31, 2024 · 1 comment
Open

Need a feature to add trapezoidal load #101

thisisapple opened this issue Aug 31, 2024 · 1 comment

Comments

@thisisapple
Copy link

I like this library. But I cannot add trapezoidal load.
I hope this feature will be implemented.

@ccaprani
Copy link
Owner

Hi @thisisapple - this is a great suggestion. Is it something you'd like to give a go? You can see how the other loads are handled by searching pudl (for example) in the code. The main effort is writing a class for the new loadtype, and implementing the consistent nodal loads (i.e. fixed-end moments) for the new load type, e.g.

class LoadPUDL(Load):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants