ross.Rotor.run_level1#

Rotor.run_level1(n=5, stiffness_range=None, num=5, **kwargs)#

Plot level 1 stability analysis.

This method will plot the stability 1 analysis for a given stiffness range.

Parameters
nint

Number of steps in the range. Default is 5.

stiffness_rangetuple, optional

Tuple with (start, end) for stiffness range. This will be used to create an evenly numbers spaced evenly on a log scale to create a better visualization (see np.logspace).

kwargsoptional

Additional key word arguments can be passed to change the plot layout only (e.g. width=1000, height=800, …). *See Plotly Python Figure Reference for more information.

Returns
resultsross.Level1Results

For more information on attributes and methods available see: ross.Level1Results