登录
首页 » Visual C++ » Simple

Simple

于 2021-01-05 发布 文件大小:240KB
0 312
下载积分: 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 个回复

  • WilsonMethod
    进行结构响应分析的Wilson法,是直接积分的基本算法之一,相信进行有限元动力分析编程的诸位都能用上(structural response analysis of Wilson, which is direct integration one of the basic algorithm, believe that the dynamic finite element analysis program you can use)
    2006-07-09 11:15:54下载
    积分:1
  • SVMPrediction
    支持向量基预测的小数据量的预测方法。包括数据拟合,多项式预测等功能()
    2008-03-08 13:58:11下载
    积分: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
  • CG_DESCENT-C-2.0.tar
    共轭梯度法求解凸二次规划,代码由C语言开发,老外编写的程序,很值得一读。(Conjugate gradient method for solving convex quadratic programming, code generated by C language development, foreigners prepared program, it is worth reading.)
    2020-06-28 20:00:01下载
    积分:1
  • a
    说明:  矩阵的转置,相乘及界面的面换稀疏矩阵的三元组相加(Sum of the transpose of the matrix, multiplying, and interfacial surface replacing the sparse matrix triples)
    2012-09-04 15:33:18下载
    积分:1
  • FEM-of-four-bar-truss-structures
    四杆桁架结构的有限元分析程序,在VS2008软件中使用C++语言编写,输入为四杆桁架结构的节点坐标,材料参数,边界条件,输出为各节点的应力和应变。(Four-bar truss structure finite element analysis program, the use of C++ written in VS2008 software, input node coordinate the four-bar truss structure, material parameters, boundary conditions, the output of the stress and strain of each node.)
    2015-06-22 10:03:42下载
    积分:1
  • GEAR
    吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)
    2021-03-08 11:29:28下载
    积分:1
  • shuzhifenxi
    北京航空航天大学硕士研究生数值分析课的第一次大作业,用幂法反幂法求取矩阵的最大最小特征值(Minimum and maximum eigenvalue of the first graduate of Beijing University of Aeronautics and Astronautics numerical analysis class job, using the power method matrix inverse power law to strike)
    2012-12-05 22:07:01下载
    积分:1
  • 基于Wegstein方法的求解方程SolveEquation_Wegstein
    基于Wegstein方法的求解方程的C++程序。(Wegstein-based method for solving equations C++ program.)
    2020-06-30 01:00:02下载
    积分:1
  • UKF
    无迹卡尔曼滤波算法的c语言。网上找到的,貌似是老外编的,蛮不错的。(unscented kalman filter code of visual c.)
    2021-01-05 15:08:54下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载