-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement RL node reduced equations #34
base: master
Are you sure you want to change the base?
Conversation
f5d5ca0
to
10a641d
Compare
7f80eb2
to
a3b6f7a
Compare
9f60aa1
to
681a07c
Compare
681a07c
to
5f993b6
Compare
Kudos, SonarCloud Quality Gate passed! |
da1da56
to
9be6dc9
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 0.0% Coverage The version of Java (11.0.14.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
fd97e14
to
91140a2
Compare
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Markus Mirz <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Kalyan <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Kalyan <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Kalyan <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: kalyan1370 <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Martin Moraga <[email protected]>
91140a2
to
242608e
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 0.0% Coverage The version of Java (11.0.14.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
This PR implements a new component "ResIndSeries" in the SP, DP and EMT (3Ph) domains which models the series connection of a resistor with an inductor. The new component is validated against a RLC solved using the basic components (R, L, C) of DPsim. Moreover, virtual nodes and snubber components of PiLines and PowerTransformers are removed to improve the performance and accuracy of simulations.
Rebase of #238