We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405118b commit 79f2ff3Copy full SHA for 79f2ff3
famodel/project.py
@@ -4252,6 +4252,11 @@ def resetArrayCenter(self, FOWTOnly=True):
4252
if 'platforms' in self.RAFTDict or 'platform' in self.RAFTDict:
4253
self.getRAFT(self.RAFTDict,pristine=1)
4254
4255
+ if self.ms:
4256
+ # Change MoorDyn
4257
+ for body in self.ms.bodyList:
4258
+ body.r6[:2] -= delta
4259
+
4260
4261
def updateFailureProbability(self):
4262
'''
0 commit comments