Skip to content

Commit

Permalink
adding rotor performance caveat per discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 19, 2024
1 parent 22158a1 commit a7f9661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified Documentation/IEA-15-240-RWT_tabular.xlsx
Binary file not shown.
4 changes: 4 additions & 0 deletions WISDEM/generateTables.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,10 @@ def write_rotor_performance(self):
for cell in ws["1:1"]:
cell.style = 'Headline 2'

# Caveat text
nrow = 3 + len(self.rotDF)
ws[f'A{nrow}'].value = 'NOTE: This data is auto-generated from WISDEM, which uses idealized steady-state conditions and maximizes the power production at each velocity subject to constraints on min or max rpm, torque, etc. See the GitHub FAQ for additional comments'


def write_nacelle(self):
if not self.nacDF is None:
Expand Down

0 comments on commit a7f9661

Please sign in to comment.