Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Mar 20, 2020
1 parent 8ac469e commit 433c947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tune_Cases/tune_ROSCO.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
controller.tune_controller(turbine)

# Write parameter input file
param_file = 'DISCON.IN' # This must be named DISCON.IN to be seen by the compiled controller binary.
param_file = 'DISCON.IN'
file_processing.write_DISCON(turbine,controller,param_file=param_file, txt_filename=path_params['rotor_performance_filename'])

# Plot rotor performance
Expand Down

0 comments on commit 433c947

Please sign in to comment.