I am building a structure on openseespy. Everything is in order, I have been able to apply a distributed load:
op.eleLoad('-ele', 1, '-type', '-beamUniform', -Wx, 0.0, 0.0).
I wanted to know how can I apply a Triangular distributed load. For example, Load experienced by soil.
Apply a triangular load on elements
Moderators: silvia, selimgunay, Moderators
Re: Apply a triangular load on elements
Thank you, much appreciated.
Re: Apply a triangular load on elements
Hello, Are you applying the load on quad elements (soil)? I want to apply a distributed load on soil surface. Does this approach work?Ziad wrote: ↑Mon Oct 23, 2023 3:48 am I am building a structure on openseespy. Everything is in order, I have been able to apply a distributed load:
op.eleLoad('-ele', 1, '-type', '-beamUniform', -Wx, 0.0, 0.0).
I wanted to know how can I apply a Triangular distributed load. For example, Load experienced by soil.
Thanks for your help in advance!
Re: Apply a triangular load on elements
No, I am applying soil load concrete elements, and now shell elements (Trying to).