-
Notifications
You must be signed in to change notification settings - Fork 40
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
ServoDyn Control from Modeling Options fails partly #249
Comments
Hi, In a commit of a feature branch of WEIS that we have, the modeling options will override all other inputs. We will leave this open until that's added to For a quicker workaround:
We are re-starting development on this project, and hope to address these issues in the coming weeks. Best, Dan |
Hello Dan, thanks for your support. I modified my current installation of WEIS to reflect the feature branch that you are mentioning.
Thanks in advance! Best regards, |
Hi Jannic, The quickest way to meet your needs would be to comment out these lines of code where Developers note: it is unclear which inputs are determined by cases and which are determined by the turbine model ( It's good to know that users might want to start their blades moving toward shutdown at different times. This could be an easy update to the dlc_generator, but we are also considering what features (e.g., shutdown, startup) the controller, ROSCO, can also provide in addition to ServoDyn. Thanks for the feedback. Good luck! Best, Dan |
Hi Dan, the workaround that you proposed commenting the lines is working now, thanks! Regarding the workflow, I think the option to be able to overwrite the inputs for specific DLC cases would be nice. Especially in the failure DLCs - where also I'm currently experimenting - users will have custom needs depending on the specific turbine. Maybe there could also be something like a "developer" DLC, where all parameters can be overwritten. Best regards, |
Description
I'm trying to run a pitch override, controlled from the modeling_options.yaml file. Currently, only the final pitch position is written correctly to the ServoDyn.dat file while the other parameters as TPitManS1 are not transferred.
Steps to reproduce issue
Current behavior
Only the value for the final pitch position is transferred, the others are not touched when the ServoDyn.dat file is generated.
Expected behavior
All parameters defined should be transferred to the ServoDyn.dat file.
The text was updated successfully, but these errors were encountered: