Simulation of electric fields

41 visualizaciones (últimos 30 días)
Bonolo
Bonolo el 16 de Mzo. de 2012
Respondida: LO el 19 de Ag. de 2022
I do not know where to start or what to do in order to simulate electric fields. suggestions??
  1 comentario
Zeeshan Chaudhry
Zeeshan Chaudhry el 5 de Ag. de 2020
One way to start would be discretize Maxwell's Equations, which can be either represented in an integral form or differential form. For discretizing your spatial domain, I would recommend starting with the differential form of Maxwell's Equations. Start simple and constrain them to one-spatial dimension.
If you can find an analytical solution to the differential equation, that can be easily coded or you can see if MATLAB can solve it for you using the syms function. Otherwise, you can resort to some numerical methods. If you are also looking at time-variant electric fields, I would recommended considering coding a semi-analytical solution via the method of lines (MOLs) (see wikipedia, does a decent job of explaining the concept).
All in all, after that dirty work, you can generate a quiver plot to represent a vector plot for your electric fields using the quiver function in MATLAB. The cool thing about it is that you can implement a for-loop to show how that field involves in time in a single animated figure; which you can save as a video using the writeVideo function in MATLAB.
Does this help?

Iniciar sesión para comentar.

Respuestas (1)

LO
LO el 19 de Ag. de 2022
check this, maybe it helps
https://de.mathworks.com/matlabcentral/fileexchange/42538-compute-induced-electric-field

Categorías

Más información sobre Fluid Dynamics en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by