Matlab有限元网格化源程序-distmesh2d.m MIT的人写的论文,一个简单的有限元网格化方法 确实可以用,但是我理解的不是很好。 不过,希望对需要的人有所帮助。 简单介绍: function [p,t]=distmesh2d This meshing function produces the following outputs: • The node positions p. This N-by-2 array contains the x, y coordinates for each of the N nodes. • The triangle indices t. The row associated with each triangle has 3 integer entries to specify node numbers in that triangle. The input arguments are as follows: • The geometry is given as a distance function fd. This function returns the signed distance from each node location p to the closest boundary. • The desired edge length function h is given as a function fh, which returns h for all input points. • The parameter h0 is the distance between points in the initial distribution p0. For uniform meshes = constant), the element size in the final mesh will usually be a little larger than this input. • The bounding box for the region is an array bbox=[xmin, ymin; xmax, ymax]. • The fixed node positions are given as an array pfix with two columns. • Additional parameters to the functions fd and fh can be given in the last arguments varargin .
2021-08-10 19:43:31 2KB matlab
1
二维理想不可压缩无旋流动(势流)有限元法求解代码 fortran代码。采用 流函数方程 ,自编程序计算。计算 步骤 包含(方程 建立 、 网格分布、 单元分析、速度 压力 计算 等。)采用多套不同密度的网格 计算。
2021-08-10 01:38:07 6.72MB 计算流体力学 有限元求解
1
基于有限元和谱元法的很多matlab的代码,没有课程的电子版,但有很多代码源
2021-08-09 23:26:25 210KB matlab 有限元 谱元法
1
非常好的讲述了有限元分析的基本理论,适合初学者结合有关书籍好好学习
2021-08-08 19:56:53 9.67MB 有限元
1
matlab有限元法绘制静电透镜电势线电场线.zip
2021-08-07 14:07:42 1KB matlab 有限元法 圆柱
matlab有限元法绘制球域电势线电场线.zip
2021-08-07 14:07:41 2KB matlab 有限元法 数学物理方程
无量纲坐标: 上图所示的四结点矩形2D单元,结点位移向量 和结点力向量 为 下面,将所有力学参量用结点位移 来表示。
2021-08-06 22:58:51 3.36MB 有限元 应用
1
行业分类-物理装置-一种副支架衬套中橡胶体和外管的有限元建模方法.zip
O.C.Zienkiewicz是有限元数值方法研究的先驱者之一,长期处于世界前沿,对现代数值计算中的有限元法作出了系统性和创造性的开拓和发展,在有限元法许多具方向性的重大进展上都作出了重要贡献。本书是有限元方法第六版英文版第三卷
2021-08-06 13:57:59 23.98MB 有限元
1
The Finite Element Method: Its Basis and Fundamentals Sixth edition O.C. Zienkiewicz 著名的有限元书籍,最后一个版本了
2021-08-06 13:53:04 6.55MB 有限元 辛克维奇
1