Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Sep 11, 2019
1 parent ee246e4 commit 91afb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WTC_toolbox/turbine.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def load_from_fast(self, FAST_InputFile,FAST_directory,drivetrain_inertia, FAST_
self.Ng = fast.fst_vt['ElastoDyn']['GBRatio']
self.rho = rho
self.RotorRad = TipRad

# Calculate rated rotor speed for now by scaling from NREL 5MW
self.RRspeed = (63. / TipRad) * 12.1 * rpm2RadSec

Expand Down

0 comments on commit 91afb33

Please sign in to comment.