Azzera filtri
Azzera filtri

Simulation of electric fields

26 visualizzazioni (ultimi 30 giorni)
Bonolo
Bonolo il 16 Mar 2012
Risposto: LO il 19 Ago 2022
I do not know where to start or what to do in order to simulate electric fields. suggestions??
  1 Commento
Zeeshan Chaudhry
Zeeshan Chaudhry il 5 Ago 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?

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su Fluid Dynamics in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by