Skip to content
Discussion options

You must be logged in to vote

I believe the issue you're experiencing is related to the integration method used for calculating the temporal response.

We recently refactored the Fault module, and as part of that, its integration method was updated [1]. Previously, it used the fourth-order Runge-Kutta method, which had some convergence problems. Now, it uses the same methods available in run_time_response.

Downloading the development version of ROSS [2] might resolve this problem for you. If you do, please note that you'll need to modify how you call the run_misalignment function:

results_shyd = rotor_shyd.run_misalignment(
    coupling="flex",
    n=0,
    mis_type="parallel",
    radial_stiffness=40e3,
    bending_st…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ggl0001
Comment options

@jguarato
Comment options

Answer selected by ggl0001
@ggl0001
Comment options

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