登录
首页 » matlab » MXFEM1d2

MXFEM1d2

于 2020-12-17 发布 文件大小:393KB
0 217
下载积分: 1 下载次数: 134

代码说明:

  采用matlab编写的二位扩展有限元的程序,主要解决断裂力学里面的裂纹和开裂问题(Two extended finite element program using matlab, solve fracture mechanics inside the crack and cracking)

文件列表:

MXFEM 1.2
.........\Benchmarks
.........\..........\1 Center Crack in a Finite Plate
.........\..........\................................\Full Model
.........\..........\................................\..........\inputQuasiStatic.m,2654,2011-03-29
.........\..........\................................\..........\Output.txt,120,2011-03-29
.........\..........\................................\Half Model
.........\..........\................................\..........\inputQuasiStatic.m,2654,2011-03-29
.........\..........\................................\..........\Output.txt,88,2011-03-29
.........\..........\2 Edge Crack in a Finite Plate
.........\..........\..............................\inputQuasiStatic.m,2653,2011-03-29
.........\..........\..............................\Output.txt,88,2011-03-29
.........\..........\3 Hard Inclusion in a Finite Plate
.........\..........\..................................\ANSYS Stress Plots.pdf,35865,2011-03-29
.........\..........\..................................\inputQuasiStatic.m,2696,2011-03-29
.........\..........\4 Hole in an Infinite Plate
.........\..........\...........................\inputQuasiStatic.m,2700,2011-03-29
.........\..........\5 Paris Law Crack Growth
.........\..........\........................\inputQuasiStatic.m,2684,2011-03-29
.........\..........\........................\mxfemVSanalytical.asv,1479,2011-03-29
.........\..........\........................\mxfemVSanalytical.m,1487,2011-03-29
.........\..........\6 Crack Growth in Presence of Inclusion
.........\..........\.......................................\Hard Inclusion
.........\..........\.......................................\..............\inputQuasiStatic.m,2703,2011-03-29
.........\..........\.......................................\..............\mxfemVSbordas.m,1771,2011-03-29
.........\..........\.......................................\Soft Inclusion
.........\..........\.......................................\..............\inputQuasiStatic.m,2703,2011-03-29
.........\..........\.......................................\..............\mxfemVSbordas.m,1795,2011-03-29
.........\..........\7 Crack Initiation Angle for Crack Initating from a Hole in a Plate
.........\..........\...................................................................\inputOptimization.m,1847,2011-03-29
.........\..........\...................................................................\Output.txt,1504,2011-03-29
.........\..........\...................................................................\xfemOptimization.m,1711,2011-03-29
.........\bimatctipNodes.m,4770,2011-03-29
.........\boundaryCond.m,4673,2011-03-29
.........\calcDOF.m,1264,2011-03-29
.........\connectivity.m,2370,2011-03-29
.........\crackCoord2Length.m,215,2011-03-29
.........\ctipNodes.m,2303,2011-03-29
.........\elemStress.m,27525,2011-03-29
.........\enrElem.m,3597,2011-03-29
.........\forceVector.m,7785,2011-03-29
.........\gauss.m,12028,2011-03-29
.........\growCrack.m,2899,2011-03-29
.........\heaviNodes.m,444,2011-03-29
.........\inputLoadHistory.m,153,2011-03-29
.........\inputOptimization.m,1541,2011-03-29
.........\inputQuasiStatic.m,2653,2011-03-29
.........\JIntegral.m,49828,2011-03-29
.........\levelSet.m,23316,2011-03-29
.........\numIterations.m,451,2011-03-29
.........\plotContour.m,4441,2011-03-29
.........\plotDeformation.m,5057,2011-03-29
.........\plotLevelSet.m,5427,2011-03-29
.........\plotMain.m,1446,2011-03-29
.........\plotMesh.m,4135,2011-03-29
.........\plotStress.m,4800,2011-03-29
.........\stiffnessMatrix.m,34869,2011-03-29
.........\subDomain.m,5345,2011-03-29
.........\updateStiffness.m,27270,2011-03-29
.........\User Manual

.........\...........\User Manual.pdf,303121,2011-03-29
.........\...........\Version History.txt,2102,2011-03-29
.........\xfemOptimization.m,1520,2011-03-29
.........\xfemQuasiStatic.m,2297,2011-03-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • One-dimensional-phononic-crystal
    一维声子晶体能带结构计算matlab源代码,适用于声子晶体研究人员以及matlab学习者参考。(One-dimensional photonic crystal band structure calculation matlab source code, suitable for researchers and phononic crystals matlab learners.)
    2013-12-31 10:58:51下载
    积分:1
  • GUISUSAN
    边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的边缘检测中,实验证明该算法非常适合含噪图像的边缘检测。 2 SUSAN边缘检测简介 (err)
    2009-10-22 11:34:46下载
    积分:1
  • Kalman_MATLAB
    kalman的详尽的讲解,最好的kalman滤波范例(kalman detailed explanation, the best example of kalman filtering)
    2008-05-20 14:59:16下载
    积分:1
  • ARIMAtest
    对于时间序列模型建立ARMA预测模型,可对未来值进行预报。(For the time series model, the ARMA prediction model is established, and the future value can be forecasted.)
    2017-07-12 16:48:59下载
    积分:1
  • Matlab交互式多模型UKF和EKF滤波
    说明:  Matlab交互式多模型UKF和EKF滤波程序(附说明文档)(Matlab interactive multi model UKF and EKF filter program (with explanatory document))
    2020-10-31 11:57:48下载
    积分:1
  • bandian
    超声斑点;瑞利分布;伽马分布;Hilbert空间填充;斑点图像(Ultrasound speckle Rayleigh distribution gamma distribution fill a Hilbert space spots image)
    2013-04-16 20:36:33下载
    积分:1
  • codyaray-speaker-recognition-7c13738
    speaker recognition:some matlab source codes and notes
    2012-02-10 00:19:44下载
    积分:1
  • code
    A little FAT32 Parser with some fuctions.
    2014-01-31 14:56:02下载
    积分:1
  • wind
    基于三相异步感应式风力发电机的风力发电机的风速仿真模型(Based on three-phase asynchronous induction wind generator wind turbine wind simulation model)
    2021-04-16 14:38:53下载
    积分:1
  • tsp
    for solving TSP in matlab using hopfield neural network
    2011-07-03 05:54:32下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载