Closed ConnorDTaylor closed 4 months ago
ECKV with ECKV spreading for standing waves or Cos2s for travelling (the default).
For my understanding: Do both of these spreading functions get used in the simulator simultaneously? Or is there a setting which defines which spreading function is used?
Looks like it's hardcoded to use the travelling wave version:
So, Cos2s
always.
Is the P-M spectrum or ECKV spectrum used in the 'fft' wave algorithm?
I am trying to determine which of the wave spectrums are being used, in the source code I am seeing the P-M spectrum and the ECKV spectrum. It is unclear to me which spectrum is actually being used in the simulator though.
I thought it was the P-M spectrum with the cosine-2s spreading function, but I don't know for sure.
Connor