登录
首页 » Visual C++ » HeatTransfer_1D

HeatTransfer_1D

于 2021-04-17 发布 文件大小:7161KB
0 415
下载积分: 1 下载次数: 9

代码说明:

  求解一维热传导方程,格式包括FTCS、BTCS、CNCS三种差分格式(solve one dimension heat transfer equation. )

文件列表:

HeatTransfer_1D
...............\Debug
...............\.....\HeatTransfer_1D.exe,93184,2014-03-17
...............\.....\HeatTransfer_1D.exe.manifest,406,2014-03-16
...............\.....\HeatTransfer_1D.ilk,683640,2014-03-17
...............\.....\HeatTransfer_1D.pdb,994304,2014-03-17
...............\HeatTransfer_1D
...............\...............\btcs_temp.txt,146000,2014-03-17
...............\...............\cncs_temp.txt,146000,2014-03-17
...............\...............\Debug
...............\...............\.....\CL.read.1.tlog,9984,2014-03-17
...............\...............\.....\CL.write.1.tlog,414,2014-03-17
...............\...............\.....\HeatTransfer_1D.exe.embed.manifest,2,2014-03-16
...............\...............\.....\HeatTransfer_1D.exe.embed.manifest.res,68,2014-03-16
...............\...............\.....\HeatTransfer_1D.exe.intermediate.manifest,381,2014-03-17
...............\...............\.....\HeatTransfer_1D.lastbuildstate,63,2014-03-17
...............\...............\.....\HeatTransfer_1D.log,2066,2014-03-17
...............\...............\.....\HeatTransfer_1D.vcxprojResolveAssemblyReference.cache,707,2014-03-16
...............\...............\.....\HeatTransfer_1D.write.1.tlog,0,2014-03-16
...............\...............\.....\HeatTransfer_1D_manifest.rc,220,2014-03-16
...............\...............\.....\HT_Main.obj,225984,2014-03-17
...............\...............\.....\link.2512.read.1.tlog,2,2014-03-17
...............\...............\.....\link.2512.write.1.tlog,2,2014-03-17
...............\...............\.....\link.612.read.1.tlog,2,2014-03-17
...............\...............\.....\link.612.write.1.tlog,2,2014-03-17
...............\...............\.....\link.read.1.tlog,2734,2014-03-17
...............\...............\.....\link.write.1.tlog,726,2014-03-17
...............\...............\.....\mt.read.1.tlog,350,2014-03-17
...............\...............\.....\mt.write.1.tlog,350,2014-03-17
...............\...............\.....\rc.read.1.tlog,366,2014-03-16
...............\...............\.....\rc.write.1.tlog,374,2014-03-16
...............\...............\.....\vc100.idb,248832,2014-03-17
...............\...............\.....\vc100.pdb,274432,2014-03-17
...............\...............\ftcs_temp.txt,146000,2014-03-17
...............\...............\HeatTransfer_1D.vcxproj,3970,2014-03-16
...............\...............\HeatTransfer_1D.vcxproj.filters,945,2014-03-16
...............\...............\HeatTransfer_1D.vcxproj.user,143,2014-03-16
...............\...............\HT_Main.cpp,7159,2014-03-17
...............\...............\Release
...............\...............\.......\CL.read.1.tlog,9840,2014-03-17
...............\...............\.......\CL.write.1.tlog,422,2014-03-17
...............\...............\.......\HeatTransfer_1D.exe.intermediate.manifest,381,2014-03-17
...............\...............\.......\HeatTransfer_1D.lastbuildstate,65,2014-03-17
...............\...............\.......\HeatTransfer_1D.log,2301,2014-03-17
...............\...............\.......\HeatTransfer_1D.write.1.tlog,0,2014-03-17
...............\...............\.......\HT_Main.obj,893429,2014-03-17
...............\...............\.......\link.read.1.tlog,2622,2014-03-17
...............\...............\.......\link.write.1.tlog,616,2014-03-17
...............\...............\.......\mt.read.1.tlog,800,2014-03-17
...............\...............\.......\mt.write.1.tlog,340,2014-03-17
...............\...............\.......\vc100.pdb,258048,2014-03-17
...............\HeatTransfer_1D.sdf,6508544,2014-03-17
...............\HeatTransfer_1D.sln,912,2014-03-16
...............\ipch
...............\....\heattransfer_1d-b6a368d3
...............\....\........................\heattransfer_1d-6125b4a1.ipch,16777216,2014-03-17
...............\....\........................\heattransfer_1d-b6e3ea7.ipch,17301504,2014-03-17
...............\Release
...............\.......\HeatTransfer_1D.exe,27648,2014-03-17
...............\.......\HeatTransfer_1D.pdb,527360,2014-03-17

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

发表评论

0 个回复

  • wavepacket-cpp-0.1.1b
    c++编写的小波包算法,可以实现小波包分解与重构,速度较快(A wavelet packet implementation written in C++, does wavepacket decomposition and reconstruction quite efficiently)
    2020-07-04 00:20:02下载
    积分:1
  • Rectangle
    根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide set and get functions for the length and width attributes. The set functions should verify that length and width are each integer numbers larger than 0 and less than 20. c. Write draw function to display the Rectangle: in Assignment1. ) d. Write a driver program to test class Rectangle.)
    2012-10-24 23:54:51下载
    积分:1
  • zhuangcuo
    糊涂先生给他的五个朋友写信,他写了五封信,但是当他的朋友收到信后,都告诉他:“你的信寄错了”。那么请你计算一下:出现这种情况的概率有多少?(假设糊涂先生是随机地往信封里装信的),你能不能把所有的情况都列出来呢(Mr. foolish to write him five friends, he wrote five letters, but when his friend received a letter, told him: )
    2007-07-12 00:48:29下载
    积分:1
  • LZYGSXY
    数值分析课程必备的算法:列主元高斯消去法算法。有需要的同学下载(Numerical analysis courses required algorithms: PCA out Gaussian elimination algorithm. Those students in need to download)
    2009-01-05 22:38:00下载
    积分: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
  • 4zeyunsuan
    复数的四则运算完整版,包括加减乘除,阶乘,开方等。。。(The plural arithmetic full version,, including addition, subtraction, multiplication, and division factorial, prescribing, etc...)
    2013-10-11 16:41:48下载
    积分:1
  • multiplication-table
    只是一个课堂上做的九九乘法表,可能很多人做过(Just a class to do multiplication table, many people may have done)
    2011-10-21 19:43:24下载
    积分:1
  • R-K
    四阶龙格库塔法,用C++编写,很有参考价值(Fourth-order Runge-Kutta method, written in C, a good reference)
    2011-12-29 20:44:34下载
    积分:1
  • calculator
    用mfc实现计算器的基本操作,支持键盘输入,并保留xp风格,可计算平方,幂,时间显示等操作(With mfc achieve the basic operation of the calculator, support for keyboard input, and retain xp style, calculates the square, power, time display and other operations)
    2013-10-23 15:22:24下载
    积分:1
  • solver_direct_turbulent
    CFD数值计算中kw-sst两方程湍流模型的相关代码(kw-sst two equation turbulence model of CFD numerical calculation)
    2021-04-29 18:28:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载