登录
首页 » Fortran » LU-SGS

LU-SGS

于 2011-12-15 发布 文件大小:805KB
0 279
下载积分: 1 下载次数: 93

代码说明:

  利用时域有限差分求解CFD问题,其中差分格式为LUSGS,是求解流体问题的理论基础(Solved using finite-difference time-domain CFD problems, in which the differential form LUSGS )

文件列表:

LU-SGS
......\A1.dat,0,2011-03-16
......\A3.dat,0,2011-03-16
......\Debug
......\.....\common_data.mod,4926,2011-03-29
......\.....\DF60.PDB,25600,2011-03-29
......\.....\LU-SGS.exe,327739,2011-03-15
......\.....\LU-SGS.ilk,297336,2011-03-15
......\.....\LU-SGS.obj,12520,2011-03-15
......\.....\LU-SGS.pdb,304128,2011-03-15
......\.....\Roe(FDS)%2BLUSGS.exe,438339,2011-03-16
......\.....\Roe(FDS)%2BLUSGS.ilk,335104,2011-03-16
......\.....\Roe(FDS)%2BLUSGS.obj,104452,2011-03-23
......\.....\Roe(FDS)%2BLUSGS.pdb,336896,2011-03-16
......\.....\SW(FVS)%2BLUSGS.exe,409666,2011-03-29
......\.....\SW(FVS)%2BLUSGS.ilk,338136,2011-03-29
......\.....\SW(FVS)%2BLUSGS.obj,86824,2011-03-29
......\.....\SW(FVS)%2BLUSGS.pdb,336896,2011-03-29
......\e_0.dat,16000,2011-03-29
......\lou_0.dat,16000,2011-03-29
......\lou_1.dat,16000,2011-03-29
......\LU-SGS.dsp,3743,2011-03-15
......\LU-SGS.dsw,537,2011-03-15
......\LU-SGS.for,1673,2011-03-15
......\LU-SGS.ncb,41984,2011-03-15
......\LU-SGS.opt,48640,2011-03-15
......\LU-SGS.plg,1102,2011-03-15
......\p_0.dat,16000,2011-03-29
......\p_1.dat,16000,2011-03-29
......\Roe(FDS)%2BLUSGS.dsp,3839,2011-03-23
......\Roe(FDS)%2BLUSGS.dsw,553,2011-03-23
......\Roe(FDS)%2BLUSGS.for,8387,2011-03-16
......\Roe(FDS)%2BLUSGS.ncb,41984,2011-03-23
......\Roe(FDS)%2BLUSGS.opt,48640,2011-03-23
......\Roe(FDS)%2BLUSGS.plg,656,2011-03-23
......\SW(FVS)%2BLUSGS.dsp,3827,2011-03-29
......\SW(FVS)%2BLUSGS.dsw,551,2011-03-29
......\SW(FVS)%2BLUSGS.for,7138,2011-03-29
......\SW(FVS)%2BLUSGS.ncb,41984,2011-03-29
......\SW(FVS)%2BLUSGS.opt,48640,2011-03-29
......\SW(FVS)%2BLUSGS.plg,1151,2011-03-29
......\u_1.dat,16000,2011-03-29

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

发表评论

0 个回复

  • location
    用于三点定位的算法,是做声音定位可用的,希望有部分帮助,可适当运用(It is used to location the point you want.)
    2020-09-10 13:08:00下载
    积分:1
  • VibrationSimulationUsingMATLABandANSYS_muya
    转载:众所周知有限元解决振动问题的能力还是有限的, 比如做齿轮啮合过程的动力学模拟就要同时涉及到接触和动力反映两个主要方面. 目前处理此类问题最成熟的软件当属MSC.ADAMS, 但ADAMS也只能在模拟过程中做到弹性与刚性接触而已! 据我所知, 已不止两位研究生试图用LS-DYNA来做此类模拟, 他们忽略了(或没搞清楚) LS-DYNA只能处理瞬态问题, 而对于该过程的模拟也是无能为力的!!! 结果是浪费了大量的时间, 甚至机会. 这本应是导师的责任, 但许多高龄导师对现代软件的不熟悉也是....那么此类问题的具体解决方案在哪里? Vibration Simulation Using Matlab and ANSYS 给出了答案. 掌握书中的内容意义非同小可! 这对于要从事CAE工作的将会受益(起码在今后20年内).随着我国经济的高速发展 解决资本积累必将是要遇到的问题, 工程(设备)维护, 系统监测也将(象发达国家)成为CAE非常重要的部分. 早早入手就能使你立于不败之地!(This book has three main purposes. The first purpose is to cc..-ct in one document the various methods of constructing and representing dynamic mechanical models. The second purpose is to help the reader develop a strong understanding of the modal analysis technique, where the total response of a system can be constructed by combinations of individual modes of vibration. The third purpose is to show how to take the results of large finite element models and reduce the size of the model (model reduction), extracting lower order state space models for use in MATLAB.)
    2009-03-22 19:06:42下载
    积分:1
  • ALGO2-2
    Algo2-2.c C program for implementing Algorithm 2.2 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992 Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A. Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6 Prentice Hall, International Editions: ISBN 0-13-625047-5 This free software is compliments of the author. E-mail address: in "mathews@fullerton.edu" Algorithm 2.2 (Bisection Method). Section 2.2, Bracketing Methods for Locating a Root, Page 61
    2010-01-25 02:33:30下载
    积分:1
  • network-immune-system
    非线性微分方程的人工免疫网络数学模型,适合于高水平研究者(Nonlinear differential equation mathematical model of artificial immune network, suitable for high-level researchers)
    2011-10-18 11:27:43下载
    积分:1
  • Scooter
    计算水声传播的快速场程序,使用了有限元方法,计算速度快,精度高。(underwater acoustic propagation Fast Field Program, using Finte Element Method,fast and accurate.)
    2021-03-19 20:39:19下载
    积分:1
  • pushboard
    说明:  用于三维条件下的推板造波法udf,冲程与周期可修改,附带消波udf和cas文件(generating waves with pushboard under 3D condition)
    2020-12-26 16:49:03下载
    积分:1
  • spgl1-1.8
    based classification (SRC) has been widely used for face recognition (FR). SRC first codes a testing sample as a sparse linear combination of all the training samples, and then classifies the testing sample by evaluating which class leads to the minimum representation error. While the importance of sparsity is much emphasized in SRC and many related works, the use of collaborative representation (CR) in SRC is ignored by most literature.
    2013-08-02 16:14:29下载
    积分:1
  • juzhen2
    实现矩阵的四则运算,并能计算矩阵的特征值和特征向量(Four arithmetic operations of matrices are realized, and eigenvalues and eigenvectors of matrices can be calculated.)
    2019-06-11 15:21:39下载
    积分:1
  • shannon
    香农编码的C语言实现,VC++环境~~~~~~~~~~~~~~~~~~~~~~~~~(Shannon C-language coding, VC++ environment ~~~~~~~~~~~~~~~~~~~~~~~)
    2010-05-27 11:01:01下载
    积分:1
  • finite-volume--Euler-equation
    基于有限体积法求解二维欧拉方程,是流体问题的最基本求解方法(The finite volume method to solve two-dimensional Euler equation)
    2021-03-07 15:59:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载