搜索资源列表
VibrationSimulationUsingMATLABandANSYS_muya
- 转载:众所周知有限元解决振动问题的能力还是有限的, 比如做齿轮啮合过程的动力学模拟就要同时涉及到接触和动力反映两个主要方面. 目前处理此类问题最成熟的软件当属MSC.ADAMS, 但ADAMS也只能在模拟过程中做到弹性与刚性接触而已! 据我所知, 已不止两位研究生试图用LS-DYNA来做此类模拟, 他们忽略了(或没搞清楚) LS-DYNA只能处理瞬态问题, 而对于该过程的模拟也是无能为力的!!! 结果是浪费了大量的时间, 甚至机会. 这本应是导师的责任, 但许多高龄导师对现代软件的不熟悉也是..
adams-matlab
- 提供adams matlab联合仿真,供大家参考-adams matlab
channel_simulation
- 实现了瑞丽分布信道,来斯信道分布和阴影衰落信道的仿真-Ruili achieved distribution channel to channel distribution and Adams shadow fading channel simulation
adams
- 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
Adams
- Adams四阶预测的源码,供大家学习使用-Adams fourth-order prediction of the source for studying the use of U.S.
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
les_ch_s2
- Large Eddy Simulation of Turbulent Flow in a Two-Dimensional Channel-Large Eddy Simulation of Turbulent Flow in a Two-Dimensional Channel SGS Model .... Smagorinsky Eddy Viscosity Model Spacial FDM .... 2th order, Central, Staggered
adams
- 用Matlab实现亚当姆斯法,用来进行控制系统的仿真。-Using Matlab to achieve Adams method, used for control system emulation.
roadcode
- 基于vb开发的 matlab算法建立的adams 路谱文件-vb adams matlab
wishbone
- 基于matlab的suspension system 优化-adams suspension system optimization
MATLAB_programming_of_numerical_integration_and_eq
- MATLAB程序设计之数值积分和方程算法设计教程-MATLAB programming of numerical integration and equation algorithm design tutorial
controls
- matlab与admams联合控制的一个程序,这是一个实例,它在matlab中实现控制。-matlab joint with adams to control
adams
- 用四阶亚当斯显式公式求解常微分方程初值问题是一种比较有效的方法-Adams with the fourth-order explicit formula for solving ODEs is a more effective method
rk4andadams
- 四阶经典RK算法和四阶Adams预测-校正算法是求解微分方程时经常用的方法,本文进行了比较,提供了算例和程序-Classical RK method of fourth order and fourth-order Adams predictor- corrector algorithm is often used to solve the differential equation method, this article compares and provides examples and
Adams
- Adams算法的matlab源程序-Adams algorithm matlab source
Combining-ADAMS---Matlab-simulation
- ADAMS-Matlab联合仿真公开课的ppt,里面主要讲述联合仿真是一个非常有用的方法,可以将 ADAMS复杂的动力学建模、仿真技术和 Matlab高级的控制工具、优化工具完美地 结合起来。-ADAMS and Matlab joint simulation of public class PPT, it focuses on the joint simulation is a very useful method, can be And ADAMS, the dynamics
adams
- This is a matlab code
matlab
- 这是一些我自己编写的算法实现,包括阿达姆斯,牛顿,尤拉方法等等算法(This is my own written algorithm, including Adams, Newton, Euler method and algorithm)
Berg.M adams-simulink摩擦力模型
- Berg M摩擦力模型Matlab Simulink-adams联合仿真(Matlab Simulink-adams Joint Simulation of Berg M friction Model)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式