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

Define Policies #10

Open
phil-brad opened this issue Sep 16, 2018 · 2 comments
Open

Define Policies #10

phil-brad opened this issue Sep 16, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@phil-brad
Copy link
Member

phil-brad commented Sep 16, 2018

Some parameters are slightly open to interpretation. One example is if I set operation_mode to idling, should the initial rotor speed also be set to zero. Or should the turbine operate in such a such a way when I apply a certain fault.

This can always explicitly set in at the right node, but to make it easier for the user, we may want to automate this by having a policies section in the input file. E.g:

"policies": {
  "set_rotor_speed_to_zero_on_idling": true
}

Not sure whether this should be in MVP yet but it's an idea.

@mtinning
Copy link
Member

"policies": {
   "operation_mode=idling": {
       "rotor_speed": 0.0
   }
}

@mtinning
Copy link
Member

"policies": {
   "annotation:wind_type=turbulence": {
       "rotor_speed": 0.0
   }
}

@mtinning mtinning added the enhancement New feature or request label Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants