登录
首页 » Fortran » LU-SGS

LU-SGS

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

  • Excel_GM
    用Excel计算灰色预测模型,每个步骤都有,十分详细。(Calculating Grey Prediction Model with Excel)
    2020-12-14 15:39:14下载
    积分:1
  • youxianyuanfachenyong
    有限元常用子程序模块,WORD版内含各种有限元法C++编程的子模块(finite element commonly used subroutine modules, Word version containing various Finite Element Method C Programming Module)
    2006-12-15 09:36:52下载
    积分:1
  • 1D-Euler
    用于求解一维气体动力学的欧拉方程代码,采用戈东诺夫格式,显式推进,可仿真非定常激波管(For solving one-dimensional Euler equations of gas dynamics code, using Godunov format, explicit advance, can simulate unsteady shock tube)
    2013-08-11 04:55:06下载
    积分:1
  • Regularization-Method
    正则化方法包括Tikhonov,tsvd,ttls,tgsvd,csvd(Regularization Method include Tikhonov,tsvd,ttls,tgsvd,csvd.)
    2012-03-05 23:28:02下载
    积分:1
  • cylinder
    说明:  经典圆柱绕流算例,基于palabos开源软件,计算结果非常好(cylinder flow with palabos)
    2020-05-11 10:14:35下载
    积分:1
  • cdq.rar
    基于时间序列法的超短期电力负荷预测 利用时间序列法进行数学建模(Mathematical modeling based on very short-term power load time series forecasting using time series method)
    2021-04-29 11:08:43下载
    积分:1
  • cal
    程序提示用户输入两个数,然后它将输出这两个数字的和、差、积、商、以及余数,分十进制和十六进制两种格式 (The program prompts the user to enter two numbers, then it will be the output of these two numbers and difference, product, quotient, and the remainder, and decimal and hexadecimal two formats)
    2012-12-23 20:43:57下载
    积分:1
  • FFT
    利用FFT估计正弦信号的频率,要估计一个叠加了高斯白噪声的正弦信号 的频率 ,可以通过对x(n)做傅里叶变换,得到频谱图,找出幅度的最大值对应的频率值 ,进行多次变换,求出均方误差 。改变信噪比SNR,通过仿真可以得出随着信噪比增加,均方误差减小。(Sinusoidal signal using FFT frequency estimation, to estimate a Gaussian white noise superimposed on the frequency of sinusoidal signals, can be achieved by x (n) be the Fourier transform to get spectrum to identify the magnitude of the frequency value corresponding to the maximum , several transformations, find the mean square error. Change the signal to noise ratio SNR, the simulation can be drawn as the SNR increases, the mean square error decreases.)
    2011-04-26 10:53:04下载
    积分:1
  • PID自动控制电机转速
    说明:  利用pid算法控制电机转速,转速可调,数码管显示,初学者实用(Using PID algorithm to control motor speed, adjustable speed, digital display, beginners practical)
    2020-06-22 16:00:01下载
    积分:1
  • greedy
    贪婪算法,可以用于资源分配等许多数学问题和工程问题中(Greedy algorithm)
    2010-02-26 17:23:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载