搜索资源列表
-
1下载:
高等热传递,传热学问题中的有限元法解法,适用的边界问题为任意封闭区域.-this is a set of MATLAB routines to apply the finite element method to the heat equation in an arbitrary region, using about 50 lines of MATLAB code.
-
-
0下载:
finite element method- ***********************************************************************
3-D FDTD code with PEC boundaries
***********************************************************************
Program author: Susan
-
-
0下载:
这是书籍An Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB第四章运行有限元方法求解对流扩散方程的matlab程序,标准的有限元无法得到准确解,采用了稳定化技术,具体参见书籍-This is books An the Introduction to Scientific Computing Twelve Computational Projects Solved with
-
-
1下载:
有限元动力学分析及编程,可以很好的实现理论公式运算,与有限元进行对比。(The theoretical formula can be realized and compared with the finite element method)
-
-
8下载:
以悬臂梁为例,用有限元法编程生成质量矩阵和刚度矩阵(采用平面梁单元,单元数在10到30之间)。
使用matlab的用于广义特征值问题分析的函数(eig(A,B,'chol'),该命令使用乔莱斯基分解的方法,计算对称矩阵A和对称正定矩阵B的广义特征值问题。A对应刚度矩阵,B对应质量矩阵)计算梁的前三阶固有频率和振型,计算得到梁的前三阶固有频率和振型,并画出振型图。(Taking cantilever beam as an example, the mass matrix and stiffness
-