Skip to content

Need help in understanding load cases #134

Answered by lcpt
lokitkhemka asked this question in Q&A
Discussion options

You must be logged in to vote

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:

for e in s1.elements:
    e.createInertiaLoad(accel)

Just for reference (maybe other users want to know) the slope_stability_analysis_example_01.py can be found here.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lokitkhemka
Comment options

@lcpt
Comment options

lcpt Nov 29, 2024
Maintainer

Answer selected by lokitkhemka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants