基本信息
源码名称:轴承动力学程序
源码大小:0.14M
文件格式:.zip
开发语言:MATLAB
更新时间:2022-03-01
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
轴承动力学程序

ROLADYN-master

.
├── ROLADYN-master
│   ├── Bearings
│   │   ├── Piezo
│   │   │   ├── models
│   │   │   │   └── piezo_goldfarb.m
│   │   │   └── piezo_model.m
│   │   ├── REB
│   │   │   ├── REB_model.m
│   │   │   ├── REB_preload.m
│   │   │   ├── analytical
│   │   │   │   ├── REB_harris_analytical.m
│   │   │   │   ├── REB_harris_inner.m
│   │   │   │   ├── REB_harris_outer.m
│   │   │   │   ├── REB_harris_simple.m
│   │   │   │   └── REB_symbolic.m
│   │   │   ├── contactlaws
│   │   │   │   ├── dynamic_contactlaw_const_contact.m
│   │   │   │   ├── dynamic_contactlaw_harris.m
│   │   │   │   ├── ehd_contactlaw.m
│   │   │   │   ├── hertz_contactlaw.m
│   │   │   │   └── race_compliance_contactlaw.m
│   │   │   ├── functions
│   │   │   │   ├── dynamic_ball_loads.m
│   │   │   │   ├── ehd_sum_speeds.m
│   │   │   │   ├── race_compliance_loads.m
│   │   │   │   └── race_geometry.m
│   │   │   └── models
│   │   │       ├── REB_const_contact.m
│   │   │       ├── REB_const_contact_fast.m
│   │   │       ├── REB_ehd.m
│   │   │       ├── REB_harris.m
│   │   │       ├── REB_harris_fast.m
│   │   │       └── REB_houpert.m
│   │   ├── SFD
│   │   │   ├── SFD_model.m
│   │   │   └── models
│   │   │       ├── SFD_sanandres.m
│   │   │       └── SFD_tichy.m
│   │   ├── bearingforces.m
│   │   ├── empty_model.m
│   │   ├── linear_model.m
│   │   └── radial_model.m
│   ├── Elements
│   │   ├── disc_annular.m
│   │   ├── quad_line_shapefun.m
│   │   ├── quad_rect_shapefun.m
│   │   ├── shaft_euler_bernoulli.m
│   │   ├── shaft_stress.m
│   │   ├── shaft_timoshenko.m
│   │   └── trig_rect_shapefun.m
│   ├── Excitation
│   │   ├── excitation_frf.m
│   │   ├── excitation_hbm.m
│   │   ├── excitation_ode.m
│   │   ├── packharm.m
│   │   └── setupexcitation.m
│   ├── LICENSE
│   ├── Linear
│   │   ├── eig2modes.m
│   │   ├── eigenshuffle.m
│   │   ├── eigenshuffle_async.m
│   │   ├── eigenshuffle_cont.m
│   │   ├── eigenshuffle_std.m
│   │   ├── eigenshuffle_test.m
│   │   ├── rotor_crit.m
│   │   ├── rotor_eig.m
│   │   ├── rotor_eig_async.m
│   │   ├── rotor_eig_cont.m
│   │   ├── rotor_frf_matrices.m
│   │   ├── rotor_frf_modal.m
│   │   ├── rotor_frf_ss.m
│   │   ├── rotor_ss.m
│   │   └── rotor_tune.m
│   ├── Non-linear
│   │   ├── getbearingstates.m
│   │   ├── rotor2problem.m
│   │   ├── rotor_backbone.m
│   │   ├── rotor_equib.m
│   │   ├── rotor_frf_nonlin.m
│   │   ├── rotor_hbm_excite.m
│   │   ├── rotor_hbm_jacobian.m
│   │   ├── rotor_hbm_model.m
│   │   ├── rotor_init.m
│   │   ├── rotor_init3d.m
│   │   ├── rotor_init_ode.m
│   │   ├── rotor_ode.m
│   │   ├── rotor_resonance.m
│   │   └── rotor_solve.m
│   ├── Plotting
│   │   ├── compute_whirl.m
│   │   ├── plot_REB.m
│   │   ├── plot_REB_animation.m
│   │   ├── plot_REB_slice.m
│   │   ├── plot_SFD.m
│   │   ├── plot_animation.m
│   │   ├── plot_campbell.m
│   │   ├── plot_frf.m
│   │   ├── plot_orbit.m
│   │   ├── plot_orbitNL.m
│   │   ├── plot_system.m
│   │   └── plot_whirl.m
│   ├── README.md
│   └── Setup
│       ├── Bearings
│       │   ├── SKF1208.m
│       │   ├── SKF2208.m
│       │   ├── SKF6002.m
│       │   ├── setupDynamicModel.m
│       │   ├── setupPiezo.m
│       │   ├── setupREB.m
│       │   ├── setupRaceModel.m
│       │   ├── setupRadial.m
│       │   ├── setupSFD.m
│       │   └── setupbearings.m
│       ├── Discs
│       │   ├── disc_properties.m
│       │   ├── mass2dim.m
│       │   └── setupdiscs.m
│       ├── Mesh
│       │   ├── axial_offset.m
│       │   ├── circum_offset.m
│       │   ├── node_mapping.m
│       │   ├── radial_offset.m
│       │   ├── setuploadandstiffness.m
│       │   ├── setupmesh.m
│       │   └── special_mapping.m
│       ├── enforce_constraints.m
│       ├── getrotorspeeds.m
│       ├── setupFE.m
│       ├── setupmaterial.m
│       ├── setupmodel.m
│       ├── setuprigid.m
│       ├── setuprotors.m
│       ├── setupshafts.m
│       ├── setupstators.m
│       └── setupsystem.m
├── ~$readme.doc
└── 好例子网_轴承动力学.zip

20 directories, 118 files