GithubHelp home page GithubHelp logo

hzgzh / flywheel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lysandrosan/flywheel

0.0 0.0 0.0 483 KB

Finite element tool for gyroscopic systems

License: GNU General Public License v3.0

Julia 100.00%

flywheel's Introduction

DOI

Flywheel

Finite element method (FEM) formulation of rotating equipment in Julia language, featuring lateral dynamics with 1-D Euler-Bernoulli beam shaft segments, gyroscoping coupling and linear bearing impedance.

Features:

  • Importing of custom machinery geometry from file
  • Calculation of inertia, gyroscopy, damping & stiffness matrices
  • Estimation of resonance frequencies and deformation due to gravity
  • Time-transient numerical simulation with stiff ODE solvers

Usage

Edit the blueprint file "Rotor_Sample.txt", cf. headers file "Rotor_Sample_Entries.txt" for the meaning of each column.
Hint: Flywheel_blueprint("Rotor_Sample") shows a machine overview, bearings are depicted as triangles, solid discs as grey elements.
M,G,D,K=Flywheel_fematrices("Rotor_Sample") returns the finite element matrices based on your rotor dynamic system:
\

GravForce=Flywheel_gravity("Rotor_Sample",9.806,K) depicts the static deformation due to gravitational acceleration of 9.806m/s^2:

Flywheel_waterfall(M,G,D,K,1000,500,10000) creates a waterfall diagram of eigenfrequencies between the rotational speeds 1000 and 10000 rev/min, in 500-steps:

A,B=Flywheel_statespace(M,G,D,K,800) generates the state matrix A and input matrix B in the state-space domain, at a rotational speed of 800rev/min:
Flywheel_modes("Rotor_Sample",A,9) illustrates the 9th lowest natural bending mode:

Installation

  • Fetch the code from github locally, place it into your directory.
  • In Julia, run as: (v1.5) pkg> add "C:\Users\myusername\.julia\dev\Flywheel".
  • Then add the package with using Flywheel and place the "Rotor_Sample.txt" blueprint in your current Julia directory.

References

  • Linear and Nonlinear Rotordynamics: A Modern Treatment with Applications, Second Edition by Y. Ishida and T. Yamamoto (ISBN 978-3-527-40942-6)
  • Dynamics of Rotating Systems" by G. Genta (ISBN 978-0-387-28687-7)

License

GPL-3.0 License

Author

Lysandros Anastasopoulos

flywheel's People

Contributors

lysandrosan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.