-
Notifications
You must be signed in to change notification settings - Fork 13
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
generating BeamDyn input files using windIO #54
Comments
It's a good question and we need to do some work to streamline the process. For the time being, you can use this script Note that you will need WEIS to run the .py script |
Thanks for your response. I have generated the BeamDyn files for the IEA-10MW wind turbine that are attached. However, I encountered an error during the BeamDyn initialization in OpenFAST. It seems that there may be a bug in the inertia_matrix of IEA-10-198-RWT.yaml, as the sum of the 4th and 5th diagonal elements in the mass matrix is not equal to the 6th diagonal element (see the error of OpenFAST). |
Hello, I also encountered the same problem and need to recalculate the 6x6 stiffness and mass matrix of BeamDyn. How did you calculate it? Thank you very much! |
hello, thank you for your messages. |
Hello, I also encountered the same problem and need to recalculate the 6x6 stiffness and mass matrix of BeamDyn. How did you calculate it? Thank you very much! |
Unfortunately I don't think the tools that were used the design the blade of the IEA10 are open-source. The rotor of the IEA10 was designed at DTU leveraging Becas. At NREL we use https://github.com/ptrbortolotti/SONATA, but the tool is still fragile and we don't have a working example for the IEA10 yet. If you feel brave, you can try setting it up yourself, but it might require some patience |
Thanks for providing the BeamDyn files. OpenFAST detected two minor issues that can be addressed as below. Once these corrections are made, the BeamDyn simulation runs smoothly.
|
Hello, sir. I want to use SONATA to calculate the input file data of BeamDyn for NREL5MW. Do you have the blade file in.yaml format for NREL5MW blade? I searched but could not find it. |
Hello,
Given that all the necessary data (stiff_matrix and inertia_matrix) exist in the yaml file of the IEA-10MW turbine, how can I use the windIO toolchain to generate the BeamDyn input files for this turbine?
Best regards,
Armin
The text was updated successfully, but these errors were encountered: