-
Notifications
You must be signed in to change notification settings - Fork 60
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
New feature: apply external forces to the system at runtime #125
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #125 +/- ##
===========================================
- Coverage 63.03% 61.70% -1.33%
===========================================
Files 123 124 +1
Lines 21737 22508 +771
===========================================
+ Hits 13702 13889 +187
- Misses 8035 8619 +584
Continue to review full report at Codecov.
|
…egeLondon/sharpy into dev_external_forces
Codecov Report
@@ Coverage Diff @@
## develop #125 +/- ##
===========================================
- Coverage 63.03% 61.70% -1.34%
===========================================
Files 123 124 +1
Lines 21737 22508 +771
===========================================
+ Hits 13702 13888 +186
- Misses 8035 8620 +585
Continue to review full report at Codecov.
|
This new feature allow the application of external forces to the system computed at runtime based on the state of the system at each time step.
In particular, forces related to floating dynamics of wind turbines (mooring lines, hydrostatics, hydrodynamics and wave forces) are considered.
This PR Fixes #112 including the possibility to change the direction of gravity.
It also includes other minor changes:
lumped_mass_mat
SaveData
through thesave_wake
setting.template_wt
library.It updates some packages in the conda environment.
Requirements before merging