代码搜索:conduction
找到约 71 项符合「conduction」的源代码
代码结果 71
www.eeworm.com/read/104265/15700374
f90 p84.f90
program p84
!------------------------------------------------------------------------------
! program 8.4 conduction equation on rectangular
! area using 4-node quadrilateral e
www.eeworm.com/read/104265/15700445
f90 p85.f90
program p85
!------------------------------------------------------------------------------
! program 8.5 conduction equation on rectangular area using 4-node
! quadrilateral el
www.eeworm.com/read/104265/15700513
f90 p80.f90
program p80
!------------------------------------------------------------------------------
! program 8.0 conduction equation on rectangular
! area using 4-node quadrilateral e
www.eeworm.com/read/104265/15700535
f90 p85.f90
program p85
!------------------------------------------------------------------------------
! program 8.5 conduction equation on rectangular area using 4-node
! quadrilateral el
www.eeworm.com/read/104265/15700581
f90 p80.f90
program p80
!------------------------------------------------------------------------------
! program 8.0 conduction equation on rectangular
! area using 4-node quadrilateral e
www.eeworm.com/read/141760/12986162
cpp tridiag.cpp
// How to run the procedure and plot the temperature
// produce data.dat
// load data.dat
// plot(data)
/* Tridag for solving Heat conduction problem */
// Solve the tridigonal linear equ
www.eeworm.com/read/413179/11163950
m input_file_1ele.m
% Input Data for Example Problem 8.1 (1 element mesh)
% material properties
k = 5; % thermal conductivity
D = k*eye(2); % conduction matrix
% mesh specifications
nsd = 2; %
www.eeworm.com/read/485268/6557061
m spnet.m
% spnet.m: Spiking network with axonal conduction delays and STDP
% Created by Eugene M.Izhikevich. February 3, 2004
M=100; % number of synapses per neuron
D=20;
www.eeworm.com/read/205431/15316068
m tdma.m
% Twodimensional heat conduction
% Finite Volume Method
% Line by Line TDMA with SOR
clear all;
x=[];y=[];T=[];Told=[];Su=[];Sp=[];ap=[];ae=[];aw=[];as=[];an=[];
Q=[];P=[];Fe=[];Fw=[];Fn=[];Fs=[]
www.eeworm.com/read/375566/9356379
m heat transfer_sor.m
% Twodimensional heat conduction
% Finite Volume Method
% SOR
clear all;
x=[];y=[];T=[];Told=[];Su=[];Sp=[];ap=[];ae=[];aw=[];as=[];an=[];
great = 1.e20;
lambda = 10; % thermal conductivity
alf