/ross

ROSS is a library written in Python for rotordynamic analysis.

Primary LanguagePythonMIT LicenseMIT

Rotordynamic Open Source Software (ROSS)

Binder github actions Documentation Status Code style: black DOI

ROSS is a library written in Python for rotordynamic analysis. It allows the construction of rotor models and their numerical simulation. Shaft elements, as a default, are modeled with the Timoshenko beam theory, which considers shear and rotary inertia effects, and discretized by means of the Finite Element Method. Disks are assumed to be rigid bodies, thus their strain energy is not taken into account. And bearings/seals are included as linear stiffness/damping coefficients.

After defining the elements for the model, you can plot the rotor geometry and runs simulations such as static analysis, Campbell Diagram, mode shapes, frequency response, and time response.

You can try it out now by running the tutorial on binder.

Documentation

Access the documentation here. There you can find the installation procedure, a tutorial, examples and the API reference.

Questions

If you have any questions you can use the Discussions area in the repository.

Contributing to ROSS

Check CONTRIBUTING.rst.