登录
首页 » Visual C++ » defin_heat_flux

defin_heat_flux

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

  • daoxianzhaoxing-ansys
    这是一段导线找形的命令流,可用于ansys有限元分析(This is a piece of wire to find the form of order flow, can be used for finite element analysis ansys)
    2021-04-20 16:38:50下载
    积分:1
  • CALC
    以前用VB6编写的一个计算器,支持常用的数学函数,支持弧度、角度转换,支持简单的函数作图。(A calculator writen by VB6, supports common mathematical functions, support radian, angle conversion, support simple function mapping.)
    2013-11-01 17:33:11下载
    积分:1
  • edger12dlocalbasis
    通过C++头文件实现的有限元形状函数计算程序(finite element shape function)
    2012-11-15 15:02:29下载
    积分:1
  • QR-decomposition
    QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,(QR decomposition )
    2020-08-31 01:08:10下载
    积分:1
  • wwws
    比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。 这个程序要求读者具备编译原理的一些知识。 (Advanced calculator than Windows built, the whole expression input can be then evaluated. This program requires the reader to have some knowledge of compiler theory.)
    2012-11-01 16:33:56下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • vc
    说明:  这是高斯列主元消去法的完整程序,可以求解线性方程组(This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations)
    2014-10-25 18:45:15下载
    积分:1
  • SUANFAPPT
    常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) (Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm complexity analysis (number of iterations, using a recursive equation, frequency analysis, etc.))
    2013-04-23 12:28:26下载
    积分: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
  • oofem-2.0.tar
    最新版的oofem 可以自己加入一些材料模型 版本更新速度也算快(latest version of oofem )
    2011-02-14 16:40:16下载
    积分:1
  • 696518资源总数
  • 105171会员总数
  • 15今日下载