Skip to content
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

[COLIB-NGC] #3107 add govHydro4 #3393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martinscripts
Copy link
Collaborator

Checklist before requesting a review

use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes

  • unit tests and non-regression tests were added (new model, new feature and bug fix)
  • main documentation was updated (update of input/output file, 3rd party, model, repository organization, solver)
  • example documentations were updated (new example in examples folder)
  • the corresponding milestone was added in the ticket and in this PR

@martinscripts martinscripts self-assigned this Sep 11, 2024
@joyelfeghali joyelfeghali added this to the v1.7.0 milestone Sep 30, 2024
@joyelfeghali joyelfeghali linked an issue Sep 30, 2024 that may be closed by this pull request
@martinscripts martinscripts changed the title #3107 add govHydro4 [COLIB-NGC] #3107 add govHydro4 Oct 16, 2024
Placement(visible = true, transformation(origin = {-40, 140}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
Modelica.Blocks.Continuous.LimIntegrator intLimG(outMax = GMax, outMin = GMin, y_start = InitSet) annotation(
Placement(visible = true, transformation(origin = {40, 140}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
Modelica.Blocks.Continuous.Integrator intTw(k = 1 / tW, y_start = Pm0Pu / ATurb + QNl) annotation(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be y_start = Pm0Pu / (ATurb*HDam) + QNl instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AGISTIN-Project Nils please answer

Signed-off-by: Martin Franke <franke_martin@gmx.net>

changed unit of one parameter

correct unit for unintentional deadband

deleted wrong limit in omega db

fix type

Signed-off-by: Martin Franke <franke_martin@gmx.net>

fix elseif

Signed-off-by: Martin Franke <franke_martin@gmx.net>

fix param name

Signed-off-by: Martin Franke <franke_martin@gmx.net>

add review changes

Signed-off-by: Martin Franke <franke_martin@gmx.net>

fix

Signed-off-by: Martin Franke <franke_martin@gmx.net>
@martinscripts
Copy link
Collaborator Author

Hey @joyelfeghali, I cared for most of the conversations (two are still open, one needs to be answered by nils)
I also squashed and force-pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[COLIB-NGC] T1.2 add GovHydro4
2 participants