Skip to content
Snippets Groups Projects
Commit 706a5890 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Spell mistake in _site and wrong turbulence intensity in iea37/_iea37.py

parent 3f3e7063
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class IEA37_WindTurbines(OneTypeWindTurbines):
class IEA37Site(UniformSite):
def __init__(self, n_wt, ti=.75):
def __init__(self, n_wt, ti=.075):
assert n_wt in [16, 36, 64]
from py_wake.examples.data.iea37.iea37_reader import read_iea37_windfarm,\
......
......@@ -277,7 +277,7 @@ class Site(ABC):
class UniformSite(Site):
"""Site with uniform (same wind over all, i.e. flat unuform terrain) and
"""Site with uniform (same wind over all, i.e. flat uniform terrain) and
constant wind speed probability of 1. Only for one fixed wind speed
"""
......@@ -341,7 +341,7 @@ class UniformSite(Site):
class UniformWeibullSite(UniformSite):
"""Site with uniform (same wind over all, i.e. flat unuform terrain) and
"""Site with uniform (same wind over all, i.e. flat uniform terrain) and
weibull distributed wind speed
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment