We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4493e6 commit 86c7993Copy full SHA for 86c7993
openfast_io/openfast_io/FAST_writer.py
@@ -897,14 +897,6 @@ def write_InflowWind(self):
897
def write_AeroDyn(self):
898
# AeroDyn v15.03
899
900
-
901
- # self.fst_vt['AeroDyn']['ADBlFile1'] = self.FAST_namingOut + '_AeroDyn_blade.dat'
902
- # self.fst_vt['AeroDyn']['ADBlFile2'] = self.fst_vt['AeroDyn']['ADBlFile1']
903
- # self.fst_vt['AeroDyn']['ADBlFile3'] = self.fst_vt['AeroDyn']['ADBlFile1']
904
- # filename = os.path.join(self.FAST_runDirectory, self.fst_vt['AeroDyn']['ADBlFile1'])
905
906
907
908
# Generate AeroDyn v15 blade input file
909
if isinstance(self.fst_vt['AeroDynBlade'], list):
910
for i_adBld, adBld in enumerate(self.fst_vt['AeroDynBlade']):
0 commit comments