登录
首页 » Fortran » MYFEM

MYFEM

于 2009-05-22 发布 文件大小:532KB
0 188
下载积分: 1 下载次数: 32

代码说明:

  有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 (In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN)

文件列表:

MYFEM
.....\DATA
.....\....\FIG.DAT
.....\....\FIG0.DAT
.....\....\LINE.DAT
.....\....\LINEX.DAT
.....\....\LINEY.DAT
.....\....\RESULTS.DAT
.....\....\RESULTS0.DAT
.....\....\RESULTS1.DAT
.....\....\RESULTS2.DAT
.....\....\复件 LINE.DAT
.....\DATA80
.....\......\FIG.DAT
.....\......\LINEX.DAT
.....\......\LINEY.DAT
.....\......\RESULTS.DAT
.....\Debug
.....\DIFF.FOR
.....\fig
.....\...\DAT.DAT




.....\...\Doc1.doc

.....\...\F80.bmp
.....\...\fdif.lay
.....\...\FDIF80.lay
.....\...\figy.bmp
.....\...\LINEX.bmp
.....\...\LINEX.lay
.....\...\LINEX80.bmp
.....\...\LINEX80.lay
.....\...\LINEY.bmp
.....\...\LINEY.lay
.....\...\LINEY80.bmp
.....\...\LINEY80.lay
.....\...\nLINEX80.bmp
.....\...\nLINEY80.bmp
.....\...\zone.bmp
.....\...\ZONE.lay
.....\...\ZONE0.bmp
.....\...\复件 DIFX80.bmp
.....\...\复件 DIFY80.bmp
.....\...\复件 F80.bmp
.....\...\复件 LINEX80.bmp
.....\...\复件 LINEY80.bmp
.....\FIG.DAT
.....\GK.FOR
.....\GKD.FOR
.....\IFG.FOR
.....\LINEX.DAT
.....\LINEY.DAT
.....\MYFEM.mak
.....\MYFEM.mdp
.....\RESULTS.DAT

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

发表评论

0 个回复

  • c3
    3D流场计算,程序简单非常容易看懂。适合初学者学习(3D flow field)
    2011-08-29 22:52:57下载
    积分:1
  • temperature
    采用逆傅里叶变换方法数值求解热传导的温度场(Inverse Fourier transform method for the numerical solution of heat conduction of the temperature field)
    2012-08-07 10:06:32下载
    积分:1
  • MATLAB
    平面波与涡旋光束干涉的干涉图样,可以用来制作全息图,从而产生涡旋光束(Interference pattern of plane wave and vortex beam interference, can be used to produce hologram, resulting in vortex beam)
    2013-12-27 09:19:34下载
    积分:1
  • matlab模拟退火.zip
    说明:  模拟退火算法是为了避免求解最优化出现局部极值的问题而提出的算法,保证最终的结果是全局最优的,该matlab源程序能在matlab环境中实现(simulated annealing method is the best solution in order to avoid a partial optimization of extreme concern raised by the algorithm to ensure that the final result is that the global optimum, the source Matlab can achieve Matlab environment)
    2005-11-27 17:07:22下载
    积分:1
  • Newmark
    matlab Newmark法 用于求解二阶常系数微分方程组(matlab Newmark method for solving second-order differential equations with constant coefficients)
    2013-05-23 10:42:33下载
    积分:1
  • multipeek-function
    说明:  此是多峰函数MATLAB程序,多峰函数在解决多峰曲线问题中经常会用到,有此程序代码可以省去很多麻烦。(This is a multi-peak function MATLAB program, multi-peak function, multi-peak curve in the settlement of the question is often used, there is such a code can save a lot of trouble.)
    2010-03-21 12:56:39下载
    积分:1
  • SDamala
    提供多种nonlinear dynamics函数,包括bifurcation analysis, 和 chaos analysis.(Function of a variety of nonlinear dynamics, including bifurcation analysis, and chaos analysis.)
    2011-02-07 13:16:13下载
    积分:1
  • FCT_VOF-and-Youngs
    FCT_VOF AND YOUNGS_PLIC fully functioning source codes Debugged and fully functioning source codes Both can be used to calculate by choosing the icase for (1) the Zalesak rotational flow problem (2) the shear flow problem This complete set includes both FCT_VOF and Youngs_plic source code in f90. Including a input data file. The codes have been debugged and tested using MS-FORTRAN. Results can be obtained directly from the output files and loaded to get results. (FCT_VOF AND YOUNGS_PLIC fully functioning source codes Debugged and fully functioning source codes Both can be used to calculate by choosing the icase for (1) the Zalesak rotational flow problem (2) the shear flow problem This complete set includes both FCT_VOF and Youngs_plic source code in f90. Including a input data file. The codes have been debugged and tested using MS-FORTRAN. Results can be obtained directly from the output files and loaded to get results. Ps: statement CALL WRITER needed to be removed and replaced with usual output statement fsuch as: Write(*,*) x(I,j),y(I,j),fi(I,j)…. Etc., for user’s requirement. )
    2021-02-04 19:09:57下载
    积分:1
  • sod-problem-by-MacCormack
    一维 问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度 两步差分格式进行数值求解。(Use MacCormack difference scheme for solving a two-dimensional shock tube problem)
    2014-01-03 09:15:51下载
    积分:1
  • nlscon
    基于matlab的约束非线性规划算法库,适于学习!(Matlab-based algorithm for the constrained nonlinear programming library, suitable for learning!)
    2008-07-31 19:40:23下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载