Skip to content

Commit

Permalink
Merge pull request #62 from jtgrasb/dev
Browse files Browse the repository at this point in the history
Fix MoorDyn Example Initial Displacement
  • Loading branch information
MShabara authored Aug 14, 2024
2 parents 50ebf55 + 3dc0066 commit 8c66cfa
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 8c66cfa

Please sign in to comment.