Skip to content

Commit

Permalink
Fix moordyn initial displacement
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgrasb committed Jun 27, 2024
1 parent ba809fd commit fa34c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mooring/MoorDyn/wecSimInputFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
mooring(1).moorDynLines = 6; % Specify number of lines
mooring(1).moorDynNodes(1:3) = 16; % Specify number of nodes per line
mooring(1).moorDynNodes(4:6) = 6; % Specify number of nodes per line
mooring(1).initial.displacement = [0 0 -0.21]; % Initial Displacement (includes body cg and body initial displacement)
mooring(1).initial.displacement = [0 0 -21.29-.21]; % Initial Displacement (body cg + body initial displacement)

0 comments on commit fa34c4d

Please sign in to comment.