Skip to content

How can I solve steady-state problems? #226

Answered by armantekinalp
Rufnacous asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Rufnacous

In PyElastica we are using Position Verlet time integrator and if you want to see/hack in here is the time-stepper. do step method does one Position verlet time step. You can hack in and change the kinematic and dynamic stepper parts.

But I think there is a fundamental problem. I don't think you can compute steady-state by just setting up velocities to zero, because then positions are not going to be updated at anytime. In order to update positions without updating velocities you will need an iterative solver.

Let me know if this helps.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Rufnacous
Comment options

Answer selected by Rufnacous
Comment options

You must be logged in to vote
0 replies
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