-
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
Fix consistency of calculations at first time step #210
Conversation
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
17b96ef
to
313bcf2
Compare
863319b
to
d2b4f3a
Compare
fa007cd
to
6755617
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. |
dcae6a8
to
ba44853
Compare
ba44853
to
3f2d744
Compare
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]>
3f2d744
to
e47069e
Compare
Signed-off-by: Martin Moraga <[email protected]>
7c5370e
to
a8e3e49
Compare
Signed-off-by: martin.moraga <[email protected]>
a8e3e49
to
f2a0cee
Compare
Signed-off-by: Jan Dinkelbach <[email protected]>
246ef70
to
4a79f7f
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 ensures that the calculation of the first simulation step means the calculation of the values for the time instant
t=mTimeStep
, whilet=0
is covered by the initialization values. This was not consistently the case, in particular forEMT::Ph3::VoltageSource
, which caused corresponding transients at the beginning of some simulations. Moreover, a small error in the intialization of the EMT Power Transformer is fixed. Besides, the scaling of voltages and currents has been harmonised, which is documented now underdocs/Development/Guidelines
.Closes #195