필터 지우기
필터 지우기

internalHeatSource in 2D, 3D, and axisymmetric PDE

조회 수: 6 (최근 30일)
Andrew Caratenuto
Andrew Caratenuto 2023년 1월 31일
답변: Supraja 2023년 6월 2일
Hi, I am implementing internalHeatSource objects within a heat transfer PDE. I'm looking for clarity about the units for 2D, 3D, and 2D axisymmetric simulations.
In 3D simulations, I know internalHeatSource takes units of W/m3. I'm wondering if it's the same for 2D and 2D axisymmetric simulations.
If we use internalHeatSource in a 2D simulation, does it just assume unit depth (1m)? And do axisymmetric simulations correctly process the internalHeatSource input based on the perpendicular cross-section?
I figured this was the case, but I could not find explicit documentation in the user's guide. I also got strange results when I transformed my 3D cylindrical study into a 2D axisymmetric study using the same values in internalHeatSource.
Thanks!

답변 (1개)

Supraja
Supraja 2023년 6월 2일
I understand that you want to differentiate between the inputs of the internalHeatSource Assignment Properties of 2D and 3D simulations.
You can use the internalHeatSource function using the syntax: internalHeatSource(thermalmodel,heatSourceValue,RegionType,RegionID).
The units for 2D and 2D axisymmetric simulations are same.
You can find the region IDs by using pdegplot.
Here is the link for documentation of internalHeatSource properties:https://www.mathworks.com/help/pde/ug/pde.thermalmodel.internalheatsource.html?s_tid=doc_ta

카테고리

Help CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by