登录
首页 » matlab » 用matlab编写的用于转子动力学分析的有限元程序

用matlab编写的用于转子动力学分析的有限元程序

于 2021-03-20 发布 文件大小:577KB
0 366
下载积分: 1 下载次数: 644

代码说明:

  用matlab编写的用于转子动力学分析的有限元程序,可实现转子临界转速和振型分析、稳态响应和瞬态响应分析等功能。()

文件列表:

Finite element modeling of rotating machines and rotors
.......................................................\readme.txt

.......................................................\RotFe_ib
.......................................................\........\demo_rotfe.asv
.......................................................\........\demo_rotfe.m
.......................................................\........\doc
.......................................................\........\...\(Important1)Model order reduction in ROTFE 2.doc
.......................................................\........\...\(Important1)rotexample.doc
.......................................................\........\...\(Important1)ROTFE20a.doc
.......................................................\........\...\(Important2)Rotor Dynamics software in Matlab.doc
.......................................................\........\...\Convergence of the FE model.doc
.......................................................\........\...\coordinates.doc
.......................................................\........\...\New features and modifications in RotFE 2.doc
.......................................................\........\...\软件使用说明.txt
.......................................................\........\draw_plane.m
.......................................................\........\make_asym_frf.m
.......................................................\........\models
.......................................................\........\......\asym51.m
.......................................................\........\......\manydisks.m
.......................................................\........\......\rz2.m
.......................................................\........\......\rz3.m
.......................................................\........\......\rz4.m
.......................................................\........\......\shaft1e.m
.......................................................\........\......\simple1s.m
.......................................................\........\......\simple2s.m
.......................................................\........\......\simple4.m
.......................................................\........\......\Temp_File.tmp
.......................................................\........\......\threedis.m
.......................................................\........\......\tmecha.m
.......................................................\........\......\tmecha1m.m
.......................................................\........\......\tmecha_asym.m
.......................................................\........\......\tmtestrot.m
.......................................................\........\......\tutorial.m
.......................................................\........\......\unbal1.m
.......................................................\........\......\unbal2.m
.......................................................\........\......\uspiz.m
.......................................................\........\new
.......................................................\........\...\addpdamp.m
.......................................................\........\...\animate2.m
.......................................................\........\...\campbell.m
.......................................................\........\...\contents.m
.......................................................\........\...\disprot.m
.......................................................\........\...\disprotinfo.m
.......................................................\........\...\disprotinfo3d.m
.......................................................\........\...\drawrot.m
.......................................................\........\...\drawrot3d.m
.......................................................\........\...\drawrot3d_sec.m
.......................................................\........\...\drawrot3d_spring.m
.......................................................\........\...\drawrot3d_spring2.m
.......................................................\........\...\eigl.m
.......................................................\........\...\MKEIG.M
.......................................................\........\...\modeplot.1m.m
.......................................................\........\...\modeplot.m
.......................................................\........\...\modeplot1.m
.......................................................\........\...\modeplot2.m
.......................................................\........\...\modeplot2f.m
.......................................................\........\...\nameext.m
.......................................................\........\...\reduce.m
.......................................................\........\...\reduceg.m
.......................................................\........\...\reduces.m
.......................................................\........\...\rot2rect.m
.......................................................\........\...\rot2rect1.m
.......................................................\........\...\rot2ss.m
.......................................................\........\...\rot2templ.m
.......................................................\........\...\rotdamp.m
.......................................................\........\...\roteig.m
.......................................................\........\...\roteqn1.m
.......................................................\........\...\rotfe.m
.......................................................\........\...\rotfer.m
.......................................................\........\...\rotfrf.m
.......................................................\........\...\rotgyro.m
.......................................................\........\...\rotkst.m
.......................................................\........\...\rotmass.m
.......................................................\........\...\rotmass25.m
.......................................................\........\...\rotmicg.m
.......................................................\........\...\rotmodescompute.m
.......................................................\........\...\rotmshape.m
.......................................................\........\...\rotmshape3.m
.......................................................\........\...\rotmshape3a.m
.......................................................\........\...\rotstiff.m
.......................................................\........\...\rotstiff25.m
.......................................................\........\...\rottors.m
.......................................................\........\...\rotunbal.m
.......................................................\........\...\savemode.m
.......................................................\........\...\shaffet.m
.......................................................\........\...\shaffet2.m
.......................................................\........\...\shearc.m
.......................................................\........\...\sim1.mdl
.......................................................\........\...\stiff_conical.m
.......................................................\........\...\templatenew.m
.......................................................\........\...\temporary1.m
.......................................................\........\...\tmodeplot.m
.......................................................\........\...\whirldir.m
.......................................................\........\new_rotfe.fig
.......................................................\........\new_rotfe.m
.......................................................\........\readme.txt
.......................................................\........\rotfeini.asv
.......................................................\........\rotfeini.m
.......................................................\........\rotorstest.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Kalman-filter
    实现卡尔曼滤波的两个程序,简单完成卡尔曼滤波(Realization of kalman filtering two program, simply complete the kalman filter)
    2012-01-02 15:00:34下载
    积分:1
  • some_beamforming_method
    说明:  多种波束形成源代码,有很好的可扩展性 包括:直接相移波束形成,MVDR波束形成,music波束形成的源程序(A variety of beamforming source code, has good scalability, including: direct phase-shifting beamforming, MVDR beamforming, music beamforming source program)
    2020-10-07 11:47:05下载
    积分:1
  • fminsearchbnd
    Fminsearch不承认的约束限制。 不过简单的转换方法存在 转换成一个绑定的约束问题 无约束问题。 Fminsearchbnd用于酷似fminsearch, 除了边界应用到变量。 应用于国内的界限,利用 改造中的变量。 (二次型 单式,双罪恶界(十)。) 具有包容性的不平等的界限,它承认 边界值本身,但不准 在所有函数之外的范围评估。 请注意,fminsearchbnd允许用户准确地固定在某个给定值通过设置一个变量的确切范围相同的值。 (Fminsearch does not admit bound constraints. However simple transformation methods exist to convert a bound constrained problem into an unconstrained problem. Fminsearchbnd is used exactly like fminsearch, except that bounds are applied to the variables. The bounds are applied internally, using a transformation of the variables. (Quadratic for single bounds, sin(x) for dual bounds.) The bounds are inclusive inequalities, which admit the boundary values themselves, but will not permit ANY function evaluations outside the bounds. Note that fminsearchbnd allows the user to exactly fix a variable at some given value, by setting both bounds to the exact same value. )
    2011-05-21 13:02:58下载
    积分:1
  • Load-flow-Guas-sidel-source-code
    Guase sidel source code load flow
    2011-05-31 19:15:16下载
    积分:1
  • Sampling_theorem
    主要有采样定理的主程序和FFT算法程序,能运行!(Mainly on the sampling theorem and the FFT algorithm program the main program can run! )
    2010-11-15 11:21:28下载
    积分:1
  • GettingStartedwithMATLAB
    MATLAB入门,通俗易懂,老外写的,有大量实例。(Getting Started with MATLAB)
    2011-09-21 13:02:40下载
    积分:1
  • pouqei
    单径或多径瑞利衰落信道仿真,使用高阶累积量对MPSK信号进行调制识别,考虑雨衰 阴影 和多径影响。( Single path or multipath Rayleigh fading channel simulation, Using high-order cumulants of MPSK signal modulation recognition, Consider shadow rain attenuation and multipath effect.)
    2016-04-25 15:18:02下载
    积分:1
  • ACO-master
    说明:  蚁群算法实现背包问题,可调试成功,方便大家学习。(Ant colony algorithm to achieve knapsack problem which can be debugged successfully, convenient for everyone to learn.)
    2020-08-11 16:17:56下载
    积分:1
  • MATLABxct_classic_simulation_programming_source_co
    MATLABxct经典仿真程序设计源码MATLABxct classic simulation programming source code(MATLABxct classic simulation programming source MATLABxct classic simulation programming source code)
    2010-08-02 12:47:11下载
    积分:1
  • Cluster2_web
    Towards Human Exploration of Space: a EUropean Strategy
    2013-12-07 21:49:27下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载