forked from OpenFAST/openfast
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fixed How SoilDyn is Called in the Glue Code #2
Merged
andrew-platt
merged 1 commit into
andrew-platt:f/SlD_NoJacobian
from
jjonkman:f/SlD_Opt1_jac
Apr 20, 2020
Merged
Fixed How SoilDyn is Called in the Glue Code #2
andrew-platt
merged 1 commit into
andrew-platt:f/SlD_NoJacobian
from
jjonkman:f/SlD_Opt1_jac
Apr 20, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed how SoilDyn is called in the glue code to improve numerical stability Also, added a call to BeamDyn CalcOutput in AdvanceStates to improve the DBEMT solution in the BD-AD coupling. Thanks Bonnie Jonkman for the help!
andrew-platt
pushed a commit
that referenced
this pull request
Jul 31, 2020
andrew-platt
pushed a commit
that referenced
this pull request
Jul 31, 2020
andrew-platt
pushed a commit
that referenced
this pull request
May 25, 2021
Updated error handling in ifw_c_lib
andrew-platt
added a commit
that referenced
this pull request
Jan 31, 2022
Forgot to remove an override of the position for the Nacelle mesh in PR OpenFAST#982.
andrew-platt
added a commit
that referenced
this pull request
Feb 15, 2022
Forgot to remove an override of the position for the Nacelle mesh in PR OpenFAST#982.
andrew-platt
added a commit
that referenced
this pull request
Mar 9, 2022
openfast(66108,0x10fb1edc0) malloc: *** error for object 0x7fe4a223a000: pointer being freed was not allocated openfast(66108,0x10fb1edc0) malloc: *** set a breakpoint in malloc_error_break to debug Program received signal SIGABRT: Process abort signal. Backtrace for this error: \#0 0x103a3f33d \#1 0x103a3e76d \#2 0x7fff68c225fc Abort trap: 6
ebranlard
pushed a commit
that referenced
this pull request
Oct 20, 2022
AD buoyancy: minor modification of SolveOption1 algorithm
andrew-platt
pushed a commit
that referenced
this pull request
Apr 4, 2023
Lidar for IfW updates/modifications
andrew-platt
pushed a commit
that referenced
this pull request
May 18, 2023
HydroDyn/SeaState Code Cleanup + Registry updates
andrew-platt
pushed a commit
that referenced
this pull request
Oct 18, 2023
Update the regression tests.
andrew-platt
pushed a commit
that referenced
this pull request
Nov 29, 2023
Update to dev branch, and include regression test updates
andrew-platt
pushed a commit
that referenced
this pull request
Apr 1, 2024
ADI_C: minor name changes, a couple of notes for future
andrew-platt
pushed a commit
that referenced
this pull request
Jul 31, 2024
MD: remove extra internal read for linear damping on rods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed how SoilDyn is called in the glue code to improve numerical stability
Also, added a call to BeamDyn CalcOutput in AdvanceStates to improve the DBEMT solution in the BD-AD coupling.
Thanks Bonnie Jonkman for the help!