Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Usage of InternalHeatSource in PDE toolbox

1 visualización (últimos 30 días)
Ruben
Ruben el 3 de Jul. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Dear community,
I'm trying to simulate the heat transfer behaviour of a layer stack of materials where one of the inner layers is a metal which is heated by the flow of current. The heater material is thinner than the others so it's inside (wrapped by) the whole geometry which is made of rectangles.
I'm trying to use internalHeatSource to generate the heat inside the geometry but the obtained result has no sense. In the following commands you can see how I have used it. The bottom edge of the layers is at 25ºC. No matter the value specified for the source, the result is always around 25ºC.
thermalBC(obj.tm_SS,'Edge',e_bot,'Temperature',25);
if (obj.TransientState == 0)
%thermalBC(obj.tm_SS,'Edge',e_h_top,'HeatFlux',100);
internalHeatSource(obj.tm_SS,500,'Face',2)
elseif (obj.TransientState == 1)
thermalBC(obj.tm_SS,'Edge',e_h_top,'HeatFlux',@fn_HeatFluxTransient);
end
Has anyone used InternalHeatSource for a similar purpose? Could you give any advise?
Thank you in advance for your help.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by