PDE Model Boundary Conditions
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
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
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.
参考
カテゴリ
Help Center および File Exchange で Geometry and Mesh についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!