Skip to content

Commit 79f2ff3

Browse files
committed
Fixing body positions in MS in Project
1 parent 405118b commit 79f2ff3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

famodel/project.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4252,6 +4252,11 @@ def resetArrayCenter(self, FOWTOnly=True):
42524252
if 'platforms' in self.RAFTDict or 'platform' in self.RAFTDict:
42534253
self.getRAFT(self.RAFTDict,pristine=1)
42544254

4255+
if self.ms:
4256+
# Change MoorDyn
4257+
for body in self.ms.bodyList:
4258+
body.r6[:2] -= delta
4259+
42554260

42564261
def updateFailureProbability(self):
42574262
'''

0 commit comments

Comments
 (0)