Are lumped elements series or parallel? #240
Replies: 3 comments 6 replies
-
|
If you look at the C++ code in line 125 and below, you find this:
|
Beta Was this translation helpful? Give feedback.
-
|
The feature to switch the type LEtype is pretty new I think and I believe it is not even in the currently released version. |
Beta Was this translation helpful? Give feedback.
-
|
This is actually related to CSXCAD rather than OpenEMS. The relevant code snippet is here: enum LEtype
{
PARALLEL = 0,
SERIES = 1,
INVALID = -1
};
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation really isn't clear- at least what I've been able to find.
I assumed they would be serial, but after my sim came out different than I expected, and seeing an example with C=10p and R=10000, I'm not so sure. Really don't want to waste the time trying both cases. Hoping someone else happens to know.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions