Energy balance of stirred tank

5 次查看(过去 30 天)
Hello everyone!
I want to solve this equation in order to plot the theoretical temperature profile T:
I know the value of mass (10000), specific heat (2000), U (120), area (25) and the profile of T_w during time.
The experimental values of temperature T are known:
Thanks in advance!

采纳的回答

Torsten
Torsten 2022-8-22
编辑:Torsten 2022-8-23
syms rho cp V u A Tw T0 T(t) Tw(t)
eqn = rho*cp*V*diff(T,t) == u*A*(Tw-T);
cond = T(0)==T0;
T = dsolve(eqn,cond)
T = 
  5 个评论
Sam Chak
Sam Chak 2022-8-23
The theoretical solution for the Temperature profile subject to
, and
where
is given by:

请先登录,再进行评论。

更多回答(1 个)

Alan Stevens
Alan Stevens 2022-8-22

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by