-
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
Fatigue #185
Conversation
c92bffe9b Merge pull request #383 from WISDEM/bug_relglob 5c9f4bc16 resetting truth values 818c79756 fix bug that was sending relative member z-coordinates to water load function instead of global z-coordinates git-subtree-dir: WISDEM git-subtree-split: c92bffe9b6467535a39547a3cbb2821f13fac2a1
1670f0305 fixing bug inherited from OpenMDAO output a370981ad equalizing connections for monopile & jacket to fix cost bugs in jacket b3aa1fa56 Merge pull request #384 from WISDEM/bug_post 464d62a10 incrementing version 3deeb12a2 correcting some variable references after changes git-subtree-dir: WISDEM git-subtree-split: 1670f03053cf106709dc8be5fff20e025a365c89
…calling fatigue postprocessing in additional DLCs
31afc3e48 adding fatigue param based on 10.1016/j.proeng.2013.12.061 eqn 5 4f10a5547 Merge pull request #386 from WISDEM/drive_constr d63cdfb3b fixing tests 355588953 add more constraints about deflection and non-torque rotation angle for generator rotor and stator attachments git-subtree-dir: WISDEM git-subtree-split: 31afc3e48724e4b5090070a03908264ea7ba0c9e
ult_stress=inputs['tower_ultstress'][0], | ||
S_intercept=inputs['tower_wohlerA'][0]) | ||
ult_stress=1e-3*inputs['tower_ultstress'][0], | ||
S_intercept=1e-3*inputs['tower_wohlerA'][0]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this have to do with the ElastoDyn vs. SubDyn kN vs. N?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I see the comment now.
It looks like we're covered on the elastodyn vs. subdyn thing because get_tower_loading and get_monopile_loading use the loads that come from elastodyn and subdyn, respectively. Merge whenever you're ready. |
Yes, we have get_tower and get_monopile loading, but now they also give consistent (and correct) units. |
Purpose
Better support fatigue calculations of steel structures and account for unit differences in subdyn vs elastodyn.
Type of change
Testing