搜索资源列表
DynamicsNumericalMethods
- 动力学教程中的数值方法,包括中心差分法,newmark法,wilson法
newmark
- matlab程序,中心差分法-matlab program, central difference method. . . . . . . . . . . . . . . . .
Main
- 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
ONE
- 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
matlab
- 用matlab编写的用中心差分法求解二自由度问题-Prepared using matlab central difference method with two degrees of freedom problem
one_hyperbolic1
- 求解一维双曲方程。空间方向采用标准中心差分格式,时间方向采用积分或eruler法-Solving one-dimensional hyperbolic equation. Spatial directions using standard central difference scheme, the time direction or eruler method using integral
EX242
- 计算平面九桁架的时域动力响应,运用中心差分方法,状态空间法-Nine of plane truss dynamic response in time domain using the central difference method, state space method
houbolt-carcater
- huobolt法和中心差分法两种方法解动力方程,参考fortran程序改成C++程序-huobolt method and central difference method are two ways to solve dynamic equations, reference fortran program into a C program
ZXCFF
- 用中心差分法计算输入地震动的位移时程曲线,该函数仅为示例用,在计算短周期结构的反应时,可能不准确,需要减小时间间隔 - central difference method
PLY_Newmark
- 用newmark-beta法计算单自由度结构输入地震动后的位移时程曲线,该函数可应用于各种周期的结构的反应,不存在中心差分法的问题 -newmark-beta method
central-difference-method
- 应用matlab编程的中心差分法在结构动力分析中的应用-Application matlab programming center differential Method on Dynamic Analysis
Crank-Nicolson
- 针对有界区域上的抛物型微分方程讨论了Crank-Nicolson块中心差分法,在非等距剖分的网格上得了近似解和解的一阶导数的L2模误差估计-For a bounded region of parabolic differential equations discussed the Crank-Nicolson central difference blocks, in a non-equidistant grid had split the approximate solution of the
code
- 有限元求解结构固有频率和振型、显示(中心差分法,Newmark法)、隐式法、非线性法程序-middle difference/Newmark/nonlinear
Central-difference-method
- 结构动力学解法,中心差分法帮助求解包括位移、加速度、速度以及阻尼的功能-Structural Dynamics solution, including the central difference method to help solve the displacement, acceleration, velocity and damping functions
zhongxinchafen
- 利用中心差分法求解振动微分方程,从而得到线性或非线性结构的振动特性。(Solving differential equations of vibration by central difference method)
newmark
- 利用Newmark,中心差分法计算结构动力反应(Using Newmark, central difference method to calculate structural dynamic response.)
aa
- 有限差分,前差后差中心差的具体实现方式.分析这三种差分方式的精度、误差可以与精确解比较,观察发散的原因(program to gain the value of each grid point using FDM)
dynamic response of onefreedom structure
- 一个单自由度结构的地震响应,文件包含EL地震波,采用三种方法计算,激励插值法,中心差分法和Newmark法。(The seismic response of a single-degree-of-freedom structure contains EL seismic waves, which are calculated by three methods: excitation interpolation method, central difference method and Newma
Newmark_and_Central_Difference_method
- 自己编写的时程分析用的程序,包括纽马克法和中心差分法。(Newmark method and Central-difference method)
中心差分法
- 运动方程中的速度向量和加速度向量用位移的某种组合来表示,将微分方程组的求解问题转化为代数方程组的求解问题,并在时间区间内求得每个微小时间区间的递推公式,进而求得整个时程的反应。 中心差分法是一种显示的积分法,它基于用有限差分代替位移对时间的求导(即速度和加速度)。(Velocity vectors and acceleration vectors in motion equations are expressed by a combination of displacements. The p