I am tasked to solve the equation in the figure for T(x) and then plot the temperature distribution through the sppon.

1 Ansicht (letzte 30 Tage)
What is the temperature distribution plot of T(x) through the length of the spoon?

Antworten (1)

Torsten
Torsten am 3 Mai 2022
Bearbeitet: Torsten am 3 Mai 2022
The underlying differential equation is
lambda*V*d^2T/dx^2 = alpha*A*(T-T_inf)
with boundary conditions
T(0) = Tb, dT/dx(L) = 0
The solution is
T(x) = T_inf + (Tb-T_inf)*cosh(sqrt(alpha*A/(lambda*V))*(L-x))/cosh(sqrt(alpha*A/(lambda*V))*L)
So the m in your hint is
m = sqrt(alpha*A/(lambda*V))
This should suffice as hint how to plot the temperature profile over x.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by