ross.coaxrotor_example

ross.coaxrotor_example#

ross.coaxrotor_example()#

Create a coaxial rotor as example.

This function returns an instance of a coaxial rotor with 2 shafts, 4 disk and 4 bearings.

Returns:
An instance of a rotor object.

Examples

>>> rotor = coaxrotor_example()
>>> modal = rotor.run_modal(speed=0)
>>> np.round(modal.wd[:4])
array([39., 39., 99., 99.])