Skip to content

Commit 0600efd

Browse files
authored
Update wecSimInputFile.m
disables the QTF calculation in the example case
1 parent ce46365 commit 0600efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MOST/tests/constant/wecSimInputFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
0.00E+00 8.92E+06 0.00E+00 1.68E+10 0.00E+00 0.00E+00
4040
-8.92E+06 0.00E+00 0.00E+00 0.00E+00 1.68E+10 0.00E+00
4141
0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00 4.80E+10];
42-
body(1).QTFs = 1;
42+
body(1).QTFs = 0;
4343

4444
%% Mooring class
4545
mooring(1) = mooringClass('mooring1'); % Initialize mooringClass

0 commit comments

Comments
 (0)