Simulation of electric fields

조회 수: 42 (최근 30일)
Bonolo
Bonolo 2012년 3월 16일
답변: LO 2022년 8월 19일
I do not know where to start or what to do in order to simulate electric fields. suggestions??
  댓글 수: 1
Zeeshan Chaudhry
Zeeshan Chaudhry 2020년 8월 5일
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?

댓글을 달려면 로그인하십시오.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Fluid Dynamics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by