How to model multiple regions in extruded 2.5D geometries using the PDE Toolbox?
5 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2019-6-10
编辑: MathWorks Support Team
2024-3-1
How to model multiple regions in extruded 2.5D geometries using the PDE Toolbox?
采纳的回答
MathWorks Support Team
2024-1-18
编辑:MathWorks Support Team
2024-3-1
Refer to the attached example script, which illustrates one approach to do this. The script is very similar to creating geometry using "geometryFromMesh" in conjunction with "alphaShape". For more information, please run the below command in the MATLAB R2018b command window to get the release specific documentation which discusses the same:
web(fullfile(docroot, 'pde/ug/pde.pdemodel.geometryfrommesh.html#buvmj0q-1'))
The major differences are:
1. We need to define the entire geometry and its regions separately using "alphaShape".
2. We need to use "inShape" to get the mapping "ElementIDToRegionID" and pass it as a fourth parameter to "geometryFromMesh".
3. We need to use "alphaTriangulation" command instead of "boundaryFacets, as the "boundaryFacets" command will simply give one contiguous region.
Please follow the below link to search for the required information regarding the current release:
0 个评论
更多回答(0 个)
另请参阅
类别
在 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!