Skip to content

Commit

Permalink
Add Cp surface .txt flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 26, 2019
1 parent 4718a8d commit ad5b4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://github.com/WISDEM/AeroelasticSE
# https://github.com/OpenFAST/openfast
# Be sure to clone the repo with the --recursive flag or execute git submodule update --init --recursive after cloning.
#%%

from WTC_toolbox import turbine as wtc_turbine
from WTC_toolbox import controller as wtc_controller
from WTC_toolbox import sim as wtc_sim
Expand All @@ -26,7 +26,7 @@

# Load the turbine model from a FAST input folder
drivetrain_inertia = 40469564.444
turbine.load_from_fast(FAST_InputFile,FAST_directory,drivetrain_inertia=drivetrain_inertia,dev_branch=True)
turbine.load_from_fast(FAST_InputFile,FAST_directory,drivetrain_inertia=drivetrain_inertia,dev_branch=True,rot_source='txt',txt_filename='Cp_Ct_Cq.txt')

# Display a little about the turbine
print(turbine)
Expand Down

0 comments on commit ad5b4e7

Please sign in to comment.