How to build electric field simulation on a 3D-model?

15 views (last 30 days)
I used PDE toolbox to work on the E-field simulation within a 2D shape, but now I need to upgrade the structure to 3D level. Is there any method in Matlab to draw a 3D model and conduct the similar electric field simulation as in PDE?
Thanks!

Accepted Answer

Ravi Kumar
Ravi Kumar on 14 Jun 2016
Hi Peng,
Create the 3-D geometry in a CAD software and export it as a STL file. You can then import such 3-D geometry into PDE Toolbox using importGeometry function. Take a look at this documentation page: http://www.mathworks.com/help/pde/ug/importgeometry.html
Ravi
  2 Comments
Peng Zhang
Peng Zhang on 14 Jun 2016
Ravi,
Thanks very much for your advice! Is it possible to import the 3D STL file directly from the PDE toolbox's interface or it is only applied by the codes?
Peng
Ravi Kumar
Ravi Kumar on 14 Jun 2016
Hi Peng,
You have to use programmatic interface to import 3-D STL. You cannot import 3-D geometry using PDE App (pdetool).
Ravi

Sign in to comment.

More Answers (2)

Oliver Scott
Oliver Scott on 5 Aug 2018
Is there a step by step guide anywhere for this, I'm fairly new to matlab and I need to display electromagnetic field from a switchboard. Any recommendations ?
Thanks in advance. Oliver

YASMEENA akhter
YASMEENA akhter on 2 May 2022
I need to get electrical simulation results of sensor,I have created 3D geometry of model but unable to get results. I tried for COMSOL software but its unable to access it . Is there any other software where i can get results...????

Community Treasure Hunt

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

Start Hunting!