代码搜索结果
找到约 5,431 项符合
Temperature 的代码
example_3_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
example1fvm.m
%Temperature distribution in a rod
%See example 9
%Finite volume method
%TDMA
clear all;
T = [];P=[];Q=[];ae=[];aw=[];ap=[];analytical=[];
nn = input('Number of control volumes = ');
n = nn+2;%
example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
example1b.m
%Temperature distribution in a rod
%See example 9
%Discretization method: Finite difference
% Solution method: SOR
clear all;
T = [];x=[];P=[];Q=[];
nn = input('Number of increment = ')
n = n
example_3_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=[];
great = 1e20;
lambda
cf.lua
-- temperature conversion table (celsius to farenheit)
for c0=-20,50-1,10 do
io.write("C ")
for c=c0,c0+10-1 do
io.write(string.format("%3.0f ",c))
end
io.write("\n")
io.write("F ")
for c=c
iewebserviceexample.htm
IE Web Service Example
var iCallID = null;
var sWSDL = "http://www.xmethods.net/sd/2001/
rhssteelheat.m
function dTdt = rhsSteelHeat(t,T,flag,mc,QV,tcool,htc,As,Ta,emiss)
% rhsSteelHeat Right hand side of first order ODE for heat treating simulation
%
% Synopsis dTdt = rhsSteelHeat(t,T,flag,mc,QV,t
sa.dpr
program TSPSA(Input,Output);
type
TIndex=Longint;
TData=Extended;
const
CityNum=144;
{$I data.pas}
Temperature=300;
DiminishedRate=0.9;
MarkovLength=10000;
Diminish_T_num=20000;
AI
localvar.cpp
#include
float Convert(float);
int main()
{
float TempFer;
float TempCel;
std::cout