Skip to content
Snippets Groups Projects
Commit 71ee5c69 authored by Jennifer Rinker's avatar Jennifer Rinker
Browse files

adding wec option

parent a5b611f6
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ class WakeModel(ABC): ...@@ -57,7 +57,7 @@ class WakeModel(ABC):
args4deficit = ['WS_lk'] args4deficit = ['WS_lk']
def __init__(self, windTurbines): def __init__(self, windTurbines, wec=1):
"""Initialize WakeModel """Initialize WakeModel
Parameters Parameters
...@@ -67,7 +67,7 @@ class WakeModel(ABC): ...@@ -67,7 +67,7 @@ class WakeModel(ABC):
""" """
self.windTurbines = windTurbines self.windTurbines = windTurbines
self.wec = 1 # wake expansion continuation see self.wec = wec # wake expansion continuation see
# Thomas, J. J. and Ning, A., “A Method for Reducing Multi-Modality in the Wind Farm Layout Optimization Problem,” # Thomas, J. J. and Ning, A., “A Method for Reducing Multi-Modality in the Wind Farm Layout Optimization Problem,”
# Journal of Physics: Conference Series, Vol. 1037, The Science of Making # Journal of Physics: Conference Series, Vol. 1037, The Science of Making
# Torque from Wind, Milano, Italy, jun 2018, p. 10. # Torque from Wind, Milano, Italy, jun 2018, p. 10.
......
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