How to model multiple regions in extruded 2.5D geometries using the PDE Toolbox?

4 visualizaciones (últimos 30 días)
How to model multiple regions in extruded 2.5D geometries using the PDE Toolbox?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 18 de En. de 2024
Editada: MathWorks Support Team el 1 de Mzo. de 2024
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:

Más respuestas (0)

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by