Effacer les filtres
Effacer les filtres

Energy balance of stirred tank

5 vues (au cours des 30 derniers jours)
Nicola De Noni
Nicola De Noni le 22 Août 2022
Commenté : Nicola De Noni le 23 Août 2022
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!

Réponse acceptée

Torsten
Torsten le 22 Août 2022
Modifié(e) : Torsten le 23 Août 2022
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 commentaires
Sam Chak
Sam Chak le 23 Août 2022
The theoretical solution for the Temperature profile subject to
, and
where
is given by:
Nicola De Noni
Nicola De Noni le 23 Août 2022
Thanks @Sam Chak and @Torsten! You're very kind.

Connectez-vous pour commenter.

Plus de réponses (1)

Alan Stevens
Alan Stevens le 22 Août 2022

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by