搜索资源列表
程序 三对角阵系
- !一维导热,非稳态全隐式迭代,边界条件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)=(/(-
heattransfer1D
- 一维导热计算Fortran程序,刚接触传热编程的很有帮助-One-dimensional heat conduction calculation Fortran program, new to programming useful heat
2-5
- 通用一维导热程序,fortran 开发,教学程序-1 d conduction program,developed by fortran
ann-and-ga-in-heat-verse-conduction
- 神经网络和遗传算法在热传导逆问题中应用,本文分别用BP网络、RBF网络和GA求解了一维导热反问题,分别用BP网络和GA求 解了二维导热反问题, -Neural networks and genetic algorithms in the application of the inverse problem of heat conduction
transientheatfor3BC
- 一维导热程序,边界条件可以任意改,很好用-1D HEAT CONDUCTION
dao-re-dui-liu
- 一维导热和对流的简单算例,适合matlab入门-One-dimensional heat conduction and convection simple example, suitable matlab entry
tem
- 一维导热问题温度场的显式有限差分求解,考虑材料热物性随温度变化,边界载荷随时间变化-One dimensional heat conduction problem solved by explicit finite differencemethod
stdtem
- 一维导热问题温度场的隐式有限差分求解 热物性可以为定值,也可以是温度的函数 热流q可随时间变化 返回值可选:Temx - x点温度历程;Temt - t时刻温度分布;Temxt - x点在t时刻的温度-One-dimensional heat conduction temperature field implicit finite difference solution thermal properties can be a
fortran语言_一维非稳态_程序编写
- 一维非稳态导热的自编程序,使用fortran语言编写,追赶法算法(One dimensional unsteady heat conduction----- FORTRAN)
1
- 一维非稳态导热问题,一维厚度为0.2m的平板(this is acondution problem about a 1-D plate)
CFD2
- MATLAB程序,使用向后差分方法模拟一维非稳态导热(Simulation of one dimensional unsteady state heat conduction)
main
- 一维导热程序不变部分,用户部分根据需要自己编(Invariant part of one dimensional heat conduction program)
新建 好压 ZIP 压缩文件
- 一维导热程序不变部分和一个用户部分算例,可根据实际问题自己改(Invariant part of one dimensional heat conduction program)
53809827heat-transfer
- 一维非稳态导热的Fortran程序,用于计算一维非稳态导热各点温度随时间的变化(One dimensional unsteady heat conduction)
heat_transfer
- 用Fortran编程求解一维、二维导热与对流相变等问题(Solving one-dimensional, two-dimensional heat conduction and convection phase transition and other issues with Fortran programming)
一维非稳态导热方程求解(附Matlab程序).pdf
- 一维热传导相关资料,数学建模可以用。一维非稳态热方程求解。(One-dimensional heat conduction)
一维非稳态导热方程-热流绝热边界(附Matlab程序)
- 利用matlab 求解一维非稳态热传导问题,并画出图像(One dimensional unsteady heat conduction problem is solved by MATLAB, and the image is drawn.)
一维稳态导热
- MATLAB计算一维稳态导热,无内热源,简单计算金属棒导热,可生成温度分布图,文件包含Word文字说明以及MATLAB函数文件(m文件)(One-dimensional steady-state heat conduction programming, the left end is the second boundary condition, the right end is the third boundary condition,
TDMA2DSteadHeatTransfer
- 一个简单的求解一维稳态问题的TDMA算法(A SIMPLE TDMA ALGORITHM FOR SOLVING ONE-DIMENSIONAL STEADY STATE PROBLEMS)
一维 稳态 TDMA
- 一维 稳态 导热传热问题的TDMA解法,基于MATLAB 软件(One dimension steady state heat conduction problem TDMA solution, based on MATLAB software.Make the calculation more concise and efficient)