登录
首页 » Fortran » usub-TEE-ECM

usub-TEE-ECM

于 2013-08-27 发布 文件大小:2KB
0 179
下载积分: 1 下载次数: 7

代码说明:

  弹性补偿法的程序,在abaqus中进行二次开发,可以计算各种结构的极限载荷。(The elastic compensation method of the procedure, carries on two times of developments in ABAQUS, can be used to calculate the limit load of various structures. )

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

发表评论

0 个回复

  • LightScatPro5
    说明:  球形粒子Mie 散射用Matlab编写的Mie theory计算程序。在光子学中运用广泛,使用非常方便(Mie scattering of spherical particles prepared by using Matlab program Mie theory. In the use of photonics in a wide range of very convenient to use)
    2008-10-30 11:06:27下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • qiuni
    C语言矩阵求逆模块,输入矩阵调用此模块即可求出对应的逆矩阵(C language matrix inversion module)
    2013-12-16 21:18:18下载
    积分:1
  • thermal-1
    说明:  用LBM代码编写的由于温差而产生的自然对流小程序(As with the LBM code written in natural convection resulting from temperature applet)
    2021-05-15 11:30:02下载
    积分:1
  • feappv31
    feap 有限元程序,国外某大学的开源程序(feap finite element program)
    2014-01-01 20:10:54下载
    积分:1
  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • 最速下降法求解方程组
    说明:  最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the oldest and most classical model for solving machine algorithm. Another commonly used method is the least square method.)
    2019-05-13 21:13:18下载
    积分:1
  • Generate_SystemMatrix
    本程序在matlab中运行。 Generate_SystemMatrix是一个计算OSEM,MLEM迭代图像算法中系统矩阵的函数,其用法Generate_SystemMatrix(pixel),为所要重建图像的大小,一般为64,128,256,pixel也大运算越慢。 里面的diedai-test文件是一个简单的MLEM重建算法,其中要加载SystemMatrix矩阵就是Generate_SystemMatrix(128)的结果,注意如果要运行diedai-test,生成的系统矩阵名要保存为SystemMatrix,否则出错。 testsino是一个正弦图实例,就是MLEM算法中的投影矩阵,机算是数据。(This program is run in matlab. The Generate_SystemMatrix is ​ ​ a calculation of the OSEM, a function of the system matrix MLEM iterative image algorithm, its use Generate_SystemMatrix (pixel) to rebuild the image size, usually 64,128,256, pixel also large computing slower. Inside diedai-test file is a simple MLEM reconstruction algorithm, which load SystemMatrix matrix is ​ ​ the result of Generate_SystemMatrix (128), pay attention to if you want to to run diedai-test, the generated system matrix is ​ ​ saved as SystemMatrix, otherwise an error. testsino instance of a sinogram projection matrix MLEM algorithm, machine be regarded as data.)
    2020-12-08 14:39:20下载
    积分:1
  • LSTM_learn-master
    采用LSTM算法用python语言实现的信号时间序列预测,可预测信号的占用度(The LSTM algorithm is used to predict the signal time series in python language)
    2017-10-13 09:45:28下载
    积分:1
  • ART2100
    一种借助lowtran7计算大气透过率和目标辐射的软件平台ART2100(A program that used for calculate air transferrate and object randience based on lowtran7)
    2021-05-07 16:49:36下载
    积分:1
  • 696518资源总数
  • 105651会员总数
  • 15今日下载