SNL-WaterPower / WecOptTool-MATLAB

WEC Design Optimization Toolbox
GNU General Public License v3.0
12 stars 9 forks source link

Ensure random phases are selected from range [0, 2pi] #202

Closed H0R5E closed 3 years ago

H0R5E commented 3 years ago

Description

In the RM3 and WaveBot examples, random phases used in the calculations were selected from the range [0, 1] when they should be selected from [0, 2pi].

Fixes #200