Skip to content

Commit

Permalink
Higher resolution tsr tables
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Oct 19, 2019
1 parent 24b6941 commit fbb0a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WTC_toolbox/turbine.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def load_from_ccblade(self,fast):
# Mesh the grid and flatten the arrays
fixed_rpm = self.RRspeed*RadSec2rpm # RPM

TSR_initial = np.arange(0.5,15,0.5)
pitch_initial = np.arange(-1,25,0.5)
TSR_initial = np.arange(0.5,15,0.2)
pitch_initial = np.arange(-1,25,0.2)
pitch_initial_rad = pitch_initial * deg2rad
ws_array = (fixed_rpm * rpm2RadSec * self.TipRad) / TSR_initial
ws_mesh, pitch_mesh = np.meshgrid(ws_array, pitch_initial)
Expand Down

0 comments on commit fbb0a90

Please sign in to comment.