필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Usage of InternalHeatSource in PDE toolbox

조회 수: 1 (최근 30일)
Ruben
Ruben 2019년 7월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by