-
Notifications
You must be signed in to change notification settings - Fork 41
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
RNA (Blade Mass Information) #319
Comments
Nacelle and RNA mass properties are inputs into RAFT, not outputs. The properties are computed by WISDEM in its DrivetrainSE module. You can find some details in the documentation here. |
Thank you for valuable comments. I occasionally see this warning message. What does it mean? RuntimeWarning: C:\Users\Admin\miniforge3\envs\weis-env\Lib\site-packages\wisdem\commonse\utilization_dnvgl.py:322 |
There are some internal root-finding or minimization routines within WISDEM and we limit the number of iterations in the backend scipy calls since we are content with engineering accuracy, not machine precision. This is just an auto-generated warning that can likely be ignored (and likely to be disabled in the future). |
Thank you for your valuable comments. Also I have a question about NLBGS which solver for system constructing. https://wisdem.readthedocs.io/en/master/examples/04_openmdao/tutorial.html#tutorial-2-the-sellar-problem Z: Global variables (dimensions of the turbine, tower, and substructure) Discipline 1 and Discipline 2 are subsystems that make up the FOWT. Since the subsystems are interconnected, coupled variables such as Y emerge. The Gauss-Seidel method is employed to solve for the values of Y in the subsystems. Examples of Y include the platform's heave position or mooring tension. Am I understanding this correctly? Thank you for reading |
Hello @hymdrj - Yes, you are connecting the concepts of that example to the wind turbine design problem correctly. I agree with your paragraph description on how implicit variables are resolved. My only nitpick is that I would not describe |
Hello @gbarter. Thank you very much for your kind response. Then, is there a reason to set the tolerance limit of NLBGS to 10^-8? Sometimes, during the modeling process, errors such as non-convergence occur due to too small a tolerance. Even if the tolerance is only at the level of 10^-5, it is considered to be very small. Please give your opinion. |
At one point we noticed some differences with looser tolerances on nailing down behavior in Region II.5 in the power curve, but it has been a long time since we explored that and the code has evolved a bit since then. You are welcome to adjust the convergence tolerance on your own. This is just part of the space where model building and optimization is as much art as science. |
The RNA mass properties available in WEIS/RAFT includes mass, center of gravity, and rotational inertia.
To calculate the mass and center of gravity of RNA, it’s essential to calculate the mass properties for each component, such as the blade and nacelle.
Could you please let me know where can I find the code for these calculations? It seems like it should be in the RAFT_FOWT module, but I am currently unable to verify this.
The text was updated successfully, but these errors were encountered: