Skip to content

Commit c88dd0e

Browse files
akeestekmruehl
andauthored
Restore some broken application links (#84)
* restore broken library links * minor update to input file updating phase seed --------- Co-authored-by: Ruehl <kmruehl@sandia.gov>
1 parent ae254ab commit c88dd0e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Controls/MPC/sphereMPC.slx

-169 KB
Binary file not shown.
-165 KB
Binary file not shown.

WECCCOMP/WECCCOMP_Nonlinear_Model_Predictive/wecSimInputFile.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
% waves.period = Tp; % Wave Period [s]
5050
% waves.marker.location = [-1.70, 0; -1.50, 0;-1.25, 0]; % Wave Gauge locations
5151

52-
%%%%%%%%%%%%%%%%%%%% Irregular Waves %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52+
% %%%%%%%%%%%%%%%%%%%% Irregular Waves %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5353
waves = waveClass('irregular'); % Initialize waveClass
5454
waves.height = Hm0; % Wave Height [m]
5555
waves.period = Tp; % Wave Period [s]
5656
waves.spectrumType = 'JS'; % Specify Wave Spectrum Type
5757
waves.bem.option = 'EqualEnergy'; % Uses 'EqualEnergy' bins (default)
5858
waves.gamma = gamma;
59-
waves.phaseSeed = 3.3; % Phase is seeded so eta is the same
59+
waves.phaseSeed = 1; % Phase is seeded so eta is the same
6060

6161
% %%%%%%%%%%%%%%%%%%% Custom Wave Elevation (eta) Import %%%%%%%%%%%%%%%%%%
6262
% waves = waveClass('elevationImport');

0 commit comments

Comments
 (0)