Skip to content

Commit

Permalink
reverting MorisonElement input files
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruehl committed Sep 16, 2024
1 parent 75a9cae commit db095c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Morison_Element/morisonElement/wecSimInputFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
simu.solver = 'ode4';
simu.rho = 1025;
simu.cicEndTime = 30;
simu.rampTime = 1; % Wave Ramp Time [s] 200
simu.endTime = 100; % Simulation End Time [s] 400
simu.rampTime = 100; % Wave Ramp Time [s] 200
simu.endTime = 400; % Simulation End Time [s] 400
simu.dt = 0.01;
simu.stateSpace = 0;
simu.stateSpace = 1;

%% Wave Cases
% % No wave
Expand Down
3 changes: 2 additions & 1 deletion Morison_Element/plotMorisonElement.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
% Example plotting traditional Morison Element vs hydrodynamic body
% comparison

casedir = {"morisonElement","hydroBody"};
% casedir = {"morisonElement","hydroBody"};
casedir = {"morisonElement","monopile"};

% Load output data
cd(fullfile(string(casedir{1}),'output'))
Expand Down

0 comments on commit db095c8

Please sign in to comment.