Replies: 1 comment
-
|
Well I would have to look if python or Matlab are even doing it really differently, but at the end of the day it should not make a difference as openEMS will extend the current probe box to a half cell oversize anyways, because this is were the magnetic fields are located to integrate along. I guess running openEMS with the verbose option will tell you if you look at the snapped coordinates for the probes as reported by openEMS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running the
MSL_Losses.mMatLab demo, I can see that the MSL current probes are rectangles placed around the conductor line (1.5 cells bigger on all sides):Then, looking at
ports.pyfile in the Python interface I see:Because of
i_stop[self.exc_ny] = self.start[self.exc_ny],it looks like this would create a thin line segment probe with length = conductor line width instead?
(unless I'm misunderstanding something)
Beta Was this translation helpful? Give feedback.
All reactions