登录
首页 » Visual C++ » defin_heat_flux

defin_heat_flux

于 2012-02-02 发布 文件大小:534KB
0 208
下载积分: 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 个回复

  • oofem-2.4
    有限元计算开源库,可以用于计算动力、静力、磁场等等方面的计算(Finite element calculation open source library)
    2017-12-06 12:01:58下载
    积分:1
  • simultaneity
    同时辨识模型阶次及参数算法。用阶次递推算法,结合AIC法——利用赤池信息准则辨识上例的模型阶次和参数。(At the same time identify model order and parameters algorithm. By order recursive algorithm, combined with AIC method- the use of Akaike information criterion to identify the cases of the model order and parameters.)
    2008-06-26 16:16:18下载
    积分:1
  • CH8
    8.1 最小二乘曲线拟合hpir1.c 8.2 切比雪夫曲线拟合hchir.c 8.3 最佳一致逼近的里米兹法hremz.c 8.4 矩形域的最小二乘曲面拟合hpir2.c(8.1 Least-squares curve-fitting hpir1.c 8.2 Chebyshev curve fitting the best uniform approximation hchir.c 8.3 years Meeds law hremz.c 8.4 rectangular domain least-squares surface fitting hpir2.c)
    2009-10-15 14:30:44下载
    积分:1
  • CPPsimplex
    单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。 (Simplex method for the minimum)
    2011-09-18 22:57:30下载
    积分:1
  • multiplication-table
    只是一个课堂上做的九九乘法表,可能很多人做过(Just a class to do multiplication table, many people may have done)
    2011-10-21 19:43:24下载
    积分:1
  • generalized-Stransform
    基于改进的广义S变换,能更好的对数据进行时频分析。(Modified S-transform and its application in data analysis)
    2017-01-03 16:06:17下载
    积分:1
  • PID自动控制电机转速
    说明:  利用pid算法控制电机转速,转速可调,数码管显示,初学者实用(Using PID algorithm to control motor speed, adjustable speed, digital display, beginners practical)
    2020-06-22 16:00:01下载
    积分:1
  • Forecast
    利用ARIMA处理分析时间序列,计算数列相关性和数字特征并通过计算所得值进行一定范围的预测(ARIMA processing analysis time sequence, to calculate a number of columns and digital characterized by the calculated value for a certain range of the prediction)
    2021-04-29 11:18:43下载
    积分:1
  • mass-5
    fluent模拟焊接,熔滴过渡的质量源项(Welding Simulation, mass source)
    2020-07-02 21:00:01下载
    积分:1
  • SHENGXUE_BEM
    求解声学问题的边界元程序,给声学研究的人员很大启发(Solving the problem of acoustic boundary element program, to inspire great acoustic research staff)
    2011-07-27 06:37:38下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载