MATLAB: Stacked multi-cuboid geometries with PDE Toolbox for thermal analysis

multicuboidpde toolboxthermal analysis

With the PDE Toolbox, I know that I can use the multicuboid function to create a stack of cuboids for thermal analysis, each with their own thermal characteristics. However, it appears that each of the resulting cuboids must have the same width and height as all other cuboids in the stack. To more accurately represent a power semiconductor that I am analyzing, each cuboid would ideally have a different size (thickness, width, and depth). Is it possible to create such a geometry?

Best Answer

No, you can currently create a stack of cuboids only with the same width and depth. They can have different thicknesses, as in this example.
Alan Weiss
MATLAB mathematical toolbox documentation
Related Question