Skip to content

Commit 4df90af

Browse files
committed
FF: adjust AD defaults
1 parent 438ae32 commit 4df90af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

openfast_toolbox/fastfarm/FASTFarmCaseCreation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,10 +811,8 @@ def copyTurbineFilesForEachCase(self, writeFiles=True):
811811
if 'Skew_Mod' in self.AeroDynFile.keys():
812812
self.AeroDynFile['Skew_Mod'] = 1
813813
self.AeroDynFile['SkewMomCorr'] = True
814-
self.AeroDynFile['UA_Mod'] = 4
815814
self.AeroDynFile['BEM_Mod'] = 2
816815
self.AeroDynFile['IntegrationMethod'] = 4
817-
self.AeroDynFile['SectAvg'] = True
818816
# Adjust the Airfoil path to point to the templatePath (1:-1 to remove quotes)
819817
self.AeroDynFile['AFNames'] = [f'"{os.path.join(self.templatePathabs, "Airfoils", i[1:-1].split("Airfoils/", 1)[-1])}"'
820818
for i in self.AeroDynFile['AFNames'] ]

0 commit comments

Comments
 (0)