Need help in understanding load cases #134
-
I am going through the
Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, @lokitkhemka. The time series object The inertia load is applied to the elements of
Just for reference (maybe other users want to know) the |
Beta Was this translation helpful? Give feedback.
Hi, @lokitkhemka.
The time series object
ts
determines the factor that multiplies the loads in the load pattern (lp0
). From the definition of its path, it returns a factor equal to zero when the pseudo-time is equal to zero and a factor equal to one when the pseudo-time is equal to 100. You can take a look at the examples in this directory to see how this works.The inertia load is applied to the elements of
s1
when the for loop is executed:Just for reference (maybe other users want to know) the
slope_stability_analysis_example_01.py
can be found here.