登录
首页 » Fortran » LU-SGS

LU-SGS

于 2011-12-15 发布 文件大小:805KB
0 143
下载积分: 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 个回复

  • matlab有限元工具箱
    说明:  用matlab实现的有限元工具箱,有平面空间梁单元,杆单元,实体单元等。(achieved using Matlab Toolbox FEM, graphic space beam elements, rod elements, entities modules.)
    2020-12-31 15:38:59下载
    积分:1
  • shiyan4
    若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]为矩阵A中的一个鞍点。请写出一个可确定此鞍点位置的算法(如果这个鞍点存在)。(If the matrix A, an element A [i, j] is the minimum value in the i-th row, but is the maximum value of the j-th column, then A [i, j] for the matrix A is a saddle point. Please write a algorithm to determine the position of saddle point (saddle point exists).)
    2013-01-07 13:16:11下载
    积分:1
  • Electronic-Warfare-Signal-Processing
    《电子战信号处理》讲义 ,西电赵国庆老师的经典讲义,学习电子战信号处理的童鞋一定要看看哈(Electronic Warfare Signal Processing)
    2014-05-04 22:47:45下载
    积分:1
  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • 2DPCA.m.tar
    经典的人脸识别算法:2Dpca的实现,matlab实现环境。(Classical face recognition algorithms: 2Dpca the realization)
    2009-02-12 12:52:03下载
    积分:1
  • av_max
    fluent udf 壁面热流通量随时间的变化。 调用fluent udf 里面的宏运算。(fluent udf wall heat flux changes with time. Call fluent udf inside the macro operator.)
    2020-12-28 16:39:01下载
    积分:1
  • particleFilter_resampling
    说明:  粒子滤波重采样算法对比与分析,matlab实现。(Particle filter resampling algorithm comparison and analysis, matlab achieve.)
    2008-09-18 09:15:41下载
    积分:1
  • Viscoelastic
    粘弹正演程序和模型实例,2维数值模拟正演,适应于粘弹介质,(This program can be two-dimensional numerical simulation of acoustic wave equation, Viscoelastic isotropic media.)
    2013-12-09 15:07:58下载
    积分:1
  • biu_ec67
    内含心电信号数据及运用MATLAB写的源代码,有井曲线作为输入可计算其地震波的衰减,Pisarenko谐波分解算法。( ECG data and includes source code written in MATLAB, There is a well attenuation curve as input to calculate its seismic waves, Pisarenko harmonic decomposition algorithm.)
    2017-03-15 21:49:50下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 46今日下载