登录
首页 » Fortran » ADINA84

ADINA84

于 2016-11-10 发布 文件大小:1355KB
0 316
下载积分: 1 下载次数: 19

代码说明:

  ADINA 系统是一个单机系统的程序,用于进行固体、结构、流体以及结构相互作用的流体流动的复杂有限元分析。借助 ADINA 系统,用户无需使用一套有限元程序进行线性动态与静态的结构分析,而用另外的程序进行非线性结构分析,再用其他基于流量的有限元程序进行流体流动分析。此外, ADINA 系统还是最主要的、用于结构相互作用的流体流动的完全耦合分析程序(多物理场)。(ADINA System is a stand-alone system program for performing complex fluid flow finite element solid structure, and fluid structure interaction analysis. With ADINA system, users do not need to use a finite element program linear static and dynamic structural analysis, but with additional nonlinear structural analysis program, and then the other program flow based on finite element analysis of fluid flow. In addition, ADINA system or main, fully coupled analysis program for fluid flow structure interaction (multi-physics).)

文件列表:

OK_ADINA84
..........\A01A.FOR,133965,2016-10-12
..........\A01B.FOR,152262,2016-10-12
..........\A02A.FOR,76513,2000-06-27
..........\A02B.FOR,93613,2000-06-09
..........\A03A.FOR,69957,2000-06-09
..........\A03B.FOR,61569,2000-06-09
..........\A04A.FOR,62227,2000-06-09
..........\A04B.FOR,62344,2000-06-09
..........\A05.FOR,7008,2000-06-09
..........\A06.FOR,37886,2000-06-09
..........\A07.FOR,152,2000-06-09
..........\A08.FOR,21364,2000-06-09
..........\A09.FOR,16198,2000-06-09
..........\A10.FOR,48871,2000-06-09
..........\A11.FOR,143,2000-06-09
..........\A12.FOR,3957,2000-06-09
..........\A13.FOR,11976,2000-06-09
..........\A14.FOR,116638,2000-06-09
..........\A15.FOR,5779,2000-06-09
..........\A16.FOR,40137,2000-06-09
..........\A17.FOR,146,2000-06-09
..........\A18.FOR,19368,2000-06-09
..........\A19.FOR,14830,2000-06-09
..........\A20.FOR,48770,2000-06-09
..........\A21.FOR,11744,2000-06-09
..........\A22A.FOR,71725,2000-06-09
..........\A22B.FOR,26624,2000-06-09
..........\A23.FOR,94243,2000-06-09
..........\A24.FOR,80833,2000-06-09
..........\A25A.FOR,53184,2000-06-09
..........\A25B.FOR,119740,2000-06-09
..........\A26.FOR,14786,2000-06-09
..........\A27A.FOR,79810,2000-06-09
..........\A27B.FOR,62672,2000-06-09
..........\A28.FOR,47630,2000-06-09
..........\A29.FOR,56833,2000-06-09
..........\A30.FOR,40107,2000-06-09
..........\A31.FOR,121603,2000-06-09
..........\A32.FOR,18338,2000-06-09
..........\A33.FOR,19367,2000-06-09
..........\A34.FOR,57087,2000-06-09
..........\A35.FOR,12767,2000-06-09
..........\A36.FOR,71550,2000-06-09
..........\A37.FOR,88880,2000-06-09
..........\ADINA.dat,121669,1992-01-19
..........\ADINA.txt,63905,2016-10-12
..........\ADINA84.exe,3061248,2016-10-12

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

发表评论

0 个回复

  • Conjugate-Gradient-Method
    共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method between the method and Newton' s method, it takes only a first derivative information, but to overcome the steepest descent method convergence slow shortcomings, but also to avoid the Newton method needs to be stored Hesse and disadvantages of computing inverse matrix and the conjugate gradient method is not only one of the most useful methods to solve large linear equations, solution of large-scale nonlinear optimization is one of the most effective algorithm. In various optimization algorithm, conjugate gradient method is a very important one. The advantage is that a small amount of memory required, with step convergence, high stability, and does not require any external parameters.)
    2017-03-14 15:48:15下载
    积分:1
  • Moving-Least-Squares-Methods
    移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。(Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.)
    2020-11-06 08:49:49下载
    积分:1
  • 1_2_3维均值聚类
    说明:  简单地实现了一、二、三维的K均值聚类,效果还不错,适合初步学习模式识别的同志们(Simple implementation of one, two, three - dimensional k-means clustering, the effect is not bad, it is suitable for the initial learning pattern recognition comrades)
    2020-07-02 04:00:01下载
    积分:1
  • eular_ode
    欧拉法解常微分方程的MATLAB程序M文件。与大家分享(Euler method for solving the M-file of Ordinary Differential Equations MATLAB program. To share with you)
    2012-03-20 12:01:04下载
    积分:1
  • sefer
    C写的填充算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法(C padding algorithm source code algorithm but in programming is very important, you can refer to this code, learn the algorithm)
    2018-11-09 15:14:50下载
    积分:1
  • pls_model00
    简述算法在实际当中的应用以及算法的改进和延伸(Improvement and extension of applications and algorithms of the outlined algorithm in practice)
    2012-06-29 09:45:45下载
    积分:1
  • FFT842
    基二、基四、基八 FFT变化源代码,有详细注解(Second base, the base four or eight FFT-based changes in the source code, detailed comments)
    2021-02-20 14:09:43下载
    积分:1
  • Tripleinvertedpendulumweightedfuzzyneuralnetworkco
    为了提高三级倒立摆系统控制的响应速度和稳定性,在设计Mamdani 型模糊推理规则控制器控制倒立摆系统稳定的基础上, 设计了一种更有效率的基于Sugeno 型模糊推理规则的模糊神经网络控制器。该控制器使用BP 神经网络和最小二乘法的混 合算法进行参数训练,能够准确归纳输入输出量的模糊隶属度函数和模糊逻辑规则。通过与Mamdani 型控制器的仿真对比, 表明该Sugeno 型模糊神经网络控制器对三级倒立摆系统的控制具有良好的稳定性和快速性,以及较高的控制精度。(In order to improve the three-level control of inverted pendulum system response speed and stability, in the design of Mamdani-type fuzzy inference rules of the system controller to control the stability of inverted pendulum on the basis of a more efficient design based on Sugeno-type fuzzy inference rules of fuzzy neural network controller. The controller is the use of BP neural network and hybrid least squares training algorithm parameters can be accurately summed up the amount of input and output fuzzy membership function and fuzzy logic rules. Mamdani-type controller with a simulation comparison shows that the Sugeno-type fuzzy neural network controller for the three-tier control of inverted pendulum system with good stability and fast, as well as a higher control precision.)
    2009-05-30 12:46:16下载
    积分:1
  • frft
    说明:  分数傅里叶变换程序,这个是二维分数阶傅里叶变化程序。(Fractional Fourier transform procedure, this is a two-dimensional fractional Fourier change process.)
    2010-03-20 21:39:35下载
    积分:1
  • fitqr
    说明:  基于矩阵QR分解的最小二乘拟合MATLAB源程序(based on QR decomposition of the matrix least squares fitting MATLAB source )
    2006-05-12 21:57:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载