搜索资源列表
程序 三对角阵系
- !一维导热,非稳态全隐式迭代,边界条件t1=100,t11=20 !导热率为7 module parameter1 !设置全局变量 implicit none integer i real,parameter::dt=0.01 real,parameter::err=0.000001 real,parameter::r=7 real,parameter::ta=100,tb=20 real::a(2:11)=(/(-1,i=2,10),0/) !设置三对角阵系数 rea
C-N-for-het-conduct
- C-N差分格式数值求解一维非稳态导热问题-CN difference scheme solving the heat conduction
1
- 一维非稳态导热通用Fortran代码-This is a general purpose program to solve 1-D diffusion
test
- 老师布置的作业(传热学的一维稳态导热数值计算),可是有点问题,查了好几天了。可以运行,但是结果有问题。传上来希望有热心人可以帮忙看看哪里有问题,过几天还有个非稳态的,愁啊-Teacher assignments (one-dimensional heat transfer numerical steady heat conduction), but a problem, check for several days. Can run, but the results are questionab
chengxu
- 一维非稳态导热扩散方程C语言程序 考虑三种不同边界条件 TDMA算法求解三对角矩阵-Calculation of heat transfer analysis one-dimensional diffusion equation
WORK2
- 一维非稳态导热程序,包括不同面积因子以及第一第三类边界条件-One-dimensional unsteady heat conduction process, including the factor of different sizes and the first third type of boundary condition
cPP
- SIMPLE一维非稳态导热C++程序解析解和数值解-SIMPLE one-dimensional unsteady heat conduction C++ analytical solutions and numerical solution procedures
Source1
- 一维非稳态导热,利用Fortran语言对其进行了离散,采用显示格式-One-dimensional unsteady heat conduction, its discrete Fortran language, the display format
yi_wei_dao_re
- 一维非稳态导热,采用fortran语言,显示格式,进行了离散 并求出其数值解-One-dimensional unsteady heat conduction, fortran language, display format, discrete
lianxi
- 一维非稳态导热这个程序是用matlab程序编写的应用数值方法计算二维平板传热的一个应用程序,含有源代码和公式,可以根据具体参加和情况进行二次开发,简单使用,非常方-One-dimensional unsteady heat conduction matlab program This program is written in two-dimensional numerical method to calculate the heat transfer of a tablet applicati
SFM
- 顺序函数法求解一维非稳态导热反问题的源代码-Sequential function method for solving one-dimensional unsteady heat conduction inverse problem of the source code
one-dimensionalheat-
- 用有限差分法解决,一维非稳态导热的数值解法。-Finite difference method to solve one-dimensional numerical solution of unsteady heat conduction.
一维非稳态导热方程-热流绝热边界(附Matlab程序)
- 利用matlab 求解一维非稳态热传导问题,并画出图像(One dimensional unsteady heat conduction problem is solved by MATLAB, and the image is drawn.)
一维非稳态导热问题
- 关于一维非稳态扩散的MATLAB问题,新人希望大家多多支持。