Skip to content

Commit 8c66cfa

Browse files
authored
Merge pull request #62 from jtgrasb/dev
Fix MoorDyn Example Initial Displacement
2 parents 50ebf55 + 3dc0066 commit 8c66cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mooring/MoorDyn/wecSimInputFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
mooring(1).moorDynLines = 6; % Specify number of lines
4747
mooring(1).moorDynNodes(1:3) = 16; % Specify number of nodes per line
4848
mooring(1).moorDynNodes(4:6) = 6; % Specify number of nodes per line
49-
mooring(1).initial.displacement = [0 0 -0.21]; % Initial Displacement (includes body cg and body initial displacement)
49+
mooring(1).initial.displacement = [0 0 -21.29-.21]; % Initial Displacement (body cg + body initial displacement)

0 commit comments

Comments
 (0)