Skip to content
forked from petrobras/ross

ROSS is a library written in Python for rotordynamic analysis.

License

Notifications You must be signed in to change notification settings

shoaibmahmod7/ross

Repository files navigation

Rotordynamic Open Source Software (ROSS)

Binder Build Status Build 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 open a new issue with the tag .

Contributing to ROSS

Check CONTRIBUTING.rst.

About

ROSS is a library written in Python for rotordynamic analysis.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%