登录
首页 » Visual C++ » Simple

Simple

于 2021-01-05 发布 文件大小:240KB
0 341
下载积分: 1 下载次数: 70

代码说明:

  求解速度压力耦合的Simple半隐式迭代方法,该方法在计算流体动力学中应用极为广泛(To solve the pressure velocity coupling Simple semi-implicit iterative method, the method applied in the Computational Fluid Dynamics an extremely wide range of)

文件列表:

Simple
......\Debug
......\.....\debug_output.obj
......\.....\default.obj
......\.....\grid.obj
......\.....\output.obj
......\.....\problem.obj
......\.....\result.dat
......\.....\setup2.obj
......\.....\Simple.exe
......\.....\simple.obj
......\.....\Simple.pdb
......\.....\solve.obj
......\.....\vc60.pdb
......\debugoutput.c
......\debug_output.c
......\default.c
......\global_var.h
......\grid.c
......\Matlab_Plot
......\...........\afterdraw.m
......\...........\Result_Plot.m
......\Matlab_Plot.asv
......\Matlab_Plot.m
......\output.c
......\problem.c
......\result.dat
......\setup2.c
......\simple.c
......\Simple.dsp
......\Simple.dsw
......\Simple.ncb
......\Simple.opt
......\Simple.plg
......\solve.c
......\VC%2B%2B调用MATLAB engine.txt
......\学习记录
......\........\MATLAB与C%2B%2B的接口问题.files
......\........\...........................\arrow.gif
......\........\...........................\arrow3.gif
......\........\...........................\Article_Elite3.js
......\........\...........................\Article_Hot3.js
......\........\...........................\ClassTree.files
......\........\...........................\...............\ShowClass_Tree.js
......\........\...........................\...............\STYLE.css
......\........\...........................\ClassTree.htm
......\........\...........................\Comment.htm
......\........\...........................\DefaultSkin.css
......\........\...........................\GetHits.htm

......\........\...........................\menu.js

......\........\...........................\ShowClass_Menu.js
......\........\...........................\stm31.js
......\........\...........................\TEAM.gif
......\........\...........................\TreeGuide.js
......\........\...........................\User_Login.gif
......\........\...........................\User_Reg.gif
......\........\MATLAB与C%2B%2B的接口问题.htm
......\........\编程学习记录.doc
......\........\编程学习记录.txt

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

发表评论

0 个回复

  • air-age
    计算流体力学软件FLUENT计算空气龄的udf文件(FLUENT CFD software udf file to calculate the air age )
    2015-10-14 15:32:41下载
    积分:1
  • zairuzhidiandandao
    用来计算航天器再入质点弹道,其中包括插值算法,龙格库塔法以及大气模型(Used to calculate the particle trajectory of spacecraft re-entry, including the interpolation algorithm, Runge-Kutta method as well as atmospheric model)
    2008-04-27 11:09:17下载
    积分:1
  • 21
    说明:  用C语言编写多元线性回归方程,写得不好的地方请指教!(Using C language multiple linear regression equation, where poorly written, please advice!)
    2010-06-06 17:04:50下载
    积分:1
  • fft
    FFT快速傅里叶变换,用于数字信号处理,大大提高了运行速度,节省内存开销。C语言实现(FFT fast Fourier transform for digital signal processing, greatly improving the speed and save memory overhead. C language)
    2011-05-30 00:54:58下载
    积分:1
  • isotermasIII
    Compute isotherms in quad
    2012-05-05 01:36:55下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • Spline.h
    三次样条插值c++头文件,一些头文件,非常好(Cubic spline interpolation c++ header files, some header files)
    2020-12-10 15:19:18下载
    积分: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
  • Trilateration-Network
    测绘程序,计算测边网各点坐标的评查程序,值得借鉴(Mapping program to calculate the coordinates of each point measured the side-netting of assessment investigative procedures, worth learning)
    2013-08-20 15:13:21下载
    积分:1
  • ca713
    信号维数的估计,计算一维光子晶体的透射特性和反射特性,小波包分析提取振动信号中的特征频率。( Signal dimension estimates, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Wavelet packet analysis to extract vibration signal characteristic frequency.)
    2017-04-19 09:47:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载