This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
This release implements a critical optimisation in the computation of the fourier coefficients of the Morison equation for waves. The integral was removed by analytically seperating space (x) and time (t) in the morison equation, and then pre-computing the integral of space as a constant instead. This results in a massive increase (n^2 -> n) for computing integrals.
Computing a 1000 samples takes < 60 seconds whereas originally it would take 1 hour.