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!