Cooling temperature of glass of water using Newton's law

버전 1.0.0.0 (2.02 KB) 작성자: Youssef Khmou
Computing the temperature of glass of water in time domain using Newtons's law .
다운로드 수: 805
업데이트 날짜: 2013/4/14

라이선스 보기

Cooling temperature of Glass of water using Newton's Law :
<dT/dt=alpha(T-T0)>

1)Solution using the solver "ode23" :

% function dT=TempNewton(t,T)
% alpha=-0.1;
% Tenv =25;
% dT(1)=T(2);
% dT(2)=alpha.*(T(2)-Tenv);
% dT=dT';
%---------------------------------------
%[t,T]=ode23('TempNewton',0,60,[0 100]);
%figure, plot(t,T(:,2))

2)The proportion constant alpha=-0.1 is measured in laboratory.

3)In the last part of the program we change initial temperature of the glass and apply the equation, however for every initial value, the alpha constant must be measured , the only real value obtained experimentally is {alpha=-0.1,Tinitial=100 °} then, we try to estimate the different temperature
profiles based on the same alpha .

인용 양식

Youssef Khmou (2024). Cooling temperature of glass of water using Newton's law (https://www.mathworks.com/matlabcentral/fileexchange/41290-cooling-temperature-of-glass-of-water-using-newton-s-law), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Thermal Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0