登录
首页 » Fortran » SAP4

SAP4

于 2020-10-08 发布 文件大小:500KB
0 147
下载积分: 1 下载次数: 115

代码说明:

  SAP2000软件具有框架单元、索单元、板单元、壳单元、平面单元、实体单元、连接单元、铰单元等单元,提供线性和非线性、静力和动力分析,可以进行静力分析、振型分析、反应谱分析、时程分析、曲屈分析、移动荷载分析、稳态分析、功能谱密度分析、静力Pushover分析、施工顺序加载分析等。 SAP2000是通用有限元分析与设计软件,适用于桥梁、工业建筑、输电塔、设备基础、电力设施、索膜结构、运动场所、演出场所等特种结构。 (SAP2000 software has a frame unit, cable unit, plate elements, shell elements, plane elements, solid elements, connecting elements, hinge unit and other units to provide linear and nonlinear, static and dynamic analysis, static analysis, vibration type of analysis, response spectrum analysis, time history analysis, buckling analysis, the moving load analysis, steady-state analysis, spectral density function analysis, static Pushover analysis, construction sequence loading analysis. SAP2000 is a general-purpose finite element analysis and design software for bridges, industrial buildings, transmission towers, equipment foundations, electrical facilities, cable-membrane structures, sports facilities, venues and other special structures.)

文件列表:

SAP4源代码
..........\IBM
..........\...\INPUT
..........\...\.....\SAP4_EX1.DAT,4839,1997-01-14
..........\...\.....\SAP4_EX2.DAT,8939,1997-01-14
..........\...\.....\SAP4_EX3.DAT,6151,1997-01-14
..........\...\.....\SAP4_EX4.DAT,5659,1997-01-14
..........\...\.....\SAP4_EX5.DAT,3363,1997-01-14
..........\...\.....\SAP4_EX6.DAT,3855,1997-01-14
..........\...\.....\SAP4_EX7.DAT,3773,1997-01-14
..........\...\OUTPUT
..........\...\......\SAP4_EX1.OUT,95311,1997-01-14
..........\...\......\SAP4_EX2.OUT,84781,1997-01-14
..........\...\......\SAP4_EX3.OUT,187111,1997-01-14
..........\...\......\SAP4_EX4.OUT,93286,1997-01-14
..........\...\......\SAP4_EX5.OUT,105436,1997-01-14
..........\...\......\SAP4_EX6.OUT,169021,1997-01-14
..........\...\......\SAP4_EX7.OUT,49816,1997-01-14
..........\...\README.TXT,2292,1997-09-29
..........\...\SOURCE
..........\...\......\SAP4IBM.FOR,1343083,1997-08-08
..........\PCDOS
..........\.....\INPUT
..........\.....\.....\SAMPLE1.IN,4736,1997-01-15
..........\.....\.....\SAMPLE2.IN,8832,1997-01-15
..........\.....\.....\SAMPLE3.IN,6272,1997-01-15
..........\.....\.....\SAMPLE4A.IN,5504,1997-01-15
..........\.....\.....\SAMPLE4B.IN,5632,1997-01-15
..........\.....\.....\SAMPLE5.IN,3200,1997-01-15
..........\.....\.....\SAMPLE6.IN,3712,1997-01-15
..........\.....\.....\SAMPLE7.IN,3840,1997-01-15
..........\.....\.....\SAMPLE8.IN,4864,1997-01-15
..........\.....\OUTPUT
..........\.....\......\SAMPLE1.OUT,18828,1997-01-15
..........\.....\......\SAMPLE2.OUT,33593,1997-01-15
..........\.....\......\SAMPLE3.OUT,90170,1997-01-15
..........\.....\......\SAMPLE4A.OUT,42110,1997-01-15
..........\.....\......\SAMPLE4B.OUT,42142,1997-01-15
..........\.....\......\SAMPLE5.OUT,47701,1997-01-15
..........\.....\......\SAMPLE6.OUT,100980,1997-01-15
..........\.....\......\SAMPLE7.OUT,34291,1997-01-15
..........\.....\......\SAMPLE8.OUT,270464,1997-01-15
..........\.....\SOURCE
..........\.....\......\PCSAP4.FOR,1423784,1997-08-06
..........\.....\......\STORAGE.FOR,256,1997-01-15
..........\README.TXT,3996,1998-12-07

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

发表评论

0 个回复

  • code
    排样算法,用于矩阵排样优化,仅供参考,有错误请原谅,( ⊙ o ⊙ )啊!(Nesting algorithms for matrix layout optimization purposes, there is an error, please forgive me, (⊙ o ⊙) ah!)
    2015-05-02 15:41:07下载
    积分:1
  • 断裂力中的方法及工程应用-例程序
    金属断裂的数值计算提供理论依据及实际详例解读(The numerical calculation of metal fracture provides theoretical basis and interpretation of practical examples)
    2019-03-15 13:45:02下载
    积分:1
  • 最小二乘法
    说明:  对该模型参数辨识采用递推最小二乘法,即 RLS( recurisive least square), 它是一种能够对模型参数进行在线实时估计的辨识方法。(The recursive least square method is used to identify the parameters of the model, that is, rls (recurisive least square), which is an online real-time estimation method for the model parameters)
    2019-01-17 17:03:00下载
    积分:1
  • NSGA2-MOPSO
    NSGA2 and MOPSO algorithms
    2018-04-20 19:51:36下载
    积分:1
  • 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
  • dragg
    说明:  fluent中udf的实例 计算曳力的例程 可以作为参考以及udf帮助手册(The example of UDF in fluent can be used as a reference to calculate the traction)
    2020-05-06 19:02:16下载
    积分:1
  • d9000mpi3
    对互谱法被动测距的原理及算法各个环节进行仿真验证:加权最小二乘估计中权系数的选取;相关窗长度的选取;各频段综合方法等等。最后实现了对9000m—15000m距离的测距(Cross-spectral method for passive ranging all aspects of theory and algorithms for simulation: weighted least squares estimation of the right of the selection coefficient related to the length of the selection window an integrated approach to the various bands and so on. Finally realize the right of ranging from 9000m-15000m)
    2009-10-06 17:04:05下载
    积分:1
  • c_and_f
    c/C++跟fortran语言之间的一些转换(c/C fortran language with the conversion between)
    2007-05-31 13:46:32下载
    积分:1
  • zip
    说明:  基于MATLAB SIMULINK的F-14战斗机俯仰运动仿真,包含风载模型,控制模型等(Pitch motion simulation of F-14 Fighter Based on MATLAB Simulink, including wind load model, control model, etc)
    2020-03-14 00:15:24下载
    积分:1
  • MCZTFFT
    说明:  CZT和FFT的C语言实现代码,能有效滤除谐波,噪声。获得信号的频率,是一种良好的频率测量算法。(CZT and FFT of the C language code, can effectively filter out harmonics and noise. Access to the signal frequency, is a good algorithm for frequency measurement.)
    2020-11-19 19:29:38下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载