-
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.
MoorProps streamlining and removing specific gravity:
- Removing specific gravity as a MoorProps input option since the reference density can be unclear and a source of discrepancy. Just using dvol_dnom and material density now. - Trimming mass inputs to be mass/d^2 only, to avoid potential issues with buoyancy/density assumptions. It's all we use anyway. - Updated MoorProps default YAML with the above edits. - Updated MoorProps helper functions with the above changes, and also trimmed error checking to only be in the load function, since after that point the data should already be verified and may be used many times in the loop so we want to prioritize speed. - Some function comment updates.
- Loading branch information
Showing
3 changed files
with
60 additions
and
100 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
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