Skip to content

Commit

Permalink
Bugfixes with changes to build_turbine_dict.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Dec 18, 2023
1 parent c2f7306 commit 1ca57af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/33_specify_turbine_power_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
turbine_dict = build_turbine_dict(
turbine_data_dict,
"example_turbine",
file_path=None,
file_name=None,
generator_efficiency=1,
hub_height=90,
pP=1.88,
pT=1.88,
rotor_diameter=126,
TSR=8,
air_density=1.225,
ref_air_density=1.225,
ref_tilt=5
)

Expand All @@ -62,7 +62,6 @@
layout_y=[0],
wind_directions=wind_directions,
wind_speeds=wind_speeds,
wind_directions=wind_directions,
turbine_type=[turbine_dict]
)
fi.calculate_wake()
Expand Down

0 comments on commit 1ca57af

Please sign in to comment.