Skip to content

Commit

Permalink
remove 0.7 from flpwise damping conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Jan 26, 2021
1 parent bc8c9c3 commit f504b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROSCO_toolbox/turbine.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def load_blade_info(self):
self.span = r
self.chord = chord
self.twist = theta
self.bld_flapwise_damp = self.fast.fst_vt['ElastoDynBlade']['BldFlDmp1']/100 * 0.7
self.bld_flapwise_damp = self.fast.fst_vt['ElastoDynBlade']['BldFlDmp1']/100

class RotorPerformance():
'''
Expand Down

0 comments on commit f504b34

Please sign in to comment.