-
Notifications
You must be signed in to change notification settings - Fork 458
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
Local Sectional Load (Force/Moment) Output Bug in BeamDyn #11
Comments
@jjonkman, I think we corrected this output for the trapezoidal integration. |
We (Envision) have a fix for this using the Fc and Fd terms (which are already calculated and stored) and the shape functions. We will give this code to you and hope you can check the validity of our solution. |
@andrew-platt , it would be great if this could be submitted as a pull request -- please let us know if there's another mechanism you'd prefer. Thanks! |
- fixed initialization of PointLoad mesh (driver only) - added variables and reorganized loops for optimization - fixed internal-loads outputs (fixes OpenFAST#11) - Note that OpenFAST#13 has also been fixed (in a previous commit)
This issue was fixed in pull request #114 |
TravisCI: run the linearization cases in serial
Reg test: Update the linearization output format
FAST.Farm: Fix more ambiguous references
…hall/MDv2-farm Update to OpenFAST/dev branch, and some SrvD_Linearization updates
HD_C_Bindings updated for SeaState
The local sectional load (force/moment) outputs from BeamDyn are not correct. We'd prefer to implement these load calculations via integration of the applied, gravitational, and inertial loads distributed along the beam from the section to the tip, plus the relevant applied point loads.
More information provided in the following forum topic: https://wind.nrel.gov/forum/wind/viewtopic.php?f=3&t=1622.
The text was updated successfully, but these errors were encountered: