登录
首页 » Fortran » Truss-material-nonlinear

Truss-material-nonlinear

于 2012-12-26 发布 文件大小:298KB
0 320
下载积分: 1 下载次数: 26

代码说明:

  桁架结构非线性有限元分析程序,可以进行结构分析,应用于钢架结构,考虑材料非线性。(Truss material nonlinear finite element analysis program, can be use in civil engineering.)

文件列表:

Truss material nonlinear
........................\NLFEMSTATIC(truss)
........................\..................\NLSTAC
........................\..................\......\Debug
........................\..................\......\.....\data_input.mod,6163,2007-04-19
........................\..................\......\.....\data_output.mod,5634,2007-04-19
........................\..................\......\.....\DF60.PDB,33792,2007-04-19
........................\..................\......\.....\main_iteration.mod,12325,2007-04-19
........................\..................\......\.....\NLSTAC.exe,372798,2007-04-19
........................\..................\......\.....\NLSTAC.obj,56502,2007-04-19
........................\..................\......\.....\NLSTAC.pdb,607232,2007-04-19
........................\..................\......\.....\typdef.mod,7368,2007-04-19
........................\..................\......\dispout.txt,248,2007-04-18
........................\..................\......\elemout.txt,465,2007-04-18
........................\..................\......\input.txt,692,2007-04-18
........................\..................\......\NLSTAC.dsp,3786,2007-04-18
........................\..................\......\NLSTAC.dsw,535,2007-04-18
........................\..................\......\NLSTAC.F90,11695,2007-04-18
........................\..................\......\NLSTAC.opt,44544,2007-04-19
........................\..................\......\NLSTAC.plg,845,2007-04-19
........................\Nonlinear.doc,48128,2007-04-18

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

发表评论

0 个回复

  • Euler-backward-difference-scheme
    欧拉向后差分格式的程序文件,可直接调用,在科学计算中有很重要的应用.(Euler backward difference scheme of program files can be called directly,which have important applications in scientific computing.)
    2015-12-22 11:13:05下载
    积分:1
  • matrix-computation
    本书由美国数学大师大师编写的数学计算这本书,很经典。国内的书编写残次不齐(This book is authored by American mathematician Mathematical calculation ,It is a good book)
    2020-10-30 19:59:56下载
    积分:1
  • 波导中四波混频效率FWMTPAFCA
    计算波导中四波混频效率,考虑线性损耗、自由载流子吸收损耗、双光子吸收损耗(FWM efficiency in silicon waveguide)
    2021-05-08 23:18:35下载
    积分:1
  • jeimai
    混沌的判断指标Lyapunov指数计算,与理论分析结果相比,可实现对二维数据的聚类。( Chaos indicator for Lyapunov index calculation, Compared with the results of theoretical analysis, Can realize the two-dimensional data clustering.)
    2017-04-09 11:56:37下载
    积分:1
  • GradCalc
    地球科学(Fortran90): 计算空间重力异常、扰动重力、垂线偏差或重力梯度的垂向梯度。 计算方式:数值积分、二维平面FFT、二维球面FFT或一维FFT。(Earth Science (Fortran90): calculate the gravity anomaly, gravity disturbance, the deflection of the vertical or gravity gradient vertical gradient. Calculation: numerical integration, FFT of the two-dimensional plane, two-dimensional spherical FFT or one-dimensional FFT.)
    2012-10-13 14:17:10下载
    积分:1
  • twodimension
    此程序是用多重散射理论计算二维声子晶体的结构的Fortran代码。(This program is multi-dimensional phonon scattering calculated crystal structure Fortran code.)
    2020-07-13 09:48:52下载
    积分:1
  • spmv_csr
    稀疏矩阵的DIA/ELLPACK/COO/CSR/HYB表示形式,以及各表示形式下的稀疏矩阵乘法(稀疏大矩阵*矢量)的CUDA实现。对于矩阵中每一行稀疏元素个数较统一的情况,ELLPACK表示最佳,其次是HYB(ELL+COO)。 CUDA™ 是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序(Sparse matrix DIA/ELLPACK/COO/CSR/HYB representation, as well as the representation of the sparse matrix multiplication (large sparse matrix* vector)' s CUDA implementation. For each row of the sparse matrix representing the number of elements the case of unification, ELLPACK that the best, followed by HYB (ELL+COO). NVIDIA CUDA ™ is introduced by a general purpose parallel computing architecture that makes the GPU to solve complex computational problems. It contains the CUDA Instruction Set Architecture (ISA) and the GPU parallel computing engine. Developers can now use the C language to write programs for the CUDA ™ architecture)
    2013-07-11 17:46:21下载
    积分:1
  • cube_0p1mm
    说明:  abaqus周期性边界条件代码,可以参考学习(ABAQUS periodic boundary condition code can refer to learning)
    2020-08-13 22:08:28下载
    积分:1
  • AirParm1
    大气参数计算,含密度、湿度、粘性、热导率等(-Air parameters, density, humidity, viscosity, thermal conductivity)
    2013-10-24 22:49:04下载
    积分:1
  • jisuanqi
    可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。(Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (), etc. can also figure to take over and prescribing arithmetic. But only under the metric system can also be used for a number of positive and negative between the conversion, exit, said exit, clear that the initialization, there is a TextField to display the results from the calculation Server client connection requests for eavesdropping, calculated sent the two and the number of returned data.)
    2009-03-06 20:45:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载