稳态导热VB码我要分享

Steady state heat conduction VB code

vb 稳态

关注次数: 207

下载次数: 0

文件大小: 5.99 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 二维稳态导热的VB代码计算,采用有限差分,自己更改边界条件,进行各类边界条件的计算,分网大小自己进行更改 Private sub command() Dim i as integer ,j as integer ,k integer,n as integer Dim a as variant a=array(0.92,0.6,0.58,0.41,0.1,0.1,0.1) b=array(0.7,0.58,0.43,0.35,0.228,0.28) d=array(0.345,0.005,0.065,0.115,0.23,0.23)


English Description:

VB code calculation of two-dimensional steady-state heat conduction, using finite difference, changing the boundary conditions, calculating all kinds of boundary conditions, changing the size of the grid


代码预览