-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to dynamic EA stiffness implementation
1) line.activateDynamicStiffness now takes the maximum value of the dynamic and static stiffness, at whatever line tension, to ensure that a dynamic stiffness value that is lower than a static stiffness value (usually at low tensions) is not used 2) unit error in the dynamic stiffness inputs: the beta term (in other research studies) is defined as the slope of the Krd vs. %MBL curve, where %MBL values are in units of 20,30,40...[%MBL]. So, we would have to add a factor of 100 to the mean tension value used to calculate the dynamic stiffness, or multiply the beta/slope values by 100 in MoorProps_default.yaml
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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
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