필터 지우기
필터 지우기

PDE Model Boundary Conditions

조회 수: 3 (최근 30일)
Patrick Frey
Patrick Frey 2024년 2월 29일
댓글: Patrick Frey 2024년 3월 1일
Hi Everyone,
I have a question regarding the Matlab PDE Model Boundary Conditions.
Currently, I am working with a 2D mesh with heatflux on one egdes. This egdes has 9 nodes. When I looked at state.u I recognized that this is a 1x12 array. But why?

답변 (1개)

Torsten
Torsten 2024년 2월 29일
편집: Torsten 2024년 2월 29일
If you output state.x and state.y in the function, you can see to which evaluation points state.u belongs.
  댓글 수: 5
Torsten
Torsten 2024년 3월 1일
If you use a heatflux condition, the temperatures at the boundary are not known in advance. I'm not sure how the PDE Toolbox approximates the temperatures in the node points. Maybe with some helper points to approximate dT/dn in the node points ?
But if you need this information reliably, you should contact MATLAB support.
Patrick Frey
Patrick Frey 2024년 3월 1일
Thank you very much for your help

댓글을 달려면 로그인하십시오.

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by