We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b15d6d commit f9da1a0Copy full SHA for f9da1a0
Mooring/MoorDyn/wecSimInputFile.m
@@ -1,11 +1,12 @@
1
%% Simulation Data
2
simu = simulationClass();
3
simu.simMechanicsFile = 'RM3MoorDyn.slx'; % WEC-Sim Model File
4
-simu.mode = 'accelerator';
+simu.mode = 'accelerator';
5
simu.explorer = 'off';
6
-simu.rampTime = 40;
7
-simu.endTime = 200;
8
-simu.dt = 0.01;
+simu.rampTime = 40;
+simu.endTime = 400;
+simu.dt = 0.01;
9
+simu.cicDt = 0.05;
10
11
%% Wave Information
12
% User-Defined Time-Series
Mooring/MooringMatrix/wecSimInputFile.m
@@ -6,6 +6,7 @@
simu.rampTime = 40;
simu.endTime=400;
simu.dt = 0.01;
0 commit comments