登录
首页 » Visual C++ » defin_heat_flux

defin_heat_flux

于 2012-02-02 发布 文件大小:534KB
0 248
下载积分: 1 下载次数: 65

代码说明:

  它是一个计算热通量的c++程序,用udf导入fluent,既可以求解,非常好用的一个,可以作为入门的一个例子学习。(it is a calculated heat flux of c++ program, with udf into fluent, not only can solve, very easy to use one, can be used as a case study entry.)

文件列表:

defin_heat_flux
...............\htc.c,277,2011-08-10
...............\htc.zip,140491,2011-08-10
...............\htc_1.tif,166508,2011-08-10
...............\htc_2.tif,165604,2011-08-10
...............\libudf
...............\......\ntx86
...............\......\.....\2d
...............\......\.....\..\htc.obj,586,2011-08-10
...............\......\.....\..\libudf.dll,49152,2011-08-10
...............\......\.....\..\libudf.exp,787,2011-08-10
...............\......\.....\..\libudf.ilk,311924,2011-08-10
...............\......\.....\..\libudf.lib,2040,2011-08-10
...............\......\.....\..\libudf.pdb,207872,2011-08-10
...............\......\.....\..\htm" target=_blank>log,294,2011-08-10
...............\......\.....\..\makefile,5010,2011-08-10
...............\......\.....\..\udf_names.c,594,2011-08-10
...............\......\.....\..\udf_names.obj,867,2011-08-10
...............\......\.....\..\user_nt.udf,61,2011-08-10
...............\......\src
...............\......\...\htc.c,277,2011-08-10
...............\libudf63
...............\........\ntx86
...............\........\.....\2d
...............\........\.....\..\htc.obj,720,2011-08-10
...............\........\.....\..\libudf.dll,41984,2011-08-10
...............\........\.....\..\libudf.exp,856,2011-08-10
...............\........\.....\..\libudf.lib,2036,2011-08-10
...............\........\.....\..\htm" target=_blank>log,246,2011-08-10
...............\........\.....\..\makefile,5205,2011-08-10
...............\........\.....\..\udf_names.c,594,2011-08-10
...............\........\.....\..\udf_names.obj,877,2011-08-10
...............\........\.....\..\user_nt.udf,61,2011-08-10
...............\........\src
...............\........\...\htc.c,277,2011-08-10
...............\readme.txt,92,2011-08-10
...............\test_bc.cas.gz,42812,2011-08-10
...............\test_bc.cas1.cas.gz,52680,2011-08-10
...............\test_bc.cas1.dat.gz,88497,2011-08-10
...............\test_bc.dat.gz,87051,2011-08-10
...............\htm" target=_blank>x=4_profile,932,2011-08-10

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

发表评论


0 个回复

  • QR-decomposition
    QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,(QR decomposition )
    2020-08-31 01:08:10下载
    积分:1
  • sanciyangtiao
    其基本思想是取B样条函数 为及基函数,在[a,b]中均匀划分区间,xi=a+ih,h=(b-a)/n,由于三次样条函数空间是n+3维的,所以把分点扩充到x-1,xn+1,则任意三次样条函数可用 线性组合来表示:(The basic idea is to take B-spline function and basis functions in [a, b] in the evenly divided intervals, xi = a+ ih, h = (ba)/n, because the cubic spline function is n+3 dimensional space , so the expansion points to the x-1, xn+1, then any cubic spline function can be expressed as a linear combination:)
    2011-10-14 09:40:33下载
    积分:1
  • FFT842
    基二、基四、基八 FFT变化源代码,有详细注解(Second base, the base four or eight FFT-based changes in the source code, detailed comments)
    2021-02-20 14:09:43下载
    积分:1
  • 1.21b
    分数阶滑模工具箱,可用于解决阶次比较低的时候(fractional order sliding mode )
    2016-10-10 09:37:28下载
    积分:1
  • Seqanaysiswithkalman
    基于现代时间序列分析方法的多传感器观测融合Kalman滤波器与Wiener滤波器.NH格式论文。(time seq analysis with kalman and winner filter.)
    2010-11-28 13:09:31下载
    积分:1
  • Spline.h
    三次样条插值c++头文件,一些头文件,非常好(Cubic spline interpolation c++ header files, some header files)
    2020-12-10 15:19:18下载
    积分:1
  • LDL
    LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错(LDL decomposition method for solving large-scale linear equations. This procedure can be up to 100 peacekeepers solutions, speed is not bad.)
    2020-06-30 07:40:02下载
    积分:1
  • 1
    说明:  本书用c语言编写了科研和工程中最常用的166个算法,这些算法包括复数 运算、... 4.3.1 【算法23】求一般复矩阵的逆 4.3.2 【算法24】求对称正定矩阵的(good study)
    2013-11-06 21:28:17下载
    积分:1
  • 禁忌法 C++
     禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
    2018-04-13 09:03:34下载
    积分:1
  • turbulence
    计算流体动力学中湍流模型的源程序,代码十分宝贵(Computational fluid dynamics model of the source of turbulence, the code is very valuable)
    2021-01-02 15:08:57下载
    积分:1
  • 696518资源总数
  • 105409会员总数
  • 23今日下载