登录
首页 » Visual C++ » Couette

Couette

于 2021-03-29 发布 文件大小:1385KB
0 403
下载积分: 1 下载次数: 79

代码说明:

  用C++模拟LBM的couette流源代码,使用周期边界和曲线边界条件。(LBM simulation using C++ source code of couette stream, using periodic boundary conditions and boundary curves.)

文件列表:

Couette流OK
...........\Couette
...........\.......\Couette
...........\.......\.......\Couette.vcxproj,3923,2015-08-20
...........\.......\.......\Couette.vcxproj.filters,948,2015-08-20
...........\.......\.......\Couette.vcxproj.user,143,2015-08-20
...........\.......\.......\Debug
...........\.......\.......\.....\CL.read.1.tlog,9940,2015-08-20
...........\.......\.......\.....\CL.write.1.tlog,244,2015-08-20
...........\.......\.......\.....\Couette.exe.embed.manifest,406,2015-08-20
...........\.......\.......\.....\Couette.exe.embed.manifest.res,472,2015-08-20
...........\.......\.......\.....\Couette.exe.intermediate.manifest,381,2015-08-20
...........\.......\.......\.....\Couette.lastbuildstate,56,2015-08-20
...........\.......\.......\.....\Couette.log,3254,2015-08-20
...........\.......\.......\.....\Couette_manifest.rc,204,2015-08-20
...........\.......\.......\.....\link-cvtres.read.1.tlog,2,2015-08-20
...........\.......\.......\.....\link-cvtres.write.1.tlog,2,2015-08-20
...........\.......\.......\.....\link.4208-cvtres.read.1.tlog,2,2015-08-20
...........\.......\.......\.....\link.4208-cvtres.write.1.tlog,2,2015-08-20
...........\.......\.......\.....\link.4208.read.1.tlog,2,2015-08-20
...........\.......\.......\.....\link.4208.write.1.tlog,2,2015-08-20
...........\.......\.......\.....\link.read.1.tlog,2926,2015-08-20
...........\.......\.......\.....\link.write.1.tlog,630,2015-08-20
...........\.......\.......\.....\main.obj,62794,2015-08-20
...........\.......\.......\.....\mt.read.1.tlog,346,2015-08-20
...........\.......\.......\.....\mt.write.1.tlog,278,2015-08-20
...........\.......\.......\.....\rc.read.1.tlog,250,2015-08-20
...........\.......\.......\.....\rc.write.1.tlog,258,2015-08-20
...........\.......\.......\.....\vc100.idb,232448,2015-08-20
...........\.......\.......\.....\vc100.pdb,258048,2015-08-20
...........\.......\.......\uh.dat,442,2015-08-20
...........\.......\Couette.sdf,6049792,2015-08-20
...........\.......\Couette.sln,888,2015-08-20
...........\.......\Debug
...........\.......\.....\Couette.exe,46080,2015-08-20
...........\.......\.....\Couette.ilk,387968,2015-08-20
...........\.......\.....\Couette.pdb,592896,2015-08-20
...........\main.cpp,3479,2015-08-21

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

发表评论

0 个回复

  • Droplet
    液滴在壁面上流动的程序 可以用 tecplot画图 效果很好(The flow of the liquid drop on the wall of the program can be used to draw the effect of Tecplot is very good)
    2015-09-15 09:09:08下载
    积分:1
  • proe5.0
    可以画图的功能强大cad软件一定不要错过你值得拥有制图高级工具(You can paint the powerful CAD software must not miss you worthy of drawing advanced tools )
    2014-07-30 16:14:07下载
    积分:1
  • off2stl
    off 转stl ,很好的转换软件源码。实现了off三维格式向stl三维格式转换,可用于CAD、ProE等软件对接。( Turn off to stl, good conversion software source code. Off to achieve a three-dimensional format stl three-dimensional format conversion, it can be used in CAD, ProE and other software docking.)
    2021-03-13 13:09:24下载
    积分:1
  • matcomtu
    matcom衰减振荡曲线(多线程)如果直接运行exe文件,只须将ago4501.dll和v4501v.dll加入相应的release目录即可。(matcom oscillation decay curve (multi-threaded))
    2011-10-13 21:24:45下载
    积分:1
  • teechart
    产生一批随机数,使用TeeChart进行绘图。是TeeChart学习很好的程序。(Produce a random number, using TeeChart for drawing. TeeChart learning process is good.)
    2020-10-15 09:07:29下载
    积分:1
  • ShowImage
    本程序可以在MFC中打开并显示一张图片,代码比较简单基础(Open and display a picture in MFC)
    2018-05-23 21:37:17下载
    积分:1
  • computer-graphics-curriculum-design
    本程序是计算机图形学课程设计的程序,包含用各种算法绘制直线、圆、曲线,填充,剪裁等,有助于计算机图形学的学习与实践。(This procedure is a computer graphics curriculum design process, including the use of various algorithms to draw lines, circles, curves, filling, cutting, etc., help to learn and practice of computer graphics.)
    2013-10-27 16:36:07下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • GraphicExp
    简单的画图程序,我的图形学实验作业,还未整个完成(simple drawing program, my graphics experimental operation, it has not yet completed the entire)
    2005-04-01 18:25:32下载
    积分:1
  • Image01.0
    Manejo de Imagenes usando haarcascade en QT+opencv
    2014-02-25 01:32:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载