-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Describe the feature:
There are scenarios in which we have an energy period (Te) and would like to create, for example, a JONSWAP spectrum. The functions for creating the spectrum use Tp rather Te, meaning a means of obtaining Tp for the target spectrum is needed.
DNV 205 (link) has approximates for the JONSWAP spectral moments in section 3.5.5.6 in terms of Hs and Tp
We also have
Combining the above, we then have
which we can use to get Tp from a Te.
Is this something you might be interesting in having in MHKit? I'm happy to contribute the code but wanted to gauge interest before opening a PR.