本书以有限元基本理论为重点,以MATLAB程序为平台,以工程实例为背景介绍了有限元法及其程序设计方法。 本书讲述结构分析中有限元法的基本原理,单元类型包括平面杆系、空间杆系、平面等参元、空间等参元、薄板壳单元和厚板壳单元等。内容涉及杆系结构、平面问题、空间问题和板壳问题。全书以结构线弹性静力分析为主,同时也讲述了结构的振动、稳定和动力响应分析。 本书介绍了MATLAB编程环境下编写有限元程序的方法和技巧,并附有若干算例的有限元程序及若干推导有限元公式的MATLAB符号运算程序示例。这些都为读者深入理解有限元理论和掌握其实施技巧提供了极好的手段。
2021-08-13 19:09:20 2.12MB 有限元 MATLAB
1
客车有限元模型,客车碰撞侧翻模型,材料属性边界条件控制卡片全部搭建完毕的有限元仿真模型
桁架指的是桁架梁,是一种格构化的梁式结构。ABAQUS软件是通用有限元分析系统,能对复杂的固体和结构的力学问题进行数值计算分析。基于ABAQUS软件对桁架结构进行了有限元分析。
2021-08-13 11:11:45 486KB 桁架结构 ABAQUS软件 有限元分析
1
有限元编程较好的资料,内容不多,一会儿功夫就可以看完,但是实用
2021-08-11 16:01:56 332KB 有限元 编程
1
ANSYS LS-DYNA作为世界上最著名的通用显式非线性动力分析程序,能够模拟真实世界的各种复杂集合非线性、材料非线性和接触非线性问题,特别适合求解各种二维、三维非线性结构的高速碰撞、爆炸和金属成型等非线性动力冲击问题。
2021-08-11 16:00:43 62.1MB ANSYS LS-DYNA
1
讲述的很透彻的一本书,是学习有限元的好书。
2021-08-11 15:49:55 14.79MB 有限元
1
超导仿真模型 comsol 超导仿真模型 comsol有限元仿真,交流损耗/磁场分布/时间分布计算等。可以直接使用comsol运行。
2021-08-11 14:43:56 9.34MB comsol 有限元仿真模型 交流损耗
1
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