-
Notifications
You must be signed in to change notification settings - Fork 138
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
Aerodynamic force in lateral direction #241
Comments
Dear @Fede-274, The tower-top/base-plate ("p") coordinate system in ElastoDyn will depend on the platform rotation and tower-bending deflection, but it won't depend on the motion above the tower-top (including yaw, drivetrain, teeter, blade-bending, etc.). The rotational transformation matrices used by ElastoDyn are documented in its theory basis: https://openfast.readthedocs.io/en/main/_downloads/c9ae932057ea1e64c79154b36d3ab30a/FASTCoordinateSystems.doc. In this document, the internal "b" system (page 3) is related to the external ("p") system as follows: I hope that helps. Best regards, |
Dear @jjonkman , I have read the attached file, but I cannot understand the post-processing I have to perform. I would like to express the lateral aerodynamic force at the tower-top ‘RtAeroFyi’ (expressed with respect to the inertial axis Yi) along the axis Yp (where the SS displacement of the tower top ‘YawBrTDyp’ is oriented). Is it possible to do this by post-processing the output vector ‘RtAeroFyi’? if so, how? or are the parameters ‘RtAeroFyi’ and ‘YawBrTDyp’ already oriented in the same direction? Thank you in advance |
Dear @Fede-274, Do you have platform and tower degrees of freedom enabled in ElastoDyn? If not, yi and yp are oriented in the same direction. Note that the internal inertial frame system "z" is related to the external system "i" as follows: If you have the platform degrees of freedom enabled in ElastoDyn, you can use the following equivalencies: where D2R = pi/180 to convert from degrees to radians. With this information, you can convert If you have the tower-bending degrees of freedom enabled in ElastoDyn, you can use the following equivalencies: With this information, you can convert from the "a" system to the "b" system, and use equivalency in my prior post to get to "p" system. Best regards, |
Dear @jjonkman, I cannot understand what are the parameters (qR,qP,qY) and (thetaSS(TwrFlexL),thetaFA(TwrFlexL)) and how they can convert "RtAeroFyi" from the Yi axis to the Yp axis. Considering the above d.o.f. of my simulations and the fact that my only interest is the aerodynamic force in the lateral direction, could you write me the analytical expressions that convert just "RtAeroFyi" from the Yi axis to the Yp axis? Thank you in advance |
Dear @Fede-274, I wrote the equivalencies of qR,qP,qY from the ElastoDyn theory documentation in terms of ElastoDyn outputs I incorrectly reported the ElastoDyn tower-top / yaw bearing rotational deflections as Combining the information from my responses above, the final equations converting the aerodynamic applied loads from the external "i" system ( { RtAeroFxp, RtAeroFzp, -RtAeroFyp }^T = [ TransMat( theta1 = where TransMat is shown in the ElastoDyn theory documentation. Because the "p" system is independent of the nacelle-yaw angle, its orientation won't be affected by Best regards, |
I would like to extract the lateral aerodynamic force at the tower-top for the IEA 15 MW monopile. So I need the output of AeroDyn ‘RtAeroFyi’ which is expressed with respect to the inertial axis Yi.
Specifically, I would like to convert this force to the Yp axis where the SS displacement of the tower top ‘YawBrTDyp’ is oriented, what rotations do I need to do in post-processing?
I ask this information for 2 different situations of degrees of freedom granted in ElastoDyn:
The text was updated successfully, but these errors were encountered: