Adding multiple cylinders into the same model PDE Toolbox
5 views (last 30 days)
Show older comments
Hi, I am trying to construct a 3D model for electrical analysis later. I have 3 cylinders and 1 hollow cylinders.
When I am trying to make all of them into one model, I encountered the following error:

which correspond to this line:

May I know how to add all my shapes into the same model?
Thank you!!
Here is my code:
Building the base Stratum Corneum and Variable Skin
SC3d = multicylinder(basesize,hSC) %create SC
VS3d = multicylinder(basesize,hVS, "Zoffset",-hVS) %create VS
Sense3d = multicylinder(R1, hEL, "Zoffset",hSC) %create sensor
Inject3d = multicylinder([R1+R2 R3], hEL, "Zoffset", hSC) %create inject
model = createpde
model.Geometry = SC3d + VS3d
pdegplot(model,"CellLabels","on","FaceAlpha",0.5)
0 Comments
Answers (1)
See Also
Categories
Find more on Geometry and Mesh in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!