搜索资源列表
plane
- 平面单元的fortran程序,为个人编写-Plane fortran unit procedures for the individual to prepare
exam3_1
- 采用平面梁单元计算平面刚架的变形和内力!!!!!!!!!!!!!!!!1-Plane beam element calculations using plane frame deformation and internal force !!!!!!!!!!!!!!!! 1
exam3_2
- 采用平面梁单元计算斜腿刚架桥的变形和内力!!!!!!!!!!!!1-Inclined plane beam element calculations using legs just bridge the deformation and internal force !!!!!!!!!!!! 1
Delphi_FEM
- delphi_平面三角形单元有限元程序设计计算程序-Delphi_Finite Element Method
fortran
- 有限单元法平面问题fortran语言源代码,初学者-source code of fortran language
gravity_v
- 二位平面问题有限元法求解,三角形常应变单元,利用半带宽并考虑结构自重。-The plane problem of two finite element method, the triangular constant strain element, the use of semi-bandwidth and consider the structure of self-respect.
UMAT-J2
- 适用于ABAQUS的自定义材料子程序,适用于平面单元的随动强化J2模型。-Applies the custom material subroutine in ABAQUS, kinematic hardening J2 model applies to plane unit.
exam8_1
- 平面梁单元有限元程序设计,本程序采用matlab编写的。-Finite Element Program Design
Baldwins-FEMOL
- 有限元线法三维问题的应用 主要求解平面单元,轴对称单元以及空间矩形直条单元-The application of the finite element-line method of three-dimensional problem solve plane unit, the axisymmetric unit as well as the space rectangular straight bar unit
TriAngle_Plane_Stress
- 平面三节点单元应力分析,有中文解释各个步骤哦-Plane three-node element stress analysis
fem
- <有限元编程>一书中例题程序代码,p40-p53,包括杆单元,梁单元,简单平面三角形单元,四边形单元的简单有限元计算。-The finite element programming> Example program code, p40-p53, including rod elements, beam elements, a simple plane triangular element, quadrilateral element simple finite element
fem
- 用有限单元法编辑的解决平面钢架问题的FORTRAN语言程序。-Edited using the finite element method to solve the problem of flat steel FORTRAN language program.
pingmian6
- 平面6节点等参单元有限元算法,直接调用 -Flat 6-node isoparametric element finite element method, a direct call
FEMOL
- 有限元线法温度场分析程序 可以分析二维稳态瞬态问题,有平面单元,轴对称单元-FEMOL temperature field analysis program can analyze transient two-dimensional steady-state problem, a flat-screen unit, axisymmetric element
slider
- 一个正方形平面被分为N*N个单元格,其周围被墙包围,其中有一个滑块和一个坑,单 元格之间可能存在墙。每次操作可以将滑块往上下左右中的某一个方向滑动,滑块被滑动后会朝滑动方向不断移动直到遇到墙或者掉入坑中为止。问最少滑动多少次能将滑块滑到坑中-Plane is divided into a square cell of N* N, which is surrounded by the surrounding wall, which has a slider and a pit, a singl
pingmiangan
- 平面杆单元的matlab有限元程序,结果有点问题-The finite element program of plane beam element, the results have a problem
Statics-Analysis-of-Plane-Frame
- 丁星《MATLAB杆系结构分析源代码》 随书第二章源码: 1.结点位移自动编码 2.单元刚度矩阵计算与结构刚度矩阵集成 3.单元等效载荷计算与结构载荷矩阵集成 4.单元坐标系与结构坐标系转换 5.单元杆端位移和内力计算 6.单元截面内力和位移计算 7.单元机结构内力图和位移图绘制 8.支座位移计算 9.考虑温度作用的平面刚架静力分析 -Matlab Code for Statics Analysis of
triangle-element-program
- 三角形常应变单元求解结构主程序,运用有限元法中三角形常应变单元解平面问题的计算主程序。-Constant strain triangle element program compiled and used
plate
- 计算二维薄板应力与应变,采用平面四节点板单元,精度较高。(The stress and strain of two dimensional thin plate are calculated. The plane four node plate element is used to calculate the stress and strain of the plate.)
弹性力学平面问题边界元法计算程序(姚振汉 边界元法 源代码)
- 此程序有线性、二次、三次插值的直线单元、圆弧单元,以及二次等参曲线单元,每个边界线段除等分外、还可等比划分,还有两端加密或中部加密的对称型等比划分等功能,可以根据问题的特性合理划分边界单元,建立最合理的边界元计算模型。程序中对于弱奇异积分通过变换求得解析积分,柯西主值积分用刚体位移法处理,同时对于非奇异积分采用了等精度高斯积分,因此计算精度优于一般的边界元程序,更优于有限元等其他数值方法。